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, pabeni@redhat.com,
	edumazet@google.com
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>, netdev@vger.kernel.org
Subject: [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2022-11-08 (ice, iavf)
Date: Tue,  8 Nov 2022 15:51:13 -0800	[thread overview]
Message-ID: <20221108235116.3522941-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ice and iavf drivers.

Norbert stops disabling VF queues that are not enabled for ice driver.

Jake fixes type for looping variables to resolve signedness issue for
ice.

Michal stops accounting of VLAN 0 filter to match expectations of PF
driver for iavf.

The following are changes since commit ce9e57feeed81d17d5e80ed86f516ff0d39c3867:
  drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Jacob Keller (1):
  ice: use int for n_per_out loop

Michal Jaron (1):
  iavf: Fix VF driver counting VLAN 0 filters

Norbert Zulinski (1):
  ice: Fix spurious interrupt during removal of trusted VF

 .../net/ethernet/intel/iavf/iavf_virtchnl.c   |  2 ++
 drivers/net/ethernet/intel/ice/ice_base.c     |  2 +-
 drivers/net/ethernet/intel/ice/ice_lib.c      | 25 +++++++++++++++++++
 drivers/net/ethernet/intel/ice/ice_lib.h      |  1 +
 drivers/net/ethernet/intel/ice/ice_ptp.c      |  4 +--
 drivers/net/ethernet/intel/ice/ice_vf_lib.c   |  5 +++-
 6 files changed, 35 insertions(+), 4 deletions(-)

-- 
2.35.1


             reply	other threads:[~2022-11-08 23:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-08 23:51 Tony Nguyen [this message]
2022-11-08 23:51 ` [PATCH net 1/3] ice: Fix spurious interrupt during removal of trusted VF Tony Nguyen
2022-11-08 23:51 ` [PATCH net 2/3] ice: use int for n_per_out loop Tony Nguyen
2022-11-09 16:37   ` Alexander Lobakin
2022-11-09 20:19     ` Jacob Keller
2022-11-08 23:51 ` [PATCH net 3/3] iavf: Fix VF driver counting VLAN 0 filters Tony Nguyen

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=20221108235116.3522941-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@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.