numam-dpdk/drivers/net/dpaa2
Konstantin Ananyev 8d7d4fcdca ethdev: change input parameters for Rx queue count
Currently majority of fast-path ethdev ops take pointers to internal
queue data structures as an input parameter.
While eth_rx_queue_count() takes a pointer to rte_eth_dev and queue
index.
For future work to hide rte_eth_devices[] and friends it would be
plausible to unify parameters list of all fast-path ethdev ops.
This patch changes eth_rx_queue_count() to accept pointer to internal
queue data as input parameter.
While this change is transparent to user, it still counts as an ABI change,
as eth_rx_queue_count_t is used by ethdev public inline function
rte_eth_rx_queue_count().

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Reviewed-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Tested-by: Feifei Wang <feifei.wang2@arm.com>
2021-10-13 22:14:58 +02:00
..
base net/dpaa2: add more RSS distributions 2021-10-07 14:47:35 +02:00
mc net/dpaa2: support Tx flow redirection action 2021-10-07 11:42:21 +02:00
dpaa2_ethdev.c ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
dpaa2_ethdev.h net/dpaa2: add more RSS distributions 2021-10-07 14:47:35 +02:00
dpaa2_flow.c net/dpaa2: support Tx flow redirection action 2021-10-07 11:42:21 +02:00
dpaa2_mux.c net/dpaa2: add some parameter validations 2021-07-23 20:31:01 +02:00
dpaa2_pmd_logs.h drivers: fix SPDX license id consistency 2019-03-29 00:15:53 +01:00
dpaa2_ptp.c net/dpaa2: fix build with timesync functions 2020-10-16 19:18:47 +02:00
dpaa2_rxtx.c net/dpaa2: enable error queues optionally 2021-02-24 18:03:30 +01:00
dpaa2_sparser.c devtools: forbid variable declaration inside for 2020-07-03 10:04:15 +02:00
dpaa2_sparser.h net/dpaa2: add soft parser driver 2019-10-08 12:14:31 +02:00
dpaa2_tm.c net/dpaa2: support traffic management 2021-02-24 18:03:30 +01:00
dpaa2_tm.h net/dpaa2: support traffic management 2021-02-24 18:03:30 +01:00
meson.build net/dpaa2: generate HW hash key 2021-10-07 14:47:25 +02:00
rte_pmd_dpaa2.h net/dpaa2: generate HW hash key 2021-10-07 14:47:25 +02:00
version.map net/dpaa2: generate HW hash key 2021-10-07 14:47:25 +02:00