[dpdk-dev] [PATCH] net/ring: fix adding MAC addresses

Ferruh Yigit ferruh.yigit at intel.com
Tue May 30 14:45:09 CEST 2017


On 5/26/2017 2:18 PM, Charles (Chas) Williams wrote:
> 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: 6d01e580ac5d ("ethdev: fix adding invalid MAC address")
> 
> Signed-off-by: Chas Williams <ciwillia at brocade.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the dev mailing list