Hello, Saeed
On Tue, Dec 4, 2018 at 10:26 PM Saeed Mahameed <sae...@mellanox.com> wrote: > +static int mlx5e_get_rss_hash_opt(struct mlx5e_priv *priv, > + struct ethtool_rxnfc *nfc) ... > + tt = flow_type_to_traffic_type(nfc->flow_type); > + > + if (tt == MLX5E_NUM_INDIR_TIRS) > + return -EINVAL; The blank line above is unnecessary. Thanks.