[dpdk-dev] [PATCH] net/i40e: fix VSI MAC filter on primary address change

Zhang, Helin helin.zhang at intel.com
Wed Jan 10 14:57:46 CET 2018



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Xing, Beilei
> Sent: Thursday, January 4, 2018 1:39 PM
> To: Olivier Matz; dev at dpdk.org; Wu, Jingjing
> Cc: stable at dpdk.org; Laurent Hardy
> Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix VSI MAC filter on primary address
> change
> 
> 
> 
> > -----Original Message-----
> > From: Olivier Matz [mailto:olivier.matz at 6wind.com]
> > Sent: Wednesday, January 3, 2018 10:29 PM
> > To: dev at dpdk.org; Wu, Jingjing <jingjing.wu at intel.com>; Xing, Beilei
> > <beilei.xing at intel.com>
> > Cc: stable at dpdk.org; Laurent Hardy <laurent.hardy at 6wind.com>
> > Subject: [PATCH] net/i40e: fix VSI MAC filter on primary address
> > change
> >
> > When primary address mac is changed, the mac filters were not updated
> > in the VSI with the new mac addr and incoming packets with this
> > destination address are dropped by the hardware filters.
> >
> > This patch removes the VSI mac filter for the previous mac address and
> > adds a new one for new mac address.
> >
> > Fixes: e18e01e92c29 ("i40e: support default MAC address setting")
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Laurent Hardy <laurent.hardy at 6wind.com>
> > Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
> 
> Thanks for the fix.
> Acked-by: Beilei Xing <beilei.xing at intel.com>
Applied to dpdk-next-net-intel, thanks!

/Helin


More information about the dev mailing list