From 54365002e932743f693af28d3f568c20a9e18513 Mon Sep 17 00:00:00 2001 From: Yichen Wang Date: Mon, 26 Feb 2018 16:27:53 -0800 Subject: [NFVBENCH-70] Update nfvbenchvm to 0.6 1. Update kernel to 4.4.118-1.el7.elrepo.x86_64; 2. Update to build testpmd off DPDK 18.02; 3. Update txd/rxd of testpmd to 256/1024; 4. Update VPP to 17.10-9~gd594711~b55.x86_64; Change-Id: I1321b306143d1daf81f8a984ad7739a980c5cfb9 Signed-off-by: Yichen Wang --- nfvbenchvm/dib/elements/nfvbenchvm/static/etc/rc.d/rc.local | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'nfvbenchvm/dib/elements/nfvbenchvm/static/etc/rc.d/rc.local') diff --git a/nfvbenchvm/dib/elements/nfvbenchvm/static/etc/rc.d/rc.local b/nfvbenchvm/dib/elements/nfvbenchvm/static/etc/rc.d/rc.local index dddc787..caf3142 100644 --- a/nfvbenchvm/dib/elements/nfvbenchvm/static/etc/rc.d/rc.local +++ b/nfvbenchvm/dib/elements/nfvbenchvm/static/etc/rc.d/rc.local @@ -71,10 +71,8 @@ if [ "$FORWARDER" == "testpmd" ]; then -n 4 \ -- \ --burst=32 \ - --txd=2048 \ - --rxd=2048 \ - --txqflags=0xf00 \ - --disable-hw-vlan \ + --txd=256 \ + --rxd=1024 \ --eth-peer=0,$TG_MAC1 \ --eth-peer=1,$TG_MAC2 \ --forward-mode=mac \ -- cgit 1.2.3-korg