Re: [dpdk-dev] [PATCH v2] net/qede: fix regression introduced by b10231aed1ed

2021-01-04 Thread Igor Russkikh
> 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. > > Signed-off-by: Ba

[dpdk-dev] [PATCH v2] net/qede: fix regression introduced by b10231aed1ed

2020-12-23 Thread Balazs Nemeth
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. Signed-off-by: Balazs Nemeth -