numam-dpdk/drivers/net/ark
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
..
ark_ddm.c net/ark: update to reflect FPGA updates 2021-03-22 16:56:27 +01:00
ark_ddm.h net/ark: update to reflect FPGA updates 2021-03-22 16:56:27 +01:00
ark_ethdev_rx.c ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
ark_ethdev_rx.h ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
ark_ethdev_tx.c net/ark: generalize meta data between FPGA and PMD 2021-03-22 16:56:27 +01:00
ark_ethdev_tx.h ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
ark_ethdev.c net/ark: fix control thread argument 2021-05-12 00:44:06 +02:00
ark_ext.h net/ark: generalize meta data between FPGA and PMD 2021-03-22 16:56:27 +01:00
ark_global.h net/ark: generalize meta data between FPGA and PMD 2021-03-22 16:56:27 +01:00
ark_logs.h net/ark: remove Tx padding configuration macro 2020-09-18 18:55:08 +02:00
ark_mpu.c net/ark: replace compile time log config with runtime 2020-09-18 18:55:08 +02:00
ark_mpu.h
ark_pktchkr.c net/ark: localize internal packet generator 2021-03-22 16:56:27 +01:00
ark_pktchkr.h replace packed attributes 2020-04-16 18:16:46 +02:00
ark_pktdir.c net/ark: update packet director initial state 2021-03-22 16:56:27 +01:00
ark_pktdir.h net/ark: update packet director initial state 2021-03-22 16:56:27 +01:00
ark_pktgen.c net/ark: fix leak on thread termination 2021-05-11 23:40:22 +02:00
ark_pktgen.h net/ark: localize internal packet generator 2021-03-22 16:56:27 +01:00
ark_rqp.c net/ark: replace compile time log config with runtime 2020-09-18 18:55:08 +02:00
ark_rqp.h
ark_udm.c net/ark: update to reflect FPGA updates 2021-03-22 16:56:27 +01:00
ark_udm.h net/ark: generalize meta data between FPGA and PMD 2021-03-22 16:56:27 +01: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