Fix NSB PROX L3FWD dropping packets 87/62887/3
authorPatrice Buriez <patrice.buriez@intel.com>
Mon, 24 Sep 2018 14:59:02 +0000 (16:59 +0200)
committerPatrice Buriez <patrice.buriez@intel.com>
Tue, 2 Oct 2018 19:50:03 +0000 (19:50 +0000)
commit3adfba6bac0133bdbaa3db62e16f662e11d84fb8
treefbc9eb76492e3b02b27e236c00fac3202efb960d
parent7237241a396871d637f9906c1fc93a8587a7b726
Fix NSB PROX L3FWD dropping packets

JIRA: YARDSTICK-1037

Adjusted number of RX/TX descriptors to 2048, instead of default 256,
in order to cope with interrupts during which no packets are received
by the core, which results in the NIC dropping packets when it gets out
of available descriptors to buffer them.
Also adjusted mempool size, because more descriptors need more mbufs.

This change aligns L3FWD test case with other test cases, for which
number of RX/TX descriptors is already set to 2048.

Change-Id: I11378c078398aca799295b619bb3d14dbee04ca3
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
samples/vnf_samples/nsut/prox/configs/handle_l3fwd-2.cfg
samples/vnf_samples/nsut/prox/configs/handle_l3fwd-4.cfg