[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20141209.161755.669220277273811079.davem@davemloft.net>
Date: Tue, 09 Dec 2014 16:17:55 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: _govind@....com
Cc: netdev@...r.kernel.org, ssujith@...co.com, benve@...co.com
Subject: Re: [PATCH net-next] enic: add support for set/get rss hash key
From: David Miller <davem@...emloft.net>
Date: Tue, 09 Dec 2014 16:12:18 -0500 (EST)
> From: Govindarajulu Varadarajan <_govind@....com>
> Date: Sun, 7 Dec 2014 22:41:13 +0530
>
>> This patch adds support for setting/getting rss hash key using ethtool.
>>
>> Signed-off-by: Govindarajulu Varadarajan <_govind@....com>
>
> Applied, thanks.
Hmmm...
drivers/net/ethernet/cisco/enic/enic_ethtool.c:461:2: warning: initialization from incompatible pointer type [enabled by default]
drivers/net/ethernet/cisco/enic/enic_ethtool.c:461:2: warning: (near initialization for ‘enic_ethtool_ops.get_rxfh’) [enabled by default]
drivers/net/ethernet/cisco/enic/enic_ethtool.c:462:2: warning: initialization from incompatible pointer type [enabled by default]
drivers/net/ethernet/cisco/enic/enic_ethtool.c:462:2: warning: (near initialization for ‘enic_ethtool_ops.set_rxfh’) [enabled by default]
The function signature has changed for this method, you need to update this
patch and resubmit.
I've reverted it for now.
Powered by blists - more mailing lists