Re: [PATCH 13/13] net/cnxk: remove duplicate mempool debug checks

2022-10-11 Thread Jerin Jacob
On Tue, Oct 11, 2022 at 5:33 PM Nithin Dabilpuram wrote: > > Remove duplicate mempool debug checks for mbufs received. > Fixes: 592642c494b1 ("net/cnxk: align prefetches to CN10K cache model") > > Signed-off-by: Nithin Dabilpuram # Please fix the following # Also, update git comments and add fix

[PATCH 13/13] net/cnxk: remove duplicate mempool debug checks

2022-10-11 Thread Nithin Dabilpuram
Remove duplicate mempool debug checks for mbufs received. Fixes: 592642c494b1 ("net/cnxk: align prefetches to CN10K cache model") Signed-off-by: Nithin Dabilpuram --- drivers/net/cnxk/cn10k_rx.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/net/cnxk/cn10k_rx.h b/drivers/net/cn