From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
jesse.brandeburg@intel.com
Subject: [net-next 0/6][pull request] Intel Wired LAN Driver Updates 2018-11-21
Date: Wed, 21 Nov 2018 11:54:17 -0800 [thread overview]
Message-ID: <20181121195423.20509-1-jeffrey.t.kirsher@intel.com> (raw)
This series contains updates to all of the Intel LAN drivers and
documentation.
Shannon Nelson updates the ixgbe kernel documentation to include IPsec
hardware offload.
Joe Perches cleans up whitespace issues in the igb driver.
Jesse update the netdev kernel documentation for NETIF_F_GSO_UDP_L4 to
align with the actual code. Also aligned all the NAPI driver code for
all of the Intel drivers to implement the recommendations of Eric
Dumazet to check the return code of the napi_complete_done() to
determine whether or not to enable interrupts or exit poll.
Paul E. McKenney replaces synchronize_sched() with synchronize_rcu() for
ixgbe.
Sasha implements suggestions made by Joe Perches to remove obsolete code
and to use the dev_err() method.
The following are changes since commit 11c6c0c22857967815b65cc7692181866549a06f:
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE
Jesse Brandeburg (2):
docs-networking: fix typo in define
ethernet/intel: consolidate NAPI and NAPI exit
Joe Perches (1):
igb: Fix format with line continuation whitespace
Paul E. McKenney (1):
ixgbe: Replace synchronize_sched() with synchronize_rcu()
Sasha Neftin (1):
igc: Remove obsolete IGC_ERR define
Shannon Nelson (1):
ixgbe: add ipsec hw offload note to ixgbe Documentation
Documentation/networking/ixgbe.rst | 13 +++++++++++
Documentation/networking/netdev-features.txt | 2 +-
drivers/net/ethernet/intel/e100.c | 10 ++++----
drivers/net/ethernet/intel/e1000/e1000_main.c | 11 +++++----
drivers/net/ethernet/intel/e1000e/netdev.c | 17 +++++++-------
drivers/net/ethernet/intel/fm10k/fm10k_main.c | 10 ++++----
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 9 ++++----
drivers/net/ethernet/intel/iavf/iavf_txrx.c | 9 ++++----
drivers/net/ethernet/intel/ice/ice_txrx.c | 10 ++++----
drivers/net/ethernet/intel/igb/igb_main.c | 23 ++++++++++---------
drivers/net/ethernet/intel/igbvf/netdev.c | 9 +++++---
drivers/net/ethernet/intel/igc/igc.h | 2 --
drivers/net/ethernet/intel/igc/igc_main.c | 12 ++++++----
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 6 ++---
.../net/ethernet/intel/ixgbevf/ixgbevf_main.c | 22 ++++++++++--------
15 files changed, 97 insertions(+), 68 deletions(-)
--
2.19.1
next reply other threads:[~2018-11-22 6:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-21 19:54 Jeff Kirsher [this message]
2018-11-21 19:54 ` [net-next 1/6] ixgbe: add ipsec hw offload note to ixgbe Documentation Jeff Kirsher
2018-11-21 19:54 ` [net-next 2/6] igb: Fix format with line continuation whitespace Jeff Kirsher
2018-11-21 19:54 ` [net-next 3/6] docs-networking: fix typo in define Jeff Kirsher
2018-11-21 19:54 ` [net-next 4/6] ethernet/intel: consolidate NAPI and NAPI exit Jeff Kirsher
2018-11-21 19:54 ` [net-next 5/6] ixgbe: Replace synchronize_sched() with synchronize_rcu() Jeff Kirsher
2018-11-21 19:54 ` [net-next 6/6] igc: Remove obsolete IGC_ERR define Jeff Kirsher
2018-11-23 19:34 ` [net-next 0/6][pull request] Intel Wired LAN Driver Updates 2018-11-21 David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181121195423.20509-1-jeffrey.t.kirsher@intel.com \
--to=jeffrey.t.kirsher@intel.com \
--cc=davem@davemloft.net \
--cc=jesse.brandeburg@intel.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@redhat.com \
--cc=sassmann@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox