When promiscuous mode is enabled on NBL PMD, the hardware does not forward multicast frames to the host, causing the driver to fail receiving multicast packets. This patch fixes the issue.
Dimon Zhao (1): net/nbl: fix multicast reception in promiscuous mode drivers/net/nbl/nbl_dev/nbl_dev.c | 5 +++ drivers/net/nbl/nbl_dispatch.c | 45 +++++++++++++++++++ drivers/net/nbl/nbl_include/nbl_def_channel.h | 5 +++ .../net/nbl/nbl_include/nbl_def_resource.h | 2 + 4 files changed, 57 insertions(+) -- 2.34.1

