numam-dpdk/drivers/net/igc
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
igc_ethdev.c ethdev: remove legacy Rx descriptor done API 2021-10-11 16:44:57 +02:00
igc_ethdev.h drivers: add missing includes 2021-04-14 11:23:13 +02:00
igc_filter.c ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
igc_filter.h ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
igc_flow.c net/igc: remove use of uint type 2021-03-23 08:41:05 +01:00
igc_flow.h net/igc: support flow API 2020-04-21 13:57:08 +02:00
igc_logs.c log: register with standardized names 2021-05-11 15:17:55 +02:00
igc_logs.h net/igc: refine debug build option 2021-04-01 16:10:20 +02:00
igc_txrx.c ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
igc_txrx.h ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00