RE: [PATCH] net/ixgbevf: fix promiscuous and allmulti

2022-11-16 Thread Zhang, Qi Z
> -Original Message- > From: Wu, Wenjun1 > Sent: Friday, October 14, 2022 9:14 AM > To: Matz, Olivier > Cc: dev@dpdk.org; Yang, Qiming ; Zhao1, Wei > > Subject: RE: [PATCH] net/ixgbevf: fix promiscuous and allmulti > > > > > -Original

RE: [PATCH] net/ixgbevf: fix promiscuous and allmulti

2022-10-13 Thread Wu, Wenjun1
> -Original Message- > From: Olivier Matz > Sent: Thursday, October 13, 2022 10:46 PM > To: Wu, Wenjun1 > Cc: dev@dpdk.org; Yang, Qiming ; Zhao1, Wei > > Subject: Re: [PATCH] net/ixgbevf: fix promiscuous and allmulti > > Hi Wenjun, > > On Mon, Oct

Re: [PATCH] net/ixgbevf: fix promiscuous and allmulti

2022-10-13 Thread Olivier Matz
ao1, Wei > > Subject: [PATCH] net/ixgbevf: fix promiscuous and allmulti > > > > The configuration of allmulti and promiscuous modes conflicts together. For > > instance, if we enable promiscuous mode, then enable and disable allmulti, > > then the promiscuous mode

RE: [PATCH] net/ixgbevf: fix promiscuous and allmulti

2022-10-09 Thread Wu, Wenjun1
Hi Olivier, > -Original Message- > From: Olivier Matz > Sent: Thursday, September 29, 2022 8:22 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Wu, Wenjun1 > ; Zhao1, Wei > Subject: [PATCH] net/ixgbevf: fix promiscuous and allmulti > > The configuration of all

[PATCH] net/ixgbevf: fix promiscuous and allmulti

2022-09-29 Thread Olivier Matz
The configuration of allmulti and promiscuous modes conflicts together. For instance, if we enable promiscuous mode, then enable and disable allmulti, then the promiscuous mode is wrongly disabled. Fix this behavior by: - doing nothing when we set/unset allmulti if promiscuous mode is on - restort