> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > linmiaohe > Sent: Monday, July 20, 2020 1:28 AM > To: Kirsher, Jeffrey T <[email protected]>; [email protected]; > [email protected] > Cc: [email protected]; [email protected]; intel-wired- > [email protected]; [email protected] > Subject: [Intel-wired-lan] [PATCH] ixgbe: use eth_zero_addr() to clear mac > address > > From: Miaohe Lin <[email protected]> > > Use eth_zero_addr() to clear mac address insetad of memset(). > > Signed-off-by: Miaohe Lin <[email protected]> > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Tested-by: Andrew Bowers <[email protected]>
