numam-dpdk/drivers/net/octeontx2
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
..
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
otx2_ethdev_debug.c net/octeontx2: support TM debug 2020-04-21 13:57:06 +02:00
otx2_ethdev_devargs.c net/octeontx2: support flow action port ID 2021-04-08 17:09:57 +02:00
otx2_ethdev_irq.c net/octeontx2: disable unnecessary error interrupts 2020-04-21 13:57:07 +02:00
otx2_ethdev_ops.c ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
otx2_ethdev_sec_tx.h mempool: add namespace to internal helpers 2021-10-20 10:00:18 +02:00
otx2_ethdev_sec.c net/octeontx2: clear SA valid during session destroy 2021-07-20 10:32:05 +02:00
otx2_ethdev_sec.h crypto/octeontx2: add lookaside SA context definitions 2020-07-18 23:09:02 +02:00
otx2_ethdev.c ethdev: remove legacy Rx descriptor done API 2021-10-11 16:44:57 +02:00
otx2_ethdev.h ethdev: change input parameters for Rx queue count 2021-10-13 22:14:58 +02:00
otx2_flow_ctrl.c net/octeontx2: fix flow control initial state 2020-02-15 10:23:07 +01:00
otx2_flow_dump.c net/octeontx2: support raw flow pattern 2021-03-20 15:16:55 +01:00
otx2_flow_parse.c ethdev: remove deprecated shared counter attribute 2021-10-12 19:20:57 +02:00
otx2_flow_utils.c net/octeontx2: support raw flow pattern 2021-03-20 15:16:55 +01:00
otx2_flow.c net/octeontx2: fix flow creation limit on CN98xx 2021-06-30 04:02:49 +02:00
otx2_flow.h net/octeontx2: fix flow creation limit on CN98xx 2021-06-30 04:02:49 +02:00
otx2_link.c net/octeontx2: handle link status when device stopped 2021-07-13 11:29:10 +02:00
otx2_lookup.c mbuf: rename outer IP checksum macro 2021-03-02 10:57:28 +01:00
otx2_mac.c net/octeontx2: fix DMAC filtering 2020-06-30 14:52:30 +02:00
otx2_mcast.c net/octeontx2: support multicast filter 2019-10-23 16:43:10 +02:00
otx2_ptp.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
otx2_rss.c net/octeontx2: support 24B custom L2 header parsing 2021-01-13 19:39:08 +01:00
otx2_rx.c mempool: add namespace to internal helpers 2021-10-20 10:00:18 +02:00
otx2_rx.h mempool: add namespace to internal helpers 2021-10-20 10:00:18 +02:00
otx2_stats.c ethdev: improve xstats names by IDs get prototype 2021-10-06 13:07:11 +02:00
otx2_tm.c net/octeontx2: fix TM node statistics query 2021-07-13 11:29:11 +02:00
otx2_tm.h net/octeontx2: support TM length adjust and packet mode 2020-09-18 18:55:10 +02:00
otx2_tx.c mempool: add namespace to internal helpers 2021-10-20 10:00:18 +02:00
otx2_tx.h mempool: add namespace to internal helpers 2021-10-20 10:00:18 +02:00
otx2_vlan.c net/octeontx2: fix VLAN filter 2021-03-08 14:31:22 +01:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00