numam-dpdk/drivers/net/ixgbe
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/ixgbe: build on Windows 2021-10-07 14:47:35 +02:00
ixgbe_82599_bypass.c
ixgbe_bypass_api.h
ixgbe_bypass_defines.h
ixgbe_bypass.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
ixgbe_bypass.h
ixgbe_ethdev.c ethdev: remove legacy Rx descriptor done API 2021-10-11 16:44:57 +02:00
ixgbe_ethdev.h ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
ixgbe_fdir.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
ixgbe_flow.c net/ixgbe: build on Windows 2021-10-07 14:47:35 +02:00
ixgbe_ipsec.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
ixgbe_ipsec.h cryptodev: make xform key pointer constant 2019-07-19 14:15:21 +02:00
ixgbe_logs.h net/ixgbe: refine debug build option 2021-04-01 16:10:20 +02:00
ixgbe_pf.c ethdev: remove legacy mirroring API 2021-10-07 13:02:26 +02:00
ixgbe_regs.h
ixgbe_rxtx_vec_common.h net/ixgbe: fix queue release 2021-10-09 06:45:03 +02:00
ixgbe_rxtx_vec_neon.c net/ixgbe: fix UDP zero checksum on Arm 2021-02-10 21:51:38 +01:00
ixgbe_rxtx_vec_sse.c drivers/net: fix vector Rx comments 2021-08-10 05:01:57 +02:00
ixgbe_rxtx.c ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
ixgbe_rxtx.h net/ixgbe: fix memzone leak on queue re-configure 2021-10-07 13:38:16 +02:00
ixgbe_tm.c net/ixgbe: build on Windows 2021-10-07 14:47:35 +02:00
ixgbe_vf_representor.c ethdev: fix representor port ID search by name 2021-10-12 16:54:20 +02:00
meson.build net/ixgbe: build on Windows 2021-10-07 14:47:35 +02:00
rte_pmd_ixgbe.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
rte_pmd_ixgbe.h drivers/net: fix exposing internal headers 2020-07-11 06:18:54 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00