Re: [dpdk-dev] [PATCH] net/cnxk: fix updating Rx/Tx functions in fastpath ops

2022-02-17 Thread Jerin Jacob
On Tue, Jan 25, 2022 at 3:09 PM wrote: > > From: Satheesh Paul > > When Rx/Tx functions are updated such as in an rte flow > rule creation with VLAN stripping or marking action, > update the fastpath ops table as well. > > Fixes: b951c2efcb1 ("net/cnxk: add Rx burst for CN9K") > Fixes: f742a9a668

[dpdk-dev] [PATCH] net/cnxk: fix updating Rx/Tx functions in fastpath ops

2022-01-25 Thread psatheesh
From: Satheesh Paul When Rx/Tx functions are updated such as in an rte flow rule creation with VLAN stripping or marking action, update the fastpath ops table as well. Fixes: b951c2efcb1 ("net/cnxk: add Rx burst for CN9K") Fixes: f742a9a6681 ("net/cnxk: add Rx burst for CN10K") Signed-off-by: S