Re: [PATCH] net/cnxk: fix separate callback for Rx flush on CN10k

2023-10-17 Thread Jerin Jacob
On Mon, Oct 16, 2023 at 1:26 PM Rahul Bhansali wrote: > > In case of dev stop, Rx packet flush will be called which > uses LMT lines to bulk free of the pending meta buffers. > And LMT line is not valid for non EAL cores. As a fix, > a separate callback for Rx packets flush is added, which > will

[PATCH] net/cnxk: fix separate callback for Rx flush on CN10k

2023-10-15 Thread Rahul Bhansali
In case of dev stop, Rx packet flush will be called which uses LMT lines to bulk free of the pending meta buffers. And LMT line is not valid for non EAL cores. As a fix, a separate callback for Rx packets flush is added, which will use NPA aura free API on individual meta packets. Fixes: 4382a7ccf