Re: [PATCH] net/cnxk: fix promiscuous mode in multicast enable flow

2022-01-12 Thread Jerin Jacob
On Wed, Dec 1, 2021 at 4:00 PM wrote: > > From: Asaf Ravid > > When multicast promisc was being enabled it caused the unicast promisc > to be disabled. This fix resolves this by setting NIX_RX_MODE_PROMISC > when eth_dev->data->promiscuous is set, regardless. > > ci: skip_checkpatch skip_roc_chec

[PATCH] net/cnxk: fix promiscuous mode in multicast enable flow

2021-12-01 Thread skori
From: Asaf Ravid When multicast promisc was being enabled it caused the unicast promisc to be disabled. This fix resolves this by setting NIX_RX_MODE_PROMISC when eth_dev->data->promiscuous is set, regardless. ci: skip_checkpatch skip_roc_check Fixes: 325d79c00a5a ("net/cnxk: support all multic