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/5][pull request] Intel Wired LAN Driver Updates 2022-07-26
Date: Tue, 26 Jul 2022 13:46:41 -0700	[thread overview]
Message-ID: <20220726204646.2171589-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ice driver only.

Przemyslaw corrects accounting for VF VLANs to allow for correct number
of VLANs for untrusted VF. He also correct issue with checksum offload
on VXLAN tunnels.

Ani allows for two VSIs to share the same MAC address.

Maciej corrects checked bits for descriptor completion of loopback

The following are changes since commit 9b134b1694ec8926926ba6b7b80884ea829245a0:
  bridge: Do not send empty IFLA_AF_SPEC attribute
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Anirudh Venkataramanan (1):
  ice: Fix VSIs unable to share unicast MAC

Maciej Fijalkowski (2):
  ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
  ice: do not setup vlan for loopback VSI

Przemyslaw Patynowski (2):
  ice: Fix max VLANs available for VF
  ice: Fix tunnel checksum offload with fragmented traffic

 drivers/net/ethernet/intel/ice/ice_ethtool.c  |  3 +-
 drivers/net/ethernet/intel/ice/ice_main.c     | 10 +++--
 drivers/net/ethernet/intel/ice/ice_sriov.c    | 40 -------------------
 drivers/net/ethernet/intel/ice/ice_txrx.c     |  8 ++--
 drivers/net/ethernet/intel/ice/ice_virtchnl.c |  3 +-
 5 files changed, 16 insertions(+), 48 deletions(-)

-- 
2.35.1


             reply	other threads:[~2022-07-26 20:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26 20:46 Tony Nguyen [this message]
2022-07-26 20:46 ` [PATCH net 1/5] ice: Fix max VLANs available for VF Tony Nguyen
2022-07-26 20:46 ` [PATCH net 2/5] ice: Fix tunnel checksum offload with fragmented traffic Tony Nguyen
2022-07-26 20:46 ` [PATCH net 3/5] ice: Fix VSIs unable to share unicast MAC Tony Nguyen
2022-07-26 20:46 ` [PATCH net 4/5] ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS) Tony Nguyen
2022-07-26 20:46 ` [PATCH net 5/5] ice: do not setup vlan for loopback VSI Tony Nguyen
2022-07-28  3:50 ` [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2022-07-26 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=20220726204646.2171589-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.