Re: [E1000-devel] linux-next: Tree for Aug 11 (net/ethernet/intel/i40e)

2014-08-11 Thread Randy Dunlap
On 08/10/14 22:52, Stephen Rothwell wrote: > Hi all, > > Please do not add code intended for v3.18 until after v3.17-rc1 is > released. > > Changes since 20140808: > on i386 and x86_64: ../drivers/net/ethernet/intel/i40e/i40e_fcoe.c: In function 'i40e_get_fcoe_tc_map': ../drivers/net/ethernet

Re: [E1000-devel] [PATCH net-next-2.6] IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()

2010-07-06 Thread Randy Dunlap
On 07/03/10 12:41, Ben Hutchings wrote: > Following commit 1437ce3983bcbc0447a0dedcd644c14fe833d266 "ethtool: > Change ethtool_op_set_flags to validate flags", ethtool_op_set_flags > takes a third parameter and cannot be used directly as an > implementation of ethtool_ops::set_flags. > > Changes n

Re: [E1000-devel] [PATCH net-next-2.6 1/3] ethtool: Change ethtool_op_set_flags to validate flags

2010-07-03 Thread Randy Dunlap
On Fri, 02 Jul 2010 22:07:11 -0700 (PDT) David Miller wrote: > From: Randy Dunlap > Date: Fri, 2 Jul 2010 09:55:14 -0700 > > > On Wed, 30 Jun 2010 13:44:32 +0100 Ben Hutchings wrote: > >> @@ -457,7 +457,7 @@ int ethtool_op_set_tso(struct net_device *dev, u3

Re: [E1000-devel] [PATCH net-next-2.6 1/3] ethtool: Change ethtool_op_set_flags to validate flags

2010-07-02 Thread Randy Dunlap
On Wed, 30 Jun 2010 13:44:32 +0100 Ben Hutchings wrote: > ethtool_op_set_flags() does not check for unsupported flags, and has > no way of doing so. This means it is not suitable for use as a > default implementation of ethtool_ops::set_flags. > > Add a 'supported' parameter specifying the flags

Re: [E1000-devel] linux-next: Tree for September 4 (PATCH: IXGBE)

2008-09-05 Thread Randy Dunlap
On Fri, 5 Sep 2008 16:47:55 -0700 Brandeburg, Jesse wrote: > Randy Dunlap wrote: > > From: Randy Dunlap <[EMAIL PROTECTED]> > > > > ixgbe needs to be restricted to the same build config (m/y) > > as DCA since it calls the dca_*() functions. > > >

Re: [E1000-devel] linux-next: Tree for September 4 (PATCH: IXGBE)

2008-09-04 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> ixgbe needs to be restricted to the same build config (m/y) as DCA since it calls the dca_*() functions. ixgbe_main.c:(.text+0xd9c09): undefined reference to `dca3_get_tag' ixgbe_main.c:(.text+0xd9cc9): undefined reference to `dca3_get_tag&#x