[E1000-devel] [net-next v5 3/8] i40e: driver ethtool core

2013-09-06 Thread Jeff Kirsher
From: Jesse Brandeburg jesse.brandeb...@intel.com This patch contains the ethtool interface and implementation. The goal in this patch series is minimal functionality while not including much in the way of set support. Signed-off-by: Jesse Brandeburg jesse.brandeb...@intel.com Signed-off-by:

[E1000-devel] [net-next v5 2/8] i40e: transmit, receive, and NAPI

2013-09-06 Thread Jeff Kirsher
From: Jesse Brandeburg jesse.brandeb...@intel.com This patch contains the transmit, receive, and NAPI routines, as well as ancillary routines. This file is code that is (will be) shared between the VF and PF drivers. Signed-off-by: Jesse Brandeburg jesse.brandeb...@intel.com Signed-off-by:

Re: [E1000-devel] [net-next v5 8/8] i40e: include i40e in kernel proper

2013-09-06 Thread Stephen Hemminger
On Thu, 5 Sep 2013 23:01:18 -0700 Jeff Kirsher jeffrey.t.kirs...@intel.com wrote: diff --git a/drivers/net/ethernet/intel/i40e/Kbuild b/drivers/net/ethernet/intel/i40e/Kbuild new file mode 100644 index 000..479b2c4 Dumb question why is this named Kbuild instead of Makefile like almost

Re: [E1000-devel] Intel igb module command line configuration in kernel sources

2013-09-06 Thread Wyborny, Carolyn
-Original Message- From: Andrew Davidoff [mailto:david...@qedmf.net] Sent: Thursday, September 05, 2013 7:29 PM To: Tantilov, Emil S Cc: e1000-devel@lists.sourceforge.net Subject: Re: [E1000-devel] Intel igb module command line configuration in kernel sources On Thu, Sep 5, 2013

Re: [E1000-devel] [net-next v5 8/8] i40e: include i40e in kernel proper

2013-09-06 Thread Jesse Brandeburg
On Fri, 6 Sep 2013 14:01:41 -0400 David Miller da...@davemloft.net wrote: Please rename this Kbuild file to the normal Makefile instead of trying to be different from every single other driver in the networking for the sake of an issue that is your, and your problem alone. Thanks Dave, will

Re: [E1000-devel] Intel igb module command line configuration in kernel sources

2013-09-06 Thread Andrew Davidoff
On Fri, Sep 6, 2013 at 10:51 AM, Wyborny, Carolyn carolyn.wybo...@intel.com wrote: Hello Andy, I work primarily on the igb driver. Thanks to Emil for helping out with this. Upstream is kernel source from kernel.org. We provide two equivalent igb drivers, the latest upstream kernel and

Re: [E1000-devel] [net-next v5 8/8] i40e: include i40e in kernel proper

2013-09-06 Thread Williams, Mitch A
-Original Message- From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] On Behalf Of Joe Perches Sent: Thursday, September 05, 2013 11:47 PM To: Brandeburg, Jesse Cc: Stephen Hemminger; Kirsher, Jeffrey T; da...@davemloft.net; e1000- de...@lists.sourceforge.net;

Re: [E1000-devel] [net-next v5 8/8] i40e: include i40e in kernel proper

2013-09-06 Thread David Miller
I'm kind of getting sick of the we'll fix it in a follow up patch talk. Please rename this Kbuild file to the normal Makefile instead of trying to be different from every single other driver in the networking for the sake of an issue that is your, and your problem alone. You guys should really

Re: [E1000-devel] Intel igb module command line configuration in kernel sources

2013-09-06 Thread Andrew Davidoff
On Fri, Sep 6, 2013 at 3:54 PM, Wyborny, Carolyn carolyn.wybo...@intel.com wrote: . So then is the situation that the module options are pulled out of the upstream sources for compliance reasons with an aim to have them available via ethtool, or some other user space tool, but that not all

Re: [E1000-devel] Intel igb module command line configuration in kernel sources

2013-09-06 Thread Wyborny, Carolyn
-Original Message- From: Andrew Davidoff [mailto:david...@qedmf.net] Sent: Friday, September 06, 2013 12:33 PM To: Wyborny, Carolyn Cc: Tantilov, Emil S; e1000-devel@lists.sourceforge.net Subject: Re: [E1000-devel] Intel igb module command line configuration in kernel sources On

Re: [E1000-devel] [net-next v5 8/8] i40e: include i40e in kernel proper

2013-09-06 Thread David Miller
From: Joe Perches j...@perches.com Date: Fri, 06 Sep 2013 11:20:15 -0700 On Fri, 2013-09-06 at 17:28 +, Williams, Mitch A wrote: My goal was to make our out-of-tree driver as close as possible - including the makefiles - to the upstream driver. Doing this makes it simpler for us to

[E1000-devel] [net v6 8/8] i40e: include i40e in kernel proper

2013-09-06 Thread Jeff Kirsher
From: Jesse Brandeburg jesse.brandeb...@intel.com This patch adds the changes for Kconfig, i40e.txt, MAINTAINERS, Kbuild and new i40e/Makefile to build i40e with the kernel. New driver build option is CONFIG_I40E Signed-off-by: Jesse Brandeburg jesse.brandeb...@intel.com Signed-off-by: Shannon

[E1000-devel] [net v6 0/8][pull request] Intel Wired LAN Driver Updates

2013-09-06 Thread Jeff Kirsher
This series implements the new i40e driver for Intel's upcoming Intel(R) Ethernet Controller XL710 Family of devices. V1: initial send V2: each patch has individual comments, in general, feedback from the list was applied and addressed. Many changes due to internal review and coding as