On Mon, 2022-02-14 at 13:36 +0000, Ferruh Yigit wrote: > On 2/14/2022 11:25 AM, spin...@cesnet.cz wrote: > > From: Martin Spinler <spin...@cesnet.cz> > > > > In the firmware, the promisc mode overrides the multicast mode. > > So when the promisc mode is turned off, driver must check if the > > multicast mode was active before and conditionally reactivate it. > > > > Can you please add fixes & stable tags.
Tags will be added in v2. > > > Signed-off-by: Martin Spinler <spin...@cesnet.cz> > > --- > > drivers/net/nfb/nfb.h | 4 ---- > > drivers/net/nfb/nfb_ethdev.c | 1 - > > drivers/net/nfb/nfb_rxmode.c | 20 ++++++++------------ > > 3 files changed, 8 insertions(+), 17 deletions(-) > > > > <...>