> -----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> Thanks, Wenjun