Re: [dpdk-dev] [PATCH] net/bnxt: fix fallback mbuf allocation logic

2020-12-17 Thread Ajit Khaparde
On Wed, Dec 16, 2020 at 7:06 AM Lance Richardson wrote: > > From: Lance Richardson > > Fixes for fallback mbuf allocation logic. >- Preserve raw (unmasked) producer index. >- Iterate over all processed descriptors (representor and > non-representor) when checking allocation status. >

[dpdk-dev] [PATCH] net/bnxt: fix fallback mbuf allocation logic

2020-12-16 Thread Lance Richardson
From: Lance Richardson Fixes for fallback mbuf allocation logic. - Preserve raw (unmasked) producer index. - Iterate over all processed descriptors (representor and non-representor) when checking allocation status. - Invoke fallback allocation logic when an allocation failure h