> -----Original Message----- > From: Eelco Chaudron [mailto:echau...@redhat.com] > Sent: Tuesday, November 19, 2019 9:45 PM > To: Xing, Beilei <beilei.x...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com> > Cc: Zhang, Xiao <xiao.zh...@intel.com>; dev@dpdk.org > Subject: [PATCH v2] net/i40e: always re-program promiscuous mode on VF > interface > > During a kernel PF reset, this event is propagated to the VF. > The DPDK VF PMD will execute the reset task before the PF is done with his. > This > results in the admin queue message not being responded to leaving the port in > "promiscuous" mode. > > This patch makes sure the promiscuous mode is configured independently of the > current admin state. > > Signed-off-by: Eelco Chaudron <echau...@redhat.com>
Reviewed-by: Xiao Zhang <xiao.zh...@intel.com>