DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/4] NBL add new features
@ 2025-11-07  7:34 Dimon Zhao
  2025-11-07  7:34 ` [PATCH v1 1/4] net/nbl: change default Rx extension header size to 12 bytes Dimon Zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Dimon Zhao @ 2025-11-07  7:34 UTC (permalink / raw)
  To: dimon.zhao, dev

Add support for Tx and Rx VLAN offload.
Add support for imissed stats.

Dimon Zhao (4):
  net/nbl: change default Rx extension header size to 12 bytes
  net/nbl: add support for Tx and Rx VLAN offload
  net/nbl: add support for imissed stats
  net/nbl: update documentation and maintainers

 .mailmap                                      |   2 +-
 MAINTAINERS                                   |   2 +-
 doc/guides/nics/features/nbl.ini              |   1 +
 doc/guides/nics/nbl.rst                       |   7 +
 drivers/net/nbl/nbl_dev/nbl_dev.c             | 222 +++++++++++++++++-
 drivers/net/nbl/nbl_dev/nbl_dev.h             |  10 +
 drivers/net/nbl/nbl_dispatch.c                |  65 +++++
 drivers/net/nbl/nbl_hw/nbl_resource.h         |   1 +
 drivers/net/nbl/nbl_hw/nbl_txrx.c             |  53 ++++-
 drivers/net/nbl/nbl_include/nbl_def_channel.h |   5 +
 .../net/nbl/nbl_include/nbl_def_dispatch.h    |   4 +
 .../net/nbl/nbl_include/nbl_def_resource.h    |   4 +
 drivers/net/nbl/nbl_include/nbl_include.h     |   9 +-
 13 files changed, 377 insertions(+), 8 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-11-07 16:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-07  7:34 [PATCH v1 0/4] NBL add new features Dimon Zhao
2025-11-07  7:34 ` [PATCH v1 1/4] net/nbl: change default Rx extension header size to 12 bytes Dimon Zhao
2025-11-07  7:34 ` [PATCH v1 2/4] net/nbl: add support for Tx and Rx VLAN offload Dimon Zhao
2025-11-07 16:10   ` Stephen Hemminger
2025-11-07  7:34 ` [PATCH v1 3/4] net/nbl: add support for imissed stats Dimon Zhao
2025-11-07 16:05   ` Stephen Hemminger
2025-11-07  7:34 ` [PATCH v1 4/4] net/nbl: update documentation and maintainers Dimon Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).