> -----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>