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

Dai, Wei wei.dai at intel.com
Fri May 5 02:16:16 CEST 2017


> Subject: Re: [PATCH v6 1/3] ethdev: fix adding invalid MAC addr
> 
> On Tue, May 02, 2017 at 08:44:23PM +0800, Wei Dai wrote:
> > 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.
> >
> > Fixes: af75078fece3 ("first public release")
> 
> 
> > Cc: stable at dpdk.org
> 
> Just a note, this patch changes API. It should not be backported to a stable/LTS
> release, even though it fixes something.
> 
> 	--yliu

Thank you, Yuanhan. I will drop the "Cc: stable at dpdk.org" in my v7 patch set.


More information about the dev mailing list