Re: [dpdk-dev] [PATCH] net/bnxt: don't set mbuf pointers to null in vector PMD

2021-03-11 Thread Ajit Khaparde
On Tue, Mar 2, 2021 at 7:16 AM Lance Richardson wrote: > > Remove code for setting consumed mbuf pointers to NULL from the > vector receive functions as a minor performance optimization. > > Signed-off-by: Lance Richardson > Reviewed-by: Ajit Kumar Khaparde > Reviewed-by: Somnath Kotur Patch a

[dpdk-dev] [PATCH] net/bnxt: don't set mbuf pointers to null in vector PMD

2021-03-02 Thread Lance Richardson
Remove code for setting consumed mbuf pointers to NULL from the vector receive functions as a minor performance optimization. Signed-off-by: Lance Richardson Reviewed-by: Ajit Kumar Khaparde Reviewed-by: Somnath Kotur --- drivers/net/bnxt/bnxt_rxq.c | 10 ++ drivers/net/bnxt/