numam-dpdk/drivers/net/ring
Chas Williams 96b00e3a6a net/ring: fix adding MAC addresses
When .mac_addr_add() was changed to allow a return code, ring was changed
to return -ENOTSUP.  This changes the behavior of the rte_ring driver in
a way that does not maintain backward compatibility.  Additionally, if
the intent is to return -ENOTSUP, you could simply not define the stubs.

Fixes: 6d01e580ac ("ethdev: fix adding invalid MAC address")
Cc: stable@dpdk.org

Signed-off-by: Chas Williams <ciwillia@brocade.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2017-06-12 10:41:27 +01:00
..
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
rte_eth_ring_version.map ring: create device from a ring 2015-11-03 02:01:56 +01:00
rte_eth_ring.c net/ring: fix adding MAC addresses 2017-06-12 10:41:27 +01:00
rte_eth_ring.h ring: create device from a ring 2015-11-03 02:01:56 +01:00