Re: [ovs-dev] [PATCH v4 6/6] system-dpdk: Connect network namespaces via dpdkvhostuser ports

2018-09-14 Thread Bala Sankaran
- Original Message - > From: "Tiago Lam" > To: "Bala Sankaran" > Cc: d...@openvswitch.org, "Aaron Conole" , "Ian Stokes" > , "Ciara Loftus" > , "anatoly burakov" > Sent: Tuesday, 11 September, 2018 6:56:00 PM > Subject: Re: [PATCH v4 6/6] system-dpdk: Connect network namespaces via >

Re: [ovs-dev] [PATCH v4 6/6] system-dpdk: Connect network namespaces via dpdkvhostuser ports

2018-09-11 Thread Lam, Tiago
On 10/09/2018 16:47, Bala Sankaran wrote: > Hello Tiago, > > Here's an incremental diff of the patch 6 which I tested. It looks to pass > the tests. I would be submitting the > new version (v5) applying these changes: > > diff --git a/tests/system-dpdk.at b/tests/system-dpdk.at > index

Re: [ovs-dev] [PATCH v4 6/6] system-dpdk: Connect network namespaces via dpdkvhostuser ports

2018-09-10 Thread Bala Sankaran
Hello Tiago, Here's an incremental diff of the patch 6 which I tested. It looks to pass the tests. I would be submitting the new version (v5) applying these changes: diff --git a/tests/system-dpdk.at b/tests/system-dpdk.at index baa74da..a9247f8 100644 --- a/tests/system-dpdk.at +++

Re: [ovs-dev] [PATCH v4 6/6] system-dpdk: Connect network namespaces via dpdkvhostuser ports

2018-09-10 Thread Bala Sankaran
- Original Message - > From: "Tiago Lam" > To: "Bala Sankaran" > Cc: d...@openvswitch.org, "Aaron Conole" , "Ian Stokes" > , "Ciara Loftus" > > Sent: Wednesday, 5 September, 2018 3:24:46 AM > Subject: Re: [PATCH v4 6/6] system-dpdk: Connect network namespaces via > dpdkvhostuser ports

Re: [ovs-dev] [PATCH v4 6/6] system-dpdk: Connect network namespaces via dpdkvhostuser ports

2018-09-05 Thread Lam, Tiago
On 04/09/2018 18:46, Bala Sankaran wrote: > - Original Message - >> From: "Tiago Lam" >> To: "Bala Sankaran" , d...@openvswitch.org >> Cc: "Aaron Conole" , "Ian Stokes" >> , "Ciara Loftus" >> Sent: Tuesday, 4 September, 2018 6:32:39 AM >> Subject: Re: [PATCH v4 6/6] system-dpdk:

Re: [ovs-dev] [PATCH v4 6/6] system-dpdk: Connect network namespaces via dpdkvhostuser ports

2018-09-04 Thread Bala Sankaran
- Original Message - > From: "Tiago Lam" > To: "Bala Sankaran" , d...@openvswitch.org > Cc: "Aaron Conole" , "Ian Stokes" , > "Ciara Loftus" > Sent: Tuesday, 4 September, 2018 6:32:39 AM > Subject: Re: [PATCH v4 6/6] system-dpdk: Connect network namespaces via > dpdkvhostuser ports >

Re: [ovs-dev] [PATCH v4 6/6] system-dpdk: Connect network namespaces via dpdkvhostuser ports

2018-09-04 Thread Lam, Tiago
On 31/08/2018 16:55, Bala Sankaran wrote: > This adds a few unit tests to the 'check-dpdk' subsystem that will > exercise allocations of two network namespaces, PMDs, and the > vhost-user and vhost-user-client code path(separate tests). > As part of the tests, userspace bridge is added and

[ovs-dev] [PATCH v4 6/6] system-dpdk: Connect network namespaces via dpdkvhostuser ports

2018-08-31 Thread Bala Sankaran
This adds a few unit tests to the 'check-dpdk' subsystem that will exercise allocations of two network namespaces, PMDs, and the vhost-user and vhost-user-client code path(separate tests). As part of the tests, userspace bridge is added and attached to OVS. Also, the tap devices created are added