[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZOPZJWCDGcC3hWAVsLkN8LSY-7GifDSKN6OhDRjgwFpjtuSw@mail.gmail.com>
Date: Mon, 17 Mar 2014 16:40:20 +0200
From: Or Gerlitz <or.gerlitz@...il.com>
To: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Cc: David Miller <davem@...emloft.net>,
Mitch Williams <mitch.a.williams@...el.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"gospo@...hat.com" <gospo@...hat.com>,
"sassmann@...hat.com" <sassmann@...hat.com>,
Catherine Sullivan <catherine.sullivan@...el.com>
Subject: Re: [net-next 03/16] i40evf: Support RSS option in ethtool
On Mon, Mar 17, 2014 at 2:45 PM, Jeff Kirsher
<jeffrey.t.kirsher@...el.com> wrote:
> From: Mitch Williams <mitch.a.williams@...el.com>
>
> Add support for viewing and modifying RSS hash options and RSS hash
> look-up table programming through ethtool.
[...]
FWIW, this commit does more... wouldn't it be worth dropping some
words on that on that change-log?
[...]
> static struct ethtool_ops i40evf_ethtool_ops = {
> .get_settings = i40evf_get_settings,
> .get_drvinfo = i40evf_get_drvinfo,
> @@ -378,6 +687,12 @@ static struct ethtool_ops i40evf_ethtool_ops = {
> .set_msglevel = i40evf_set_msglevel,
> .get_coalesce = i40evf_get_coalesce,
> .set_coalesce = i40evf_set_coalesce,
> + .get_rxnfc = i40evf_get_rxnfc,
> + .set_rxnfc = i40evf_set_rxnfc,
> + .get_rxfh_indir_size = i40evf_get_rxfh_indir_size,
> + .get_rxfh_indir = i40evf_get_rxfh_indir,
> + .set_rxfh_indir = i40evf_set_rxfh_indir,
> + .get_channels = i40evf_get_channels,
> };
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists