All of lore.kernel.org
 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, sassmann@redhat.com
Subject: [net 0/2][pull request] Intel Wired LAN Driver Updates 2020-12-17
Date: Thu, 17 Dec 2020 14:34:16 -0800	[thread overview]
Message-ID: <20201217223418.3134992-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to i40e and iavf drivers.

Sylwester fixes an issue where PF was not properly being rebuilt
following VF removal for i40e.

Jakub Kicinski fixes a double release of rtnl_lock on
iavf_lan_add_device() error for iavf.

The following are changes since commit 44d4775ca51805b376a8db5b34f650434a08e556:
  net/sched: sch_taprio: reset child qdiscs before freeing them
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Jakub Kicinski (1):
  iavf: fix double-release of rtnl_lock

Sylwester Dziedziuch (1):
  i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs

 drivers/net/ethernet/intel/i40e/i40e.h             |  3 +++
 drivers/net/ethernet/intel/i40e/i40e_main.c        | 10 ++++++++++
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |  4 ++--
 drivers/net/ethernet/intel/iavf/iavf_main.c        |  4 +---
 4 files changed, 16 insertions(+), 5 deletions(-)

-- 
2.26.2


             reply	other threads:[~2020-12-17 22:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-17 22:34 Tony Nguyen [this message]
2020-12-17 22:34 ` [net 1/2] i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs Tony Nguyen
2020-12-17 22:34 ` [net 2/2] iavf: fix double-release of rtnl_lock Tony Nguyen
2020-12-19  0:50 ` [net 0/2][pull request] Intel Wired LAN Driver Updates 2020-12-17 patchwork-bot+netdevbpf

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=20201217223418.3134992-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=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.