From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
netdev@vger.kernel.org, gospo@redhat.com, sassmann@redhat.com
Subject: [net-next 00/14][pull request] Intel Wired LAN Driver Updates 2014-06-05
Date: Thu, 5 Jun 2014 00:49:13 -0700 [thread overview]
Message-ID: <1401954567-13557-1-git-send-email-jeffrey.t.kirsher@intel.com> (raw)
This series contains updates to i40e and i40evf.
Jesse fixes an issue reported by Dave Jones where a couple of FD checks
ended up using bitwise OR where it should have been bitwise AND.
Neerav adds the ability to disable DCB via debugfs because diagnostic and
traffic generator tests were failing when DCB was enabled due to the
unexpected extra tag in the packets. Removes unused defines and macros
for receive LRO. Fix the driver from allowing the user to set a larger
MTU size that the hardware was being configured to support. Refactors
send version which moves code in two places into a small helper
function.
Kamil modifies register diagnostics since register ranges can vary among
the different NVMs to avoid false test results. So now we try to identify
the full range and use it for a register test and if we fail to define the
proper register range, we will only test the first register from that
group. Then removes the check for large buffer since this was added in the
case this structure changed in the future, since the AQ definition is now
mature enough that this check is no longer necessary.
Mitch fixes i40evf driver to allocate descriptors in groups of 32 since the
hardware requires it. Also fixes a crash when the ring size changed because
it would change the count before deallocating resources, causing the driver
to either free nonexistent buffers or leak leftover buffers. Fixed the
driver to notify the VF for all types of resets so the VF can attempt a
graceful reinit.
Shannon refactors stats collection to create a unifying stats update routine
to call the various stat collection routines. Removes rx_errors and
rx_missed stats since they were removed from the chip design. Added
missing VSI statistics that the hardware offers but are not apart of the
standard netdev stats.
The following are changes since commit 00d115fc758c6ef331553a9c6aa34b7bd79116a5:
Merge branch 'inet_csums'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next master
Jesse Brandeburg (4):
i40e: don't use OR to check a value
i40e/i40evf: remove unused RX_LRO define
i40e: clamp jumbo frame size
i40e: refactor send version
Kamil Krawczyk (3):
i40e: Rework register diagnostic
i40e: remove check for large buffer
i40e/i40evf: VEB structure added, GTIME macro update
Mitch Williams (3):
i40evf: set descriptor multiple to 32
i40evf: fix crash when changing ring sizes
i40e: notify VF of all types of resets
Neerav Parikh (1):
i40e: Allow disabling of DCB via debugfs
Shannon Nelson (3):
i40e: refactor stats collection
i40e/i40evf: remove rx_errors and rx_missed
i40e: add missing VSI statistics
drivers/net/ethernet/intel/i40e/i40e.h | 1 +
drivers/net/ethernet/intel/i40e/i40e_common.c | 6 -
drivers/net/ethernet/intel/i40e/i40e_debugfs.c | 22 +-
drivers/net/ethernet/intel/i40e/i40e_diag.c | 50 ++-
drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 19 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 406 +++++++++++----------
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 4 +-
drivers/net/ethernet/intel/i40e/i40e_txrx.h | 7 -
drivers/net/ethernet/intel/i40e/i40e_type.h | 16 +-
drivers/net/ethernet/intel/i40evf/i40e_txrx.h | 7 -
drivers/net/ethernet/intel/i40evf/i40e_type.h | 16 +-
drivers/net/ethernet/intel/i40evf/i40evf.h | 4 +-
drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c | 20 +-
drivers/net/ethernet/intel/i40evf/i40evf_main.c | 8 +-
.../net/ethernet/intel/i40evf/i40evf_virtchnl.c | 3 +-
15 files changed, 336 insertions(+), 253 deletions(-)
--
1.9.3
next reply other threads:[~2014-06-05 7:49 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-05 7:49 Jeff Kirsher [this message]
2014-06-05 7:49 ` [net-next 01/14] i40e: don't use OR to check a value Jeff Kirsher
2014-06-05 7:49 ` [net-next 02/14] i40e: Allow disabling of DCB via debugfs Jeff Kirsher
2014-06-05 7:56 ` David Miller
2014-06-05 8:05 ` Jeff Kirsher
2014-06-05 7:49 ` [net-next 03/14] i40e: Rework register diagnostic Jeff Kirsher
2014-06-05 7:49 ` [net-next 04/14] i40e: remove check for large buffer Jeff Kirsher
2014-06-05 7:49 ` [net-next 05/14] i40e/i40evf: remove unused RX_LRO define Jeff Kirsher
2014-06-05 7:49 ` [net-next 06/14] i40e: clamp jumbo frame size Jeff Kirsher
2014-06-05 8:17 ` David Laight
2014-06-05 7:49 ` [net-next 07/14] i40evf: set descriptor multiple to 32 Jeff Kirsher
2014-06-05 7:49 ` [net-next 08/14] i40evf: fix crash when changing ring sizes Jeff Kirsher
2014-06-05 7:49 ` [net-next 09/14] i40e: notify VF of all types of resets Jeff Kirsher
2014-06-05 7:49 ` [net-next 10/14] i40e/i40evf: VEB structure added, GTIME macro update Jeff Kirsher
2014-06-05 7:49 ` [net-next 11/14] i40e: refactor send version Jeff Kirsher
2014-06-05 7:49 ` [net-next 12/14] i40e: refactor stats collection Jeff Kirsher
2014-06-05 7:49 ` [net-next 13/14] i40e/i40evf: remove rx_errors and rx_missed Jeff Kirsher
2014-06-05 7:49 ` [net-next 14/14] i40e: add missing VSI statistics Jeff Kirsher
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=1401954567-13557-1-git-send-email-jeffrey.t.kirsher@intel.com \
--to=jeffrey.t.kirsher@intel.com \
--cc=davem@davemloft.net \
--cc=gospo@redhat.com \
--cc=netdev@vger.kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).