DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] fix NBL PMD multicast reception in promiscuous mode
@ 2026-06-09  7:51 Dimon Zhao
  2026-06-09  7:51 ` [PATCH v1 1/1] net/nbl: fix " Dimon Zhao
  0 siblings, 1 reply; 3+ messages in thread
From: Dimon Zhao @ 2026-06-09  7:51 UTC (permalink / raw)
  To: dev; +Cc: Dimon Zhao

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-11 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09  7:51 [PATCH v1 0/1] fix NBL PMD multicast reception in promiscuous mode Dimon Zhao
2026-06-09  7:51 ` [PATCH v1 1/1] net/nbl: fix " Dimon Zhao
2026-06-11 18:04   ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox