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, netdev@vger.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2023-12-05 (ice, i40e, iavf)
Date: Tue,  5 Dec 2023 13:19:11 -0800	[thread overview]
Message-ID: <20231205211918.2123019-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ice, i40e and iavf drivers.

Michal fixes incorrect usage of VF MSIX value and index calculation for
ice.

Marcin restores disabling of Rx VLAN filtering which was inadvertently
removed for ice.

Ivan Vecera corrects improper messaging of MFS port for i40e.

Jake fixes incorrect checking of coalesce values on iavf.

The following are changes since commit 3c91c909f13f0c32b0d54d75c3f798479b1a84f5:
  octeontx2-af: fix a use-after-free in rvu_npa_register_reporters
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Ivan Vecera (1):
  i40e: Fix unexpected MFS warning message

Jacob Keller (1):
  iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zero

Marcin Szycik (1):
  ice: Restore fix disabling RX VLAN filtering

Michal Swiatkowski (1):
  ice: change vfs.num_msix_per to vf->num_msix

 drivers/net/ethernet/intel/i40e/i40e_main.c          |  2 +-
 drivers/net/ethernet/intel/iavf/iavf_ethtool.c       | 12 ++----------
 drivers/net/ethernet/intel/iavf/iavf_txrx.h          |  1 -
 drivers/net/ethernet/intel/ice/ice_sriov.c           |  7 +------
 drivers/net/ethernet/intel/ice/ice_vf_vsi_vlan_ops.c | 11 ++++++++---
 drivers/net/ethernet/intel/ice/ice_virtchnl.c        |  5 ++---
 6 files changed, 14 insertions(+), 24 deletions(-)

-- 
2.41.0


             reply	other threads:[~2023-12-05 21:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05 21:19 Tony Nguyen [this message]
2023-12-05 21:19 ` [PATCH net 1/4] ice: change vfs.num_msix_per to vf->num_msix Tony Nguyen
2023-12-05 21:19 ` [PATCH net 2/4] ice: Restore fix disabling RX VLAN filtering Tony Nguyen
2023-12-05 21:19 ` [PATCH net 3/4] i40e: Fix unexpected MFS warning message Tony Nguyen
2023-12-05 21:19 ` [PATCH net 4/4] iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zero Tony Nguyen
2023-12-07  4:00 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2023-12-05 (ice, i40e, iavf) 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=20231205211918.2123019-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.