numam-dpdk/drivers/net/enic
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/enic: fix filter mode detection 2021-10-13 15:40:50 +02:00
enic_compat.h net/enic: move min/max macros 2020-01-17 19:46:26 +01:00
enic_ethdev.c ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
enic_flow.c net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
enic_fm_flow.c net/enic: fix flow initialization error handling 2021-04-09 10:54:57 +02:00
enic_main.c net/enic: enable GENEVE offload via VNIC configuration 2021-05-11 23:52:26 +02:00
enic_res.c net: add macro for MAC address print 2021-09-07 19:07:46 +02:00
enic_res.h net/enic: use common min and max macros 2020-02-05 09:51:19 +01:00
enic_rxtx_common.h net/enic: replace some PMD macros with standard API 2020-01-17 19:46:26 +01:00
enic_rxtx_vec_avx2.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
enic_rxtx.c net/enic: fix completion pointer calculation 2021-04-13 12:30:41 +02:00
enic_vf_representor.c ethdev: fix representor port ID search by name 2021-10-12 16:54:20 +02:00
enic.h net/enic: enable GENEVE offload via VNIC configuration 2021-05-11 23:52:26 +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