On Tue, Jan 12, 2021 at 11:25 AM Rasesh Mody <[email protected]> wrote: > > > From: Jerin Jacob <[email protected]> > > Sent: Tuesday, January 12, 2021 10:21 AM > > > > On Mon, Jan 4, 2021 at 7:47 PM Rasesh Mody <[email protected]> wrote: > > > > > > > From: dev <[email protected]> On Behalf Of Igor Russkikh > > > > Sent: Monday, January 4, 2021 6:15 PM > > > > > > > > > When calling rte_eth_promiscuous_enable(port_id) followed by > > > > > rte_eth_allmulticast_enable(port_id), the port is not in promisc > > > > > mode anymore. This patch ensures that promisc mode takes > > > > > precedence over allmulticast mode fixing the regression introduced by > > b10231aed1ed. > > > > Please add Fixes: > > > > > > > > > > > > Signed-off-by: Balazs Nemeth <[email protected]> > >
> > Even if promiscuous mode is disabled after the change, allmulti mode setting > will persist. > Fix looks good to me. > > Acked-by: Rasesh Mody <[email protected]> Fixed check-git-log.sh issues and applied to dpdk-next-net-mrvl/for-main. Thanks > > Thanks, > Rasesh > > > > > Igor >

