Re: [dpdk-dev] [PATCH] net/bnxt: fix mem zone free for Tx and Rx rings

2021-09-26 Thread Ajit Khaparde
On Fri, Sep 24, 2021 at 5:57 PM Ajit Khaparde wrote: > > The device cleanup logic was freeing most of the ring related memory, > but was not freeing up the mem zone associated with the rings. > This patch fixes the issue. > > Fixes: 2eb53b134aae ("net/bnxt: add initial Rx code") > Fixes: 6eb3cc229

[dpdk-dev] [PATCH] net/bnxt: fix mem zone free for Tx and Rx rings

2021-09-24 Thread Ajit Khaparde
The device cleanup logic was freeing most of the ring related memory, but was not freeing up the mem zone associated with the rings. This patch fixes the issue. Fixes: 2eb53b134aae ("net/bnxt: add initial Rx code") Fixes: 6eb3cc2294fd ("net/bnxt: add initial Tx code") Cc: sta...@dpdk.org Signed-o