[dpdk-dev] [PATCH v2 1/2] net/fm10k: convert to new Rx offloads API

Zhang, Qi Z qi.z.zhang at intel.com
Wed Mar 28 12:07:39 CEST 2018


Hi Daiwei:

> +static uint64_t fm10k_get_rx_queue_offloads_capa(struct rte_eth_dev
> +*dev) {
> +	RTE_SET_USED(dev);
> +
> +	return (uint64_t)(DEV_RX_OFFLOAD_SCATTER);
> +}

why per queue rx scattered feature here?
My understanding is either we use scattered rx function that enable this feature for all queues or 
we use non-scattered rx function that disable this feature for all queues, right?

Regards
Qi


More information about the dev mailing list