[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211207222544.977843-1-anthony.l.nguyen@intel.com>
Date: Tue, 7 Dec 2021 14:25: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 0/7][pull request] Intel Wired LAN Driver Updates 2021-12-07
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.
The following are changes since commit d17b9737c2bc09b4ac6caf469826e5a7ce3ffab7:
net/qla3xxx: fix an error code in ql_adapter_up()
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 | 34 +++++++++++++------
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, 76 insertions(+), 47 deletions(-)
--
2.31.1
Powered by blists - more mailing lists