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

Ferruh Yigit ferruh.yigit at intel.com
Tue May 30 14:49:18 CEST 2017


On 5/30/2017 1:45 PM, Ferruh Yigit wrote:
> 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>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list