Re: [dpdk-dev] [PATCH] net/qede: fix multicast pkts drop in promisc mode

2020-06-25 Thread Jerin Jacob
On Thu, Jun 18, 2020 at 1:40 PM Devendra Singh Rawat wrote: > > After enabling promiscuous mode all packets whose destination MAC address > is a multicast address were being dropped. This fix configures H/W to > receive all traffic in promiscuous mode. Promiscuous mode also overrides > allmulticas

[dpdk-dev] [PATCH] net/qede: fix multicast pkts drop in promisc mode

2020-06-18 Thread Devendra Singh Rawat
After enabling promiscuous mode all packets whose destination MAC address is a multicast address were being dropped. This fix configures H/W to receive all traffic in promiscuous mode. Promiscuous mode also overrides allmulticast mode on/off status. Fixes: 40e9f6fc1558 ("net/qede: enable VF-VF tra