Thread (11 messages) flat view 11 messages, 2 authors, 2021-10-29
STALE1756d

[PATCH net-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2021-10-28

From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: 2021-10-28 18:08:44

This series contains updates to ice driver only.

Michal adds support for eswitch drop and redirect filters from and to
tunnel devices. From meaning from uplink to VF and to means from VF to
uplink. This is accomplished by adding support for indirect TC tunnel
notifications and adding appropriate training packets and match fields
for UDP tunnel headers. He also adds returning virtchannel responses for
blocked operations as returning a response is still needed.

Marcin sets netdev min and max MTU values on port representors to allow
for MTU changes over default values.

Brett adds detecting and reporting of PHY firmware load issues for devices
which support this.

Nathan Chancellor fixes a clang warning for implicit fallthrough.

Wang Hai fixes a return value for failed allocation.

The following are changes since commit f2edaa4ad5d51371709196f2c258fbe875962dee:
  net: virtio: use eth_hw_addr_set()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Brett Creeley (1):
  ice: Add support to print error on PHY FW load failure

Marcin Szycik (1):
  ice: Add support for changing MTU on PR in switchdev mode

Michal Swiatkowski (5):
  ice: support for indirect notification
  ice: VXLAN and Geneve TC support
  ice: low level support for tunnels
  ice: support for GRE in eswitch
  ice: send correct vc status in switchdev

Nathan Chancellor (1):
  ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()

Wang Hai (1):
  ice: fix error return code in ice_get_recp_frm_fw()

 drivers/net/ethernet/intel/ice/ice.h          |   9 +
 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |   2 +
 .../net/ethernet/intel/ice/ice_flex_pipe.c    |  30 +-
 .../net/ethernet/intel/ice/ice_flex_type.h    |   4 +
 drivers/net/ethernet/intel/ice/ice_lib.c      |   1 +
 drivers/net/ethernet/intel/ice/ice_main.c     | 242 ++++++++++-
 .../ethernet/intel/ice/ice_protocol_type.h    |  35 ++
 drivers/net/ethernet/intel/ice/ice_repr.c     |   3 +
 drivers/net/ethernet/intel/ice/ice_switch.c   | 389 ++++++++++++++++-
 drivers/net/ethernet/intel/ice/ice_switch.h   |   3 +
 drivers/net/ethernet/intel/ice/ice_tc_lib.c   | 401 ++++++++++++++++--
 drivers/net/ethernet/intel/ice/ice_tc_lib.h   |  10 +
 .../net/ethernet/intel/ice/ice_virtchnl_pf.c  |  63 ++-
 13 files changed, 1110 insertions(+), 82 deletions(-)

-- 
2.31.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help