> -----Original Message----- > From: Xu, Rosen > Sent: Wednesday, April 18, 2018 4:12 PM > To: [email protected] > Cc: Xing, Beilei <[email protected]>; Zhang, Helin > <[email protected]>; Zhang, Qi Z <[email protected]>; Wu, Jingjing > <[email protected]> > Subject: [PATCH v4] drivers/net/i40e: fix missing promiscuous disable at > device disable > > v4 updates: > =========== > - Add some comments for this patch > > v3 updates: > =========== > - Move modification from device close to device disable > - i40evf_reset_vf() will cause kernel driver enable all vlan promiscuous, > so unicast/multicast promiscuous disable should set before reset. > > v2 updates: > =========== > - Add more comments > > In scenario of Kernel Driver runs on PF and PMD runs on VF, PMD exit > doesn't disable promiscuous mode, this will cause vlan filter set by Kernel > Driver will not take effect. > > This patch will fix it, add promiscuous disable at device disable. > > Signed-off-by: Rosen Xu <[email protected]>
Acked-by: Qi Zhang <[email protected]> Change log need be removed when apply

