[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAM_iQpWW1+MWUnJ65n_7wCwv-a8HRJHSsyGPTnsDUqX9dj1njw@mail.gmail.com>
Date: Wed, 5 Dec 2018 11:19:22 -0800
From: Cong Wang <xiyou.wangcong@...il.com>
To: Saeed Mahameed <saeedm@...lanox.com>
Cc: David Miller <davem@...emloft.net>,
Linux Kernel Network Developers <netdev@...r.kernel.org>,
ayal@...lanox.com
Subject: Re: [net-next 6/7] net/mlx5e: ethtool, Support user configuration for
RX hash fields
Hello, Saeed
On Tue, Dec 4, 2018 at 10:26 PM Saeed Mahameed <saeedm@...lanox.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.
Powered by blists - more mailing lists