RE: [PATCH net 0/3] ice-fixups
From: Michael, Alice <hidden>
Date: 2022-03-31 16:32:32
-----Original Message----- From: Nguyen, Anthony L <anthony.l.nguyen@intel.com>
I did send this series and was OK'd access to a machine to send these on Tony's behalf while he is out. Alice
Sent: Thursday, March 31, 2022 9:20 AM To: Michael, Alice <redacted>; davem@davemloft.net; kuba@kernel.org; pabeni@redhat.com Cc: Nguyen, Anthony L <anthony.l.nguyen@intel.com>; netdev@vger.kernel.org Subject: [PATCH net 0/3] ice-fixups This series handles a handful of cleanups for the ice driver. Ivan fixed a problem on the VSI during a release, fixing a MAC address setting, and a broken IFF_ALLMULTI handling. Ivan Vecera: ice: Clear default forwarding VSI during VSI release ice: Fix MAC address setting ice: Fix broken IFF_ALLMULTI handling drivers/net/ethernet/intel/ice/ice.h | 1 - drivers/net/ethernet/intel/ice/ice_fltr.c | 44 +++++++- drivers/net/ethernet/intel/ice/ice_lib.c | 2 + drivers/net/ethernet/intel/ice/ice_main.c | 121 +++++++++++++++------- 4 files changed, 128 insertions(+), 40 deletions(-) -- 2.31.1