numam-dpdk/drivers/net/hns3
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
..
hns3_cmd.c net/hns3: remove similar macro function definitions 2021-10-11 17:40:38 +02:00
hns3_cmd.h net/hns3: fix input parameters of MAC functions 2021-10-07 13:56:16 +02:00
hns3_dcb.c net/hns3: remove similar macro function definitions 2021-10-11 17:40:38 +02:00
hns3_dcb.h net/hns3: fix traffic management 2021-07-02 19:03:03 +02:00
hns3_ethdev_vf.c net/hns3: fix interrupt vector freeing 2021-10-13 13:59:13 +02:00
hns3_ethdev.c net/hns3: remove similar macro function definitions 2021-10-11 17:40:38 +02:00
hns3_ethdev.h net/hns3: remove similar macro function definitions 2021-10-11 17:40:38 +02:00
hns3_fdir.c net/hns3: clear hash map on flow director clear 2021-05-11 18:27:25 +02:00
hns3_fdir.h net/hns3: fix flow rule list in multi-process 2021-07-23 14:45:20 +02:00
hns3_flow.c ethdev: remove deprecated shared counter attribute 2021-10-12 19:20:57 +02:00
hns3_intr.c net/hns3: remove similar macro function definitions 2021-10-11 17:40:38 +02:00
hns3_intr.h net/hns3: fix TM QCN error event report by MSI-X 2021-05-11 19:34:17 +02:00
hns3_logs.h net/hns3: fix copyright date 2021-04-08 17:55:35 +02:00
hns3_mbx.c net/hns3: fix mailbox message ID in log 2021-05-11 20:07:59 +02:00
hns3_mbx.h net/hns3: support VLAN filter state modify for VF 2021-07-13 11:41:32 +02:00
hns3_mp.c net/hns3: add Tx start/stop multi-process handling 2021-08-17 12:59:00 +02:00
hns3_mp.h net/hns3: add Tx start/stop multi-process handling 2021-08-17 12:59:00 +02:00
hns3_ptp.c net/hns3: remove similar macro function definitions 2021-10-11 17:40:38 +02:00
hns3_regs.c net/hns3: support get device version when dump register 2021-04-08 18:57:09 +02:00
hns3_regs.h net/hns3: fix copyright date 2021-04-08 17:55:35 +02:00
hns3_rss.c net/hns3: fix copyright date 2021-04-08 17:55:35 +02:00
hns3_rss.h net/hns3: fix copyright date 2021-04-08 17:55:35 +02:00
hns3_rxtx_vec_neon.h net/hns3: support Tx push quick doorbell for performance 2021-07-02 19:03:03 +02:00
hns3_rxtx_vec_sve.c net/hns3: support Tx push quick doorbell for performance 2021-07-02 19:03:03 +02:00
hns3_rxtx_vec.c net/hns3: remove similar macro function definitions 2021-10-11 17:40:38 +02:00
hns3_rxtx_vec.h net/hns3: fix vector Rx burst limitation 2021-05-04 18:02:14 +02:00
hns3_rxtx.c ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
hns3_rxtx.h ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
hns3_stats.c ethdev: improve xstats names by IDs get prototype 2021-10-06 13:07:11 +02:00
hns3_stats.h ethdev: improve xstats names by IDs get prototype 2021-10-06 13:07:11 +02:00
hns3_tm.c net/hns3: remove similar macro function definitions 2021-10-11 17:40:38 +02:00
hns3_tm.h net/hns3: fix traffic management 2021-07-02 19:03:03 +02:00
meson.build net/hns3: fix Arm SVE build with GCC 8.3 2021-07-09 22:25:31 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00