mbox series

[net,v1,0/2] ice_switch fixes series

Message ID 20230313203608.1680781-1-jesse.brandeburg@intel.com (mailing list archive)
Headers show
Series ice_switch fixes series | expand

Message

Jesse Brandeburg March 13, 2023, 8:36 p.m. UTC
Fix a couple of small issues, with a small refactor to correctly handle
a possible misconfiguration of RDMA filters, and some trivial function
headers that didn't match their function.

Brett Creeley (1):
  ice: Fix ice_cfg_rdma_fltr() to only update relevant fields

Jesse Brandeburg (1):
  ice: fix W=1 headers mismatch

 drivers/net/ethernet/intel/ice/ice_switch.c   | 26 ++++++++++++++++---
 drivers/net/ethernet/intel/ice/ice_txrx.c     |  2 +-
 drivers/net/ethernet/intel/ice/ice_txrx_lib.c |  1 +
 3 files changed, 24 insertions(+), 5 deletions(-)