Re: [PATCH] net/bnxt: fix crash caused by error recovery

2021-11-18 Thread Ajit Khaparde
On Thu, Nov 18, 2021 at 7:57 PM Somnath Kotur wrote: > > bnxt_stop_rxtx() does not stop data path processing as intended > as it does not update the recently introduced fast-path pointers > '(struct rte_eth_fp_ops)->rx_pkt_burst'. Since both the burst routines > only use the fast-path pointer, the

[PATCH] net/bnxt: fix crash caused by error recovery

2021-11-18 Thread Somnath Kotur
bnxt_stop_rxtx() does not stop data path processing as intended as it does not update the recently introduced fast-path pointers '(struct rte_eth_fp_ops)->rx_pkt_burst'. Since both the burst routines only use the fast-path pointer, the real burst routines get invoked instead of the dummy ones set b