[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211028180659.218912-1-anthony.l.nguyen@intel.com>
Date: Thu, 28 Oct 2021 11:06:50 -0700
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-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2021-10-28
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
Powered by blists - more mailing lists