[dpdk-dev] [PATCH v3 16/16] net/dpaa: implement scatter offload support

Thomas Monjalon thomas at monjalon.net
Thu Jul 12 14:23:39 CEST 2018


Title can be "net/dpaa: support scatter offload"

06/07/2018 10:10, Hemant Agrawal:
> +	/* Max packet can fit in single buffer */
> +	if (dev->data->dev_conf.rxmode.max_rx_pkt_len <= buffsz) {
> +		;

Why an empty statement?

> +	} else if (dev->data->dev_conf.rxmode.enable_scatter) {

error: ‘struct rte_eth_rxmode’ has no member named ‘enable_scatter’





More information about the dev mailing list