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

Thomas Monjalon thomas at monjalon.net
Mon May 11 18:16:26 CEST 2020


27/04/2020 16:57, 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")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Louise Kilheeney <louise.kilheeney at intel.com>
> Tested-by: Xi Zhang <xix.zhang at intel.com>
> 
> ---
> v2: moved variable initialisation to top of function.

Applied, thanks





More information about the dev mailing list