Re: [dpdk-dev] [PATCH v2] examples/l2fwd-keepalive: fix packet drops limited mbufs

2020-04-28 Thread Xie, WeiX
Tested-by:zhang,xi Regards, Xie Wei -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Louise Kilheeney Sent: Monday, April 27, 2020 10:58 PM To: dev@dpdk.org Cc: Kilheeney, Louise ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v2] examples/l2fwd-keepalive: fix

[dpdk-dev] [PATCH v2] examples/l2fwd-keepalive: fix packet drops limited mbufs

2020-04-27 Thread Louise Kilheeney
MBUF pool of size 8192 was causing packet loss when using four ports. To fix this issue this patch specifies the number of MBUF's per port instead of having one set MBUF pool size, this way it will adapt to any number of ports. Fixes: e64833f2273a ("examples/l2fwd-keepalive: add sample application