> > +   /* 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

Reply via email to