> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Xing, Beilei > Sent: Thursday, January 4, 2018 1:39 PM > To: Olivier Matz; dev@dpdk.org; Wu, Jingjing > Cc: sta...@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.m...@6wind.com] > > Sent: Wednesday, January 3, 2018 10:29 PM > > To: dev@dpdk.org; Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei > > <beilei.x...@intel.com> > > Cc: sta...@dpdk.org; Laurent Hardy <laurent.ha...@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: sta...@dpdk.org > > > > Signed-off-by: Laurent Hardy <laurent.ha...@6wind.com> > > Signed-off-by: Olivier Matz <olivier.m...@6wind.com> > > Thanks for the fix. > Acked-by: Beilei Xing <beilei.x...@intel.com> Applied to dpdk-next-net-intel, thanks!
/Helin