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: sta...@dpdk.org > > Signed-off-by: Louise Kilheeney <louise.kilhee...@intel.com> > Tested-by: Xi Zhang <xix.zh...@intel.com> > > --- > v2: moved variable initialisation to top of function.
Applied, thanks