Re: [dpdk-dev] [PATCH v5 5/7] ethdev: make fast-path functions to use new flat array

2021-10-11 Thread Andrew Rybchenko
On 10/11/21 6:47 PM, Ananyev, Konstantin wrote: On 10/7/21 2:27 PM, Konstantin Ananyev wrote: Rework fast-path ethdev 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 devel

Re: [dpdk-dev] [PATCH v5 5/7] ethdev: make fast-path functions to use new flat array

2021-10-11 Thread Ananyev, Konstantin
> > On 10/7/21 2:27 PM, Konstantin Ananyev wrote: > > Rework fast-path ethdev 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 requ

Re: [dpdk-dev] [PATCH v5 5/7] ethdev: make fast-path functions to use new flat array

2021-10-11 Thread Andrew Rybchenko
On 10/7/21 2:27 PM, Konstantin Ananyev wrote: > Rework fast-path ethdev 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 e

[dpdk-dev] [PATCH v5 5/7] ethdev: make fast-path functions to use new flat array

2021-10-07 Thread Konstantin Ananyev
Rework fast-path ethdev 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 caus