mbox series

[0/2] net/ixgbe: fixes related to promiscuous mode in VFs

Message ID 20220929120901.639-1-olivier.matz@6wind.com (mailing list archive)
Headers
Series net/ixgbe: fixes related to promiscuous mode in VFs |

Message

Olivier Matz Sept. 29, 2022, 12:08 p.m. UTC
  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(-)
  

Comments

Wenjun Wu Oct. 10, 2022, 1:36 a.m. UTC | #1
> -----Original Message-----
> From: Olivier Matz <olivier.matz@6wind.com>
> Sent: Thursday, September 29, 2022 8:09 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming <qiming.yang@intel.com>; Wu, Wenjun1
> <wenjun1.wu@intel.com>; Zhang, Qi Z <qi.z.zhang@intel.com>; Zhao1, Wei
> <wei.zhao1@intel.com>; stable@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.wu@intel.com>

Thanks,
Wenjun
  
Qi Zhang Oct. 10, 2022, 1:44 a.m. UTC | #2
> -----Original Message-----
> From: Wu, Wenjun1 <wenjun1.wu@intel.com>
> Sent: Monday, October 10, 2022 9:37 AM
> To: Matz, Olivier <olivier.matz@6wind.com>; dev@dpdk.org
> Cc: Yang, Qiming <qiming.yang@intel.com>; Zhang, Qi Z
> <qi.z.zhang@intel.com>; Zhao1, Wei <wei.zhao1@intel.com>;
> stable@dpdk.org
> Subject: RE: [PATCH 0/2] net/ixgbe: fixes related to promiscuous mode in VFs
> 
> 
> 
> > -----Original Message-----
> > From: Olivier Matz <olivier.matz@6wind.com>
> > Sent: Thursday, September 29, 2022 8:09 PM
> > To: dev@dpdk.org
> > Cc: Yang, Qiming <qiming.yang@intel.com>; Wu, Wenjun1
> > <wenjun1.wu@intel.com>; Zhang, Qi Z <qi.z.zhang@intel.com>; Zhao1, Wei
> > <wei.zhao1@intel.com>; stable@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.wu@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi
> 
> Thanks,
> Wenjun