On Tue, Jul 2, 2024 at 8:28 PM Rahul Bhansali <rbhans...@marvell.com> wrote: > > For inline IPsec, Rx misses are observed during dev stop process. > There can be a situation of 2nd pass packets are being dropped and > can cause a buffer leak. > To handle such case, will avoid NPC Rx and MCAM entries disable in > dev stop. These will be handled in dev close routine. > > Fixes: fbc0fa749919 ("net/cnxk: keep flow rules across restart") > > Signed-off-by: Rahul Bhansali <rbhans...@marvell.com> > --- > Changes in v2: added fixes tag
Series applied to dpdk-next-net-mrvl/for-main. Thanks