> -----Original Message----- > From: Wu, Wenjun1 <wenjun1...@intel.com> > Sent: Monday, October 10, 2022 9:37 AM > To: Matz, Olivier <olivier.m...@6wind.com>; dev@dpdk.org > Cc: Yang, Qiming <qiming.y...@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com>; Zhao1, Wei <wei.zh...@intel.com>; > sta...@dpdk.org > Subject: RE: [PATCH 0/2] net/ixgbe: fixes related to promiscuous mode in VFs > > > > > -----Original Message----- > > From: Olivier Matz <olivier.m...@6wind.com> > > Sent: Thursday, September 29, 2022 8:09 PM > > To: dev@dpdk.org > > Cc: Yang, Qiming <qiming.y...@intel.com>; Wu, Wenjun1 > > <wenjun1...@intel.com>; Zhang, Qi Z <qi.z.zh...@intel.com>; Zhao1, Wei > > <wei.zh...@intel.com>; sta...@dpdk.org > > Subject: [PATCH 0/2] net/ixgbe: fixes related to promiscuous mode in > > VFs > > > > These 2 patches have been submitted and accepted to the kernel (see > > links in the patches). > > > > They also apply smoothly to DPDK, however I didn't have the > > opportunity to test them with a PF managed by DPDK. > > > > Given this is exactly the same code, I think it could be applied anyway. > > > > Olivier Matz (2): > > net/ixgbe: fix bcast packets Rx on VF after promisc removal > > net/ixgbe: fix unexpected VLAN Rx in promisc mode on VF > > > > drivers/net/ixgbe/ixgbe_pf.c | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > -- > > 2.30.2 > > Acked-by: Wenjun Wu <wenjun1...@intel.com>
Applied to dpdk-next-net-intel. Thanks Qi > > Thanks, > Wenjun