Re: [PATCH] net/bnxt: restore fast-path API pointers post recovery

2021-11-21 Thread Ajit Khaparde
On Sun, Nov 21, 2021 at 8:59 PM Somnath Kotur wrote: > > In bnxt_dev_recover(), restore the newly introduced fast-path API pointers > (struct rte_eth_fp_ops)->rx_pkt_burst to the real burst routines instead of > the dummy ones, once error recovery has successfully completed. > > Fixes: c87d435a4d7

[PATCH] net/bnxt: restore fast-path API pointers post recovery

2021-11-21 Thread Somnath Kotur
In bnxt_dev_recover(), restore the newly introduced fast-path API pointers (struct rte_eth_fp_ops)->rx_pkt_burst to the real burst routines instead of the dummy ones, once error recovery has successfully completed. Fixes: c87d435a4d79 ("ethdev: copy fast-path API into separate structure") Signed-