[dpdk-dev] [PATCH V2 1/2] net/failsafe: convert to new Tx offloads API

Stephen Hemminger stephen at networkplumber.org
Thu Jan 4 21:15:13 CET 2018


On Thu,  4 Jan 2018 21:50:57 +0200
Moti Haimovsky <motih at mellanox.com> wrote:

>  	.tx_offload_capa = 0x0,
> +	.tx_queue_offload_capa = 0x0,
>  	.flow_type_rss_offloads = 0x0,

Minor nit
you don't need to initialize every structure element.
Compiler defaults everything to zero.


More information about the dev mailing list