> -----Original Message----- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Wednesday, January 3, 2018 9:34 PM > To: dev@dpdk.org; Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei > <beilei.x...@intel.com> > Cc: sta...@dpdk.org > Subject: [PATCH v2] net/i40e: fix setting of MAC address on i40evf > > When setting the MAC address, the ethdev layer copies the new mac > address in dev->data->mac_addrs[0] before calling the dev_ops. > > Therefore, "is_same_ether_addr(mac_addr, dev->data->mac_addrs)" was > always true, and the MAC was never set. Remove this test to fix the issue. > > Fixes: 943c2d899a0c ("net/i40e: set VF MAC from VF") > Cc: sta...@dpdk.org > > Signed-off-by: Olivier Matz <olivier.m...@6wind.com>
Acked-by: Beilei Xing <beilei.x...@intel.com>, thanks for the fix.