[dpdk-dev] [PATCH] ethdev: add support for device offload capabilities

Stephen Hemminger stephen at networkplumber.org
Fri Aug 26 02:34:33 CEST 2016


On Tue, 16 Apr 2013 14:42:33 +0200
Ivan Boule <ivan.boule at 6wind.com> wrote:

> +	/* Default device offload capabilities to zero */
> +	dev_info->rx_offload_capa = 0;
> +	dev_info->tx_offload_capa = 0;

dev_info is already memset to 0 about 3 lines before this so this
is unnecessary.


More information about the dev mailing list