[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211208211144.2629867-1-anthony.l.nguyen@intel.com>
Date: Wed, 8 Dec 2021 13:11:37 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net v2 0/7][pull request] Intel Wired LAN Driver Updates 2021-12-08
This series contains updates to ice driver only.
Yahui adds re-initialization of Flow Director for VF reset.
Paul restores interrupts when enabling VFs.
Dave re-adds bandwidth check for DCBNL and moves DSCP mode check
earlier in the function.
Jesse prevents reporting of dropped packets that occur during
initialization and fixes reporting of statistics which could occur with
frequent reads.
Michal corrects setting of protocol type for UDP header and fixes lack
of differentiation when adding filters for tunnels.
---
v2:
- Remove newline changes in patch 7
The following are changes since commit b5bd95d17102b6719e3531d627875b9690371383:
net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Dave Ertman (1):
ice: Fix problems with DSCP QoS implementation
Jesse Brandeburg (2):
ice: ignore dropped packets during init
ice: safer stats processing
Michal Swiatkowski (2):
ice: fix choosing UDP header type
ice: fix adding different tunnels
Paul Greenwalt (1):
ice: rearm other interrupt cause register after enabling VFs
Yahui Cao (1):
ice: fix FDIR init missing when reset VF
drivers/net/ethernet/intel/ice/ice_dcb_nl.c | 18 +++++++----
.../net/ethernet/intel/ice/ice_ethtool_fdir.c | 4 +--
drivers/net/ethernet/intel/ice/ice_fdir.c | 2 +-
.../net/ethernet/intel/ice/ice_flex_pipe.c | 7 ++--
.../net/ethernet/intel/ice/ice_flex_pipe.h | 3 +-
drivers/net/ethernet/intel/ice/ice_main.c | 32 ++++++++++++-------
drivers/net/ethernet/intel/ice/ice_switch.c | 19 +++++++----
drivers/net/ethernet/intel/ice/ice_tc_lib.c | 30 +++++++----------
.../net/ethernet/intel/ice/ice_virtchnl_pf.c | 6 ++++
9 files changed, 74 insertions(+), 47 deletions(-)
--
2.31.1
Powered by blists - more mailing lists