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

2013-09-11 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 v7 0/8][pull request] Intel Wired LAN Driver Updates

2013-09-11 Thread Jeff Kirsher
This series implements the new i40e driver for Intel's upcoming Intel(R) Ethernet Controller XL710 Family of devices. V7: many changes from a few comments: use linux errno types change I40E_SUCCESS to 0, standardize returns change s32 return values to int use void return values

[E1000-devel] [net 4/8] i40e: driver core headers

2013-09-11 Thread Jeff Kirsher
From: Jesse Brandeburg jesse.brandeb...@intel.com This patch contains the main driver header files, containing structures and data types specific to the linux driver. i40e_osdep.h contains some code that helps us adapt our OS agnostic code to Linux. Signed-off-by: Jesse Brandeburg

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

2013-09-11 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 2/8] i40e: transmit, receive, and NAPI

2013-09-11 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) used by both the VF and PF drivers. Signed-off-by: Jesse Brandeburg jesse.brandeb...@intel.com Signed-off-by:

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

2013-09-11 Thread Joe Perches
On Wed, 2013-09-11 at 02:50 -0700, Jeff Kirsher wrote: New driver build option is CONFIG_I40E diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX [] +i40e.txt + - README for the Intel Ethernet Controller XL710 Driver (i40e). Just curious but why the XL710

Re: [E1000-devel] [net v7 1/8] i40e: main driver core

2013-09-11 Thread Joe Perches
On Wed, 2013-09-11 at 02:50 -0700, Jeff Kirsher wrote: From: Jesse Brandeburg jesse.brandeb...@intel.com This is the driver for the Intel(R) Ethernet Controller XL710 Family. trivial: diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c []

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

2013-09-11 Thread Jeff Kirsher
On Wed, 2013-09-11 at 05:20 -0700, Joe Perches wrote: On Wed, 2013-09-11 at 02:50 -0700, Jeff Kirsher wrote: New driver build option is CONFIG_I40E diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX [] +i40e.txt + - README for the Intel Ethernet

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

2013-09-11 Thread Joe Perches
On Wed, 2013-09-11 at 07:32 -0700, Jeff Kirsher wrote: On Wed, 2013-09-11 at 05:20 -0700, Joe Perches wrote: On Wed, 2013-09-11 at 02:50 -0700, Jeff Kirsher wrote: New driver build option is CONFIG_I40E diff --git a/Documentation/networking/00-INDEX

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

2013-09-11 Thread Joe Perches
On Wed, 2013-09-11 at 07:32 -0700, Jeff Kirsher wrote: On Wed, 2013-09-11 at 05:20 -0700, Joe Perches wrote: On Wed, 2013-09-11 at 02:50 -0700, Jeff Kirsher wrote: New driver build option is CONFIG_I40E diff --git a/Documentation/networking/00-INDEX

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

2013-09-11 Thread Jeff Kirsher
On Wed, 2013-09-11 at 08:24 -0700, Waskiewicz Jr, Peter P wrote: On Wed, 2013-09-11 at 05:20 -0700, Joe Perches wrote: On Wed, 2013-09-11 at 02:50 -0700, Jeff Kirsher wrote: New driver build option is CONFIG_I40E diff --git a/Documentation/networking/00-INDEX

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

2013-09-11 Thread Jeff Kirsher
On Wed, 2013-09-11 at 07:47 -0700, Joe Perches wrote: On Wed, 2013-09-11 at 07:32 -0700, Jeff Kirsher wrote: On Wed, 2013-09-11 at 05:20 -0700, Joe Perches wrote: On Wed, 2013-09-11 at 02:50 -0700, Jeff Kirsher wrote: New driver build option is CONFIG_I40E diff --git

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

2013-09-11 Thread Waskiewicz Jr, Peter P
On Wed, 2013-09-11 at 05:20 -0700, Joe Perches wrote: On Wed, 2013-09-11 at 02:50 -0700, Jeff Kirsher wrote: New driver build option is CONFIG_I40E diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX [] +i40e.txt + - README for the Intel Ethernet

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

2013-09-11 Thread David Miller
From: Jeff Kirsher jeffrey.t.kirs...@intel.com Date: Wed, 11 Sep 2013 02:50:48 -0700 git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net master Ok, I've pulled this. Please send fixups based upon the trivial issues a few folks have pointed out. Thanks.

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

2013-09-11 Thread Jeff Kirsher
On Wed, 2013-09-11 at 17:08 -0400, David Miller wrote: From: Jeff Kirsher jeffrey.t.kirs...@intel.com Date: Wed, 11 Sep 2013 02:50:48 -0700 git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net master Ok, I've pulled this. Please send fixups based upon the trivial issues a few