netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>,
	netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com
Subject: [net-next v2 0/2][pull request] 40GbE Intel Wired LAN Driver Updates 2020-10-12
Date: Mon, 12 Oct 2020 11:13:44 -0700	[thread overview]
Message-ID: <20201012181346.3073618-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to i40e and e1000 drivers.

Jaroslaw adds support for changing FEC on i40e if the firmware supports it.

Jesse fixes a kbuild-bot warning regarding ternary operator on e1000. 

v2: Return -EOPNOTSUPP instead of -EINVAL when FEC settings are not
supported by firmware. Remove, unneeded, done label and return errors
directly in i40e_set_fec_param() for patch 1. Dropped, previous patch 2,
to send to net. 

The following are changes since commit 15f5e48f93c0e028b4d5cc0e8ede1168a2308fe6:
  cx82310_eth: use netdev_err instead of dev_err
and are available in the git repository at:
  https://github.com/anguy11/next-queue.git 40GbE

Jaroslaw Gawin (1):
  i40e: Allow changing FEC settings on X722 if supported by FW

Jesse Brandeburg (1):
  e1000: remove unused and incorrect code

 drivers/net/ethernet/intel/e1000/e1000_hw.c   | 10 +-----
 drivers/net/ethernet/intel/i40e/i40e_adminq.c |  6 ++++
 .../net/ethernet/intel/i40e/i40e_adminq_cmd.h |  2 ++
 .../net/ethernet/intel/i40e/i40e_ethtool.c    | 33 ++++++++++++-------
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 19 +++++++++++
 drivers/net/ethernet/intel/i40e/i40e_type.h   |  1 +
 6 files changed, 50 insertions(+), 21 deletions(-)

-- 
2.26.2


             reply	other threads:[~2020-10-12 18:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12 18:13 Tony Nguyen [this message]
2020-10-12 18:13 ` [net-next v2 1/2] i40e: Allow changing FEC settings on X722 if supported by FW Tony Nguyen
2020-10-12 18:13 ` [net-next v2 2/2] e1000: remove unused and incorrect code Tony Nguyen
2020-10-14  2:46 ` [net-next v2 0/2][pull request] 40GbE Intel Wired LAN Driver Updates 2020-10-12 Jakub Kicinski

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=20201012181346.3073618-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).