numam-dpdk/drivers/net/virtio
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
..
virtio_user net/virtio-user: fix link status 2017-04-19 10:49:06 +02:00
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
rte_pmd_virtio_version.map virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtio_ethdev.c ethdev: fix adding invalid MAC address 2017-05-05 16:27:11 +02:00
virtio_ethdev.h eal: clean up interrupt handle 2017-04-06 21:15:55 +02:00
virtio_logs.h virtio: fix newline under debug mode 2016-05-10 10:52:01 -07:00
virtio_pci.c pci: remove eal prefix 2017-05-05 14:38:17 +02:00
virtio_pci.h net/virtio: fix LSC setting 2017-04-28 07:01:17 +02:00
virtio_ring.h net/virtio: fix used index retrieved only once 2016-06-22 09:47:12 +02:00
virtio_rxtx_simple_neon.c net/virtio: support to turn on/off traffic flow 2017-04-19 10:49:06 +02:00
virtio_rxtx_simple_sse.c net/virtio: support to turn on/off traffic flow 2017-04-19 10:49:06 +02:00
virtio_rxtx_simple.c net/virtio: support to turn on/off traffic flow 2017-04-19 10:49:06 +02:00
virtio_rxtx_simple.h mbuf: make segment prefree function public 2017-04-05 11:30:29 +02:00
virtio_rxtx.c net/virtio: support to turn on/off traffic flow 2017-04-19 10:49:06 +02:00
virtio_rxtx.h net/virtio: cleanup conditional compilation 2016-09-28 02:18:39 +02:00
virtio_user_ethdev.c pci: remove eal prefix 2017-05-05 14:38:17 +02:00
virtqueue.c net/virtio: add Rx interrupt enable/disable functions 2017-01-17 09:26:52 +01:00
virtqueue.h net/virtio-user: fix address on 32-bit system 2017-04-19 10:49:06 +02:00