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: [email protected]
>
> Signed-off-by: Louise Kilheeney <[email protected]>
> Tested-by: Xi Zhang <[email protected]>
>
> ---
> v2: moved variable initialisation to top of function.
Applied, thanks