[PATCH v12 13/13] net/sxe: add virtual function
Stephen Hemminger
stephen at networkplumber.org
Fri Oct 24 18:59:55 CEST 2025
On Mon, 28 Jul 2025 17:05:17 +0800
liujie5 at linkdatatechnology.com wrote:
> @@ -288,6 +293,7 @@ void __sxe_recycle_rxq_info_get(struct rte_eth_dev *dev, u16 queue_id,
> q_info->mp = rxq->mb_pool;
> q_info->mbuf_ring_size = rxq->ring_depth;
> q_info->receive_tail = &rxq->processing_idx;
> +
> #if defined SXE_DPDK_L4_FEATURES && defined SXE_DPDK_SIMD
> if (adapter->rx_vec_allowed) {
> #if defined(RTE_ARCH_X86) || defined(RTE_ARCH_ARM)
> @@ -302,6 +308,7 @@ void __sxe_recycle_rxq_info_get(struct rte_eth_dev *dev, u16 queue_id,
> q_info->refill_requirement = rxq->batch_alloc_size;
> q_info->refill_head = &rxq->batch_alloc_trigger;
> #endif
> +
> return;
> }
>
Once again fix it in the earlier patch don't add whitespace in later patch
More information about the dev
mailing list