[dpdk-dev] [dpdk-stable] [PATCH 1/1] net/nfp: fix set_mac_addr

Ferruh Yigit ferruh.yigit at intel.com
Mon Mar 11 17:52:01 CET 2019


On 3/10/2019 11:42 AM, Alejandro Lucero wrote:
> On Fri, Mar 8, 2019 at 3:41 PM Pablo Cascón <pablo.cascon at netronome.com>
> wrote:
> 
>> Some firmwares, mostly for VFs, do not advertise the feature /
>> capability of changing the MAC address while the interface is up. With
>> such firmware a request to change the MAC address that at the same
>> time also tries to enable the not available feature will be denied by
>> the firmware resulting in an error message like:
>>
>> nfp_net_reconfig(): Error nfp_net reconfig for ctrl: 80000000 update: 800
>>
>> Fix set_mac_addr by not trying to enable a feature if it is not
>> advertised by the firmware.
>>
>> Fixes: 2fe669f4bcd2 ("net/nfp: support MAC address change")
>>
>> Signed-off-by: Pablo Cascón <pablo.cascon at netronome.com>
>>
> Acked-by: Alejandro Lucero <alejandro.lucero at netronome.com>
> 

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


More information about the dev mailing list