All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next 00/14][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-31
@ 2020-05-31 12:36 Jeff Kirsher
  2020-05-31 12:36 ` [net-next 01/14] ice: allow host to clear administratively set VF MAC Jeff Kirsher
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Jeff Kirsher @ 2020-05-31 12:36 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

This series contains updates to the ice driver only.

Brett modifies the driver to allow users to clear a VF's
administratively set MAC address on the PF.  Fixes the driver to
recognize an existing VLAN tag when DMAC/SMAC is enabled in a packet.
Fixes an issue, so that VF's are reset after any VF port VLAN
modifications are made on the PF.  Made sure the register QRXFLXP_CNTXT
is cleared before writing a new value to ensure the previous value is
not passed forward.  Updates the PF to allow the VF to request a reset
as soon as it has been initialized.  Fixes an issue to ensure when a VSI
is created, it uses the current coalesce value, not the default value.

Paul allows untrusted VF's to add 16 filters.

Dan increases the timeout needed after a PFR to allow ample time for
package download.

Chinh adjust the define value for the number of PHY speeds we currently
support.  Changes the driver to ignore EMODE error when configuring the
PHY.

Jesse fixes an issue which was preventing a user from configuring the
interface before bringing it up.

Henry fixes the logic for adding back perfect flows after flow director
filter does a deletion.

Bruce fixes line wrappings to make it more consistent.

The following are changes since commit 39884604b11692158ce0c559fc603510b96f8c2e:
  mptcp: fix NULL ptr dereference in MP_JOIN error path
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 100GbE

Brett Creeley (6):
  ice: allow host to clear administratively set VF MAC
  ice: Fix transmit for all software offloaded VLANs
  ice: Reset VF for all port VLAN changes from host
  ice: Always clear QRXFLXP_CNTXT before writing new value
  ice: Allow VF to request reset as soon as it's initialized
  ice: Use coalesce values from q_vector 0 when increasing q_vectors

Bruce Allan (1):
  ice: fix function signature style format

Chinh T Cao (2):
  ice: Update ICE_PHY_TYPE_HIGH_MAX_INDEX value
  ice: Ignore EMODE when setting PHY config

Dan Nowlin (1):
  ice: Increase timeout after PFR

Henry Tieman (1):
  ice: fix aRFS after flow director delete

Jesse Brandeburg (1):
  ice: Fix inability to set channels when down

Paul Greenwalt (1):
  ice: support adding 16 unicast/multicast filter on untrusted VF

Paul M Stillwell Jr (1):
  ice: fix PCI device serial number to be lowercase values

 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |  3 +-
 drivers/net/ethernet/intel/ice/ice_base.c     | 33 ++++------
 drivers/net/ethernet/intel/ice/ice_common.c   | 14 +++-
 drivers/net/ethernet/intel/ice/ice_controlq.c |  3 +-
 drivers/net/ethernet/intel/ice/ice_dcb_lib.c  | 28 +++-----
 drivers/net/ethernet/intel/ice/ice_dcb_lib.h  |  2 +-
 drivers/net/ethernet/intel/ice/ice_ethtool.c  |  4 --
 .../net/ethernet/intel/ice/ice_ethtool_fdir.c | 27 +++++++-
 drivers/net/ethernet/intel/ice/ice_lib.c      | 40 ++++++++---
 drivers/net/ethernet/intel/ice/ice_lib.h      |  3 +
 drivers/net/ethernet/intel/ice/ice_main.c     |  4 +-
 drivers/net/ethernet/intel/ice/ice_sched.c    | 12 ++--
 drivers/net/ethernet/intel/ice/ice_switch.c   |  9 +--
 drivers/net/ethernet/intel/ice/ice_txrx.c     | 45 +++----------
 .../net/ethernet/intel/ice/ice_virtchnl_pf.c  | 66 ++++++-------------
 .../net/ethernet/intel/ice/ice_virtchnl_pf.h  |  5 +-
 16 files changed, 142 insertions(+), 156 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-06-01 19:10 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-31 12:36 [net-next 00/14][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-31 Jeff Kirsher
2020-05-31 12:36 ` [net-next 01/14] ice: allow host to clear administratively set VF MAC Jeff Kirsher
2020-05-31 12:36 ` [net-next 02/14] ice: support adding 16 unicast/multicast filter on untrusted VF Jeff Kirsher
2020-05-31 12:36 ` [net-next 03/14] ice: Fix transmit for all software offloaded VLANs Jeff Kirsher
2020-05-31 12:36 ` [net-next 04/14] ice: Increase timeout after PFR Jeff Kirsher
2020-05-31 12:36 ` [net-next 05/14] ice: Update ICE_PHY_TYPE_HIGH_MAX_INDEX value Jeff Kirsher
2020-05-31 12:36 ` [net-next 06/14] ice: Reset VF for all port VLAN changes from host Jeff Kirsher
2020-05-31 12:36 ` [net-next 07/14] ice: Always clear QRXFLXP_CNTXT before writing new value Jeff Kirsher
2020-05-31 12:36 ` [net-next 08/14] ice: Fix inability to set channels when down Jeff Kirsher
2020-05-31 12:36 ` [net-next 09/14] ice: Allow VF to request reset as soon as it's initialized Jeff Kirsher
2020-05-31 12:36 ` [net-next 10/14] ice: fix function signature style format Jeff Kirsher
2020-05-31 12:36 ` [net-next 11/14] ice: fix PCI device serial number to be lowercase values Jeff Kirsher
2020-05-31 12:36 ` [net-next 12/14] ice: Use coalesce values from q_vector 0 when increasing q_vectors Jeff Kirsher
2020-05-31 12:36 ` [net-next 13/14] ice: fix aRFS after flow director delete Jeff Kirsher
2020-05-31 12:36 ` [net-next 14/14] ice: Ignore EMODE when setting PHY config Jeff Kirsher
2020-05-31 12:50 ` [net-next 00/14][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-31 Kirsher, Jeffrey T
2020-06-01 19:10 ` David Miller

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.