netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Aug 11 (net/ethernet/intel/i40e)
       [not found] <20140811155213.0aa083ce@canb.auug.org.au>
@ 2014-08-11 16:17 ` Randy Dunlap
  2014-08-11 19:53   ` [linux-nics] " Jeff Kirsher
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2014-08-11 16:17 UTC (permalink / raw)
  To: Stephen Rothwell, linux-next
  Cc: linux-kernel, e1000-devel, netdev@vger.kernel.org, linux.nics

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/intel/i40e/i40e_fcoe.c:354:23: error: 'IEEE_8021QAZ_APP_SEL_ETHERTYPE' undeclared (first use in this function)
   if (app.selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE &&


Needs to #include <uapi/linux/dcbnl.h> ??


-- 
~Randy

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-nics] linux-next: Tree for Aug 11 (net/ethernet/intel/i40e)
  2014-08-11 16:17 ` linux-next: Tree for Aug 11 (net/ethernet/intel/i40e) Randy Dunlap
@ 2014-08-11 19:53   ` Jeff Kirsher
  2014-08-11 21:54     ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Kirsher @ 2014-08-11 19:53 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Stephen Rothwell, linux-next, e1000-devel, netdev@vger.kernel.org,
	linux.nics, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 728 bytes --]

On Mon, 2014-08-11 at 09:17 -0700, Randy Dunlap wrote:
> 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/intel/i40e/i40e_fcoe.c:354:23: error:
> 'IEEE_8021QAZ_APP_SEL_ETHERTYPE' undeclared (first use in this
> function)
>    if (app.selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE &&
> 
> 
> Needs to #include <uapi/linux/dcbnl.h> ??

Yeah, Dave has already accepted a patch to resolve that, which I believe
went into his net tree.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-nics] linux-next: Tree for Aug 11 (net/ethernet/intel/i40e)
  2014-08-11 19:53   ` [linux-nics] " Jeff Kirsher
@ 2014-08-11 21:54     ` David Miller
  2014-08-11 22:16       ` Jeff Kirsher
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2014-08-11 21:54 UTC (permalink / raw)
  To: jeffrey.t.kirsher
  Cc: rdunlap, sfr, linux-next, e1000-devel, netdev, linux.nics,
	linux-kernel

From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Date: Mon, 11 Aug 2014 12:53:06 -0700

> On Mon, 2014-08-11 at 09:17 -0700, Randy Dunlap wrote:
>> 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/intel/i40e/i40e_fcoe.c:354:23: error:
>> 'IEEE_8021QAZ_APP_SEL_ETHERTYPE' undeclared (first use in this
>> function)
>>    if (app.selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE &&
>> 
>> 
>> Needs to #include <uapi/linux/dcbnl.h> ??
> 
> Yeah, Dave has already accepted a patch to resolve that, which I believe
> went into his net tree.

I see no such change in my tree.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-nics] linux-next: Tree for Aug 11 (net/ethernet/intel/i40e)
  2014-08-11 21:54     ` David Miller
@ 2014-08-11 22:16       ` Jeff Kirsher
  2014-08-11 22:20         ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Kirsher @ 2014-08-11 22:16 UTC (permalink / raw)
  To: David Miller
  Cc: rdunlap, sfr, linux-next, e1000-devel, netdev, linux.nics,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1319 bytes --]

On Mon, 2014-08-11 at 14:54 -0700, David Miller wrote:
> From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
> Date: Mon, 11 Aug 2014 12:53:06 -0700
> 
> > On Mon, 2014-08-11 at 09:17 -0700, Randy Dunlap wrote:
> >> 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/intel/i40e/i40e_fcoe.c:354:23: error:
> >> 'IEEE_8021QAZ_APP_SEL_ETHERTYPE' undeclared (first use in this
> >> function)
> >>    if (app.selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE &&
> >> 
> >> 
> >> Needs to #include <uapi/linux/dcbnl.h> ??
> > 
> > Yeah, Dave has already accepted a patch to resolve that, which I believe
> > went into his net tree.
> 
> I see no such change in my tree.

http://patchwork.ozlabs.org/patch/376699/

This is what I was referring to, it looks like you set the patch status
to "Awaiting upstream" yet you responded that you applied it.  So my
bad, I thought you had already sucked it into you tree.  I get this
resolved and send you this and a few other fixes later today.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-nics] linux-next: Tree for Aug 11 (net/ethernet/intel/i40e)
  2014-08-11 22:16       ` Jeff Kirsher
@ 2014-08-11 22:20         ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2014-08-11 22:20 UTC (permalink / raw)
  To: jeffrey.t.kirsher
  Cc: sfr, linux.nics, e1000-devel, netdev, rdunlap, linux-kernel,
	linux-next

From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Date: Mon, 11 Aug 2014 15:16:32 -0700

> On Mon, 2014-08-11 at 14:54 -0700, David Miller wrote:
>> I see no such change in my tree.
> 
> http://patchwork.ozlabs.org/patch/376699/
> 
> This is what I was referring to, it looks like you set the patch status
> to "Awaiting upstream" yet you responded that you applied it.  So my
> bad, I thought you had already sucked it into you tree.  I get this
> resolved and send you this and a few other fixes later today.

My bad, I mis-replied to that patch, and indeed I do expect to get it
upstream via your tree.

Thanks for catching that Jeff.

------------------------------------------------------------------------------
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-11 22:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20140811155213.0aa083ce@canb.auug.org.au>
2014-08-11 16:17 ` linux-next: Tree for Aug 11 (net/ethernet/intel/i40e) Randy Dunlap
2014-08-11 19:53   ` [linux-nics] " Jeff Kirsher
2014-08-11 21:54     ` David Miller
2014-08-11 22:16       ` Jeff Kirsher
2014-08-11 22:20         ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).