]> git.proxmox.com Git - ovs.git/commit
system-dpdk: Connect network namespaces via dpdkvhostuser ports
authorBala Sankaran <bsankara@redhat.com>
Fri, 14 Sep 2018 14:12:02 +0000 (10:12 -0400)
committerIan Stokes <ian.stokes@intel.com>
Fri, 12 Oct 2018 14:24:36 +0000 (15:24 +0100)
commitc92ccb42bdb544dc5a9fde1fa59826563905e09b
treef4b7d34270618a1ad90e76d1b0abb7da32e2b9ab
parent7d897046268f9be1409ace222648a0d81a8e0c1a
system-dpdk: Connect network namespaces via dpdkvhostuser ports

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 to the network namespaces.

The ultimatum is to connect the two network namespaces by pinging them.

Signed-off-by: Bala Sankaran <bsankara@redhat.com>
Co-authored-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Tiago Lam <tiago.lam@intel.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
tests/system-dpdk.at