> -----Original Message----- > From: Xu, Rosen > Sent: Wednesday, April 18, 2018 4:12 PM > To: dev@dpdk.org > Cc: Xing, Beilei <beilei.x...@intel.com>; Zhang, Helin > <helin.zh...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>; Wu, Jingjing > <jingjing...@intel.com> > 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 <rosen...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com> Change log need be removed when apply