Re: [dpdk-dev] [PATCH v4 4/7] ethdev: make burst functions to use new flat array

2021-10-05 Thread Ananyev, Konstantin
> > > > Rework 'fast' burst functions to use rte_eth_fp_ops[]. > > While it is an API/ABI breakage, this change is intended to be > > transparent for both users (no changes in user app is required) and > > PMD developers (no changes in PMD is required). > > One extra thing to note - RX/TX callbac

Re: [dpdk-dev] [PATCH v4 4/7] ethdev: make burst functions to use new flat array

2021-10-05 Thread David Marchand
On Mon, Oct 4, 2021 at 3:59 PM Konstantin Ananyev wrote: > > Rework 'fast' burst functions to use rte_eth_fp_ops[]. > While it is an API/ABI breakage, this change is intended to be > transparent for both users (no changes in user app is required) and > PMD developers (no changes in PMD is required

[dpdk-dev] [PATCH v4 4/7] ethdev: make burst functions to use new flat array

2021-10-04 Thread Konstantin Ananyev
Rework 'fast' burst functions to use rte_eth_fp_ops[]. While it is an API/ABI breakage, this change is intended to be transparent for both users (no changes in user app is required) and PMD developers (no changes in PMD is required). One extra thing to note - RX/TX callback invocation will cause ex