numam-dpdk/drivers/net/ixgbe
Wei Dai 6d01e580ac ethdev: fix adding invalid MAC address
Some customers find adding MAC addr to VF sometimes can fail,
but it is still stored in dev->data->mac_addrs[ ]. So this
can lead to some errors that assumes the non-zero entry in
dev->data->mac_addrs[ ] is valid.
Following acknowledgements are from specific NIC PMD
maintainer for their managing part.

This patch changes the ethdev internal API, it should not be
backported to a stable/LTS release so far.

Fixes: af75078fec ("first public release")

Signed-off-by: Wei Dai <wei.dai@intel.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
2017-05-05 16:27:11 +02:00
..
base net/ixgbe/base: update version to 2017.03.29 2017-04-28 14:46:17 +02:00
ixgbe_82599_bypass.c ixgbe: clean up code style 2016-05-06 15:51:22 +02:00
ixgbe_bypass_api.h ixgbe: support new devices and MAC types 2016-03-16 17:09:27 +01:00
ixgbe_bypass_defines.h ixgbe: clean up code style 2016-05-06 15:51:22 +02:00
ixgbe_bypass.c ixgbe: clean up code style 2016-05-06 15:51:22 +02:00
ixgbe_bypass.h ixgbe: clean up code style 2016-05-06 15:51:22 +02:00
ixgbe_ethdev.c ethdev: fix adding invalid MAC address 2017-05-05 16:27:11 +02:00
ixgbe_ethdev.h net/ixgbe: ensure link status is updated 2017-04-28 14:46:19 +02:00
ixgbe_fdir.c net/ixgbe: fix type check for flow type 2017-04-28 14:46:18 +02:00
ixgbe_flow.c net/ixgbe: fix ntuple filter for SCTP 2017-04-28 14:46:19 +02:00
ixgbe_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
ixgbe_pf.c net/ixgbe: fix Rx queue blocking issue 2017-04-04 15:52:51 +02:00
ixgbe_regs.h net/ixgbe: remove unused global variable 2017-01-17 19:40:52 +01:00
ixgbe_rxtx_vec_common.h net/ixgbe: remove option to disable offload flags 2017-04-19 15:37:37 +02:00
ixgbe_rxtx_vec_neon.c net/ixgbe: remove option to disable offload flags 2017-04-19 15:37:37 +02:00
ixgbe_rxtx_vec_sse.c net/ixgbe: remove option to disable offload flags 2017-04-19 15:37:37 +02:00
ixgbe_rxtx.c net/ixgbe: align register setting when RSC is disabled 2017-04-28 14:46:17 +02:00
ixgbe_rxtx.h net/ixgbe: remove limit of Tx burst size 2017-04-04 19:02:55 +02:00
Makefile net/ixgbe: move private APIs to a specific file 2017-04-19 15:37:37 +02:00
rte_pmd_ixgbe_version.map net/ixgbe: allocate TC bandwidth 2017-04-04 19:03:03 +02:00
rte_pmd_ixgbe.c net/ixgbe: move private APIs to a specific file 2017-04-19 15:37:37 +02:00
rte_pmd_ixgbe.h net/ixgbe: allocate TC bandwidth 2017-04-04 19:03:03 +02:00