8d7d4fcdca
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> |
||
---|---|---|
.. | ||
base | ||
ice_acl_filter.c | ||
ice_dcf_ethdev.c | ||
ice_dcf_ethdev.h | ||
ice_dcf_parent.c | ||
ice_dcf_sched.c | ||
ice_dcf_vf_representor.c | ||
ice_dcf.c | ||
ice_dcf.h | ||
ice_ethdev.c | ||
ice_ethdev.h | ||
ice_fdir_filter.c | ||
ice_generic_flow.c | ||
ice_generic_flow.h | ||
ice_hash.c | ||
ice_logs.h | ||
ice_rxtx_vec_avx2.c | ||
ice_rxtx_vec_avx512.c | ||
ice_rxtx_vec_common.h | ||
ice_rxtx_vec_sse.c | ||
ice_rxtx.c | ||
ice_rxtx.h | ||
ice_switch_filter.c | ||
meson.build | ||
rte_pmd_ice.h | ||
version.map |