numam-dpdk/drivers/net/thunderx
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 drivers: remove warning with Meson 0.59 2021-08-27 15:51:34 +02:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
nicvf_ethdev.c ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
nicvf_ethdev.h ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
nicvf_logs.h net/thunderx: implement dynamic logging 2018-01-16 18:47:49 +01:00
nicvf_rxtx.c ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
nicvf_rxtx.h ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
nicvf_struct.h ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
nicvf_svf.c drivers: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
nicvf_svf.h drivers: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00