diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-01-16 07:56:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-16 07:56:57 +0000 |
commit | cafcb9f24b422a4b3a0b19ba00c83fe2819dcbaa (patch) | |
tree | 4a5f946ef9da8d81f1d74d7bac90130ba2464f82 /conf | |
parent | 0b202e7c4f4d88ba32570d245a4d4f7371f5fa3a (diff) | |
parent | 3ea19952db315e88263437ed41b0c31bd3bdbdf4 (diff) |
Merge "testpmd_pvp: Adds pkt_fwd to allow pvp topology testing"
Diffstat (limited to 'conf')
-rw-r--r-- | conf/02_vswitch.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf index 2b74dae9..2ca7591c 100644 --- a/conf/02_vswitch.conf +++ b/conf/02_vswitch.conf @@ -119,6 +119,7 @@ PATHS['vswitch']['OvsVanilla']['bin']['modules'] = ['openvswitch'] # # parameters used for legacy DPDK configuration through '--dpdk' option of ovs-vswitchd # e.g. ovs-vswitchd --dpdk --socket-mem 1024,0 +# This config line is also used for pkt_fwd option (TestPMD phy2phy and pvp tests) VSWITCHD_DPDK_ARGS = ['-c', '0x4', '-n', '4', '--socket-mem 1024,0'] # options used for new type of OVS configuration via calls to ovs-vsctl |