numam-dpdk/drivers/net/i40e
Olivier Matz b8a0cebdda 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: 943c2d899a ("net/i40e: set VF MAC from VF")
Cc: stable@dpdk.org

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
2018-01-16 18:47:49 +01:00
..
base net/i40e/base: fix bool definition 2017-10-06 02:49:48 +02:00
i40e_ethdev_vf.c net/i40e: fix setting of MAC address on i40evf 2018-01-16 18:47:49 +01:00
i40e_ethdev.c net/i40e: support MAC loopback 2018-01-16 18:47:49 +01:00
i40e_ethdev.h net/i40e: support MAC loopback 2018-01-16 18:47:49 +01:00
i40e_fdir.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_flow.c net/i40e: add FDIR NVGRE parameter check 2018-01-16 18:47:49 +01:00
i40e_logs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_pf.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_pf.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_regs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_rxtx_vec_altivec.c mbuf: rename physical address to IOVA 2017-11-06 22:44:26 +01:00
i40e_rxtx_vec_common.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_rxtx_vec_neon.c net/i40e: fix Rx packets number for NEON 2017-11-01 22:17:06 +01:00
i40e_rxtx_vec_sse.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_rxtx.c net/i40e: remove forward declaration 2018-01-16 18:47:49 +01:00
i40e_rxtx.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_tm.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_pmd_i40e_version.map net/i40e: add support for packet template to flow director 2017-10-26 02:33:01 +02:00
rte_pmd_i40e.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_pmd_i40e.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00