[dpdk-dev] [PATCH] i40evf: fix mac deletion when stop dev

Wu, Jingjing jingjing.wu at intel.com
Mon Nov 30 06:48:52 CET 2015


> > +	/* Set mac addr */
> > +	(void)rte_memcpy(mac_addr.addr_bytes, hw->mac.addr,
> > +				sizeof(mac_addr.addr_bytes));
> Use ether_addr_copy() instead.
> 
> /Helin

Thanks. But the types of mac_addr and hw->mac are different, cannot use ether_addr_copy.

Thanks
Jingjing


More information about the dev mailing list