numam-dpdk/drivers/net/txgbe
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/txgbe: fix reading SFP module SFF-8472 data 2021-08-18 16:04:09 +02:00
meson.build net/txgbe: add copyright owner 2021-04-29 17:01:06 +02:00
rte_pmd_txgbe.h net/txgbe: add copyright owner 2021-04-29 17:01:06 +02:00
txgbe_ethdev_vf.c net: add macro to extract MAC address bytes 2021-09-07 19:08:05 +02:00
txgbe_ethdev.c ethdev: improve xstats names by IDs get prototype 2021-10-06 13:07:11 +02:00
txgbe_ethdev.h ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
txgbe_fdir.c net/txgbe: fix L4 port mask in flow director 2021-08-18 16:04:09 +02:00
txgbe_flow.c net/txgbe: add copyright owner 2021-04-29 17:01:06 +02:00
txgbe_ipsec.c net/txgbe: add copyright owner 2021-04-29 17:01:06 +02:00
txgbe_ipsec.h net/txgbe: add copyright owner 2021-04-29 17:01:06 +02:00
txgbe_logs.h net/txgbe: add copyright owner 2021-04-29 17:01:06 +02:00
txgbe_pf.c ethdev: remove legacy mirroring API 2021-10-07 13:02:26 +02:00
txgbe_ptypes.c net/txgbe: add copyright owner 2021-04-29 17:01:06 +02:00
txgbe_ptypes.h net/txgbe: add copyright owner 2021-04-29 17:01:06 +02:00
txgbe_regs_group.h net/txgbe: add copyright owner 2021-04-29 17:01:06 +02:00
txgbe_rxtx.c ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
txgbe_rxtx.h net/txgbe: add copyright owner 2021-04-29 17:01:06 +02:00
txgbe_tm.c net/txgbe: add copyright owner 2021-04-29 17:01:06 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00