[dpdk-dev] [PATCH v7 1/3] ethdev: fix adding invalid MAC addr

Thomas Monjalon thomas at monjalon.net
Fri May 5 16:24:51 CEST 2017


05/05/2017 02:40, Wei Dai:
> 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 API, it should not be
> backported to a stable/LTS release so far.
> 
> Fixes: af75078fece3 ("first public release")
> 
> Signed-off-by: Wei Dai <wei.dai at intel.com>
> Acked-by: Nelio Laranjeiro <nelio.laranjeiro at 6wind.com>
> Acked-by: Yuanhan Liu <yuanhan.liu at linux.intel.com>
> Acked-by: Wenzhuo Lu <wenzhuo.lu at intel.com>

Applied without the rest of the series, thanks



More information about the dev mailing list