From b4e6beeff0fbbed93700297e969c12b40322174a Mon Sep 17 00:00:00 2001 From: Abhijit Sinha Date: Mon, 2 Oct 2017 13:56:43 +0100 Subject: Prox L3FWD 2-port test fix JIRA: YARDSTICK-802 Updated the handle config for l3fwd 2 port test The tx and rx descripters is removed as they were not there in original DATS config. The BM test was dropping packets beacuse of this. Change-Id: I40d113267cbb3376a772b5a5aaecf74bea9d06fb Signed-off-by: Abhijit Sinha --- samples/vnf_samples/nsut/prox/configs/handle_l3fwd-2.cfg | 5 ----- 1 file changed, 5 deletions(-) (limited to 'samples/vnf_samples') diff --git a/samples/vnf_samples/nsut/prox/configs/handle_l3fwd-2.cfg b/samples/vnf_samples/nsut/prox/configs/handle_l3fwd-2.cfg index f7d4376f4..17384940d 100644 --- a/samples/vnf_samples/nsut/prox/configs/handle_l3fwd-2.cfg +++ b/samples/vnf_samples/nsut/prox/configs/handle_l3fwd-2.cfg @@ -24,14 +24,9 @@ no-output=no ; disable DPDK debug output [port 0] name=if0 mac=hardware -rx desc=2048 -tx desc=2048 - [port 1] name=if1 mac=hardware -rx desc=2048 -tx desc=2048 [defaults] mempool size=4K -- cgit 1.2.3-korg