[PATCH v4 01/16] net/nbl: add doc and minimum nbl build framework
Stephen Hemminger
stephen at networkplumber.org
Wed Aug 13 16:43:32 CEST 2025
On Tue, 12 Aug 2025 23:43:55 -0700
Dimon Zhao <dimon.zhao at nebula-matrix.com> wrote:
> add minimum PMD code, doc and build infrastructure for nbl driver.
>
> Signed-off-by: Dimon Zhao <dimon.zhao at nebula-matrix.com>
> ---
> .mailmap | 4 ++
> MAINTAINERS | 9 ++++
> doc/guides/nics/features/nbl.ini | 9 ++++
> doc/guides/nics/index.rst | 1 +
> doc/guides/nics/nbl.rst | 87 ++++++++++++++++++++++++++++++++
> drivers/net/meson.build | 1 +
> drivers/net/nbl/meson.build | 11 ++++
> drivers/net/nbl/nbl_ethdev.c | 3 ++
> 8 files changed, 125 insertions(+)
> create mode 100644 doc/guides/nics/features/nbl.ini
> create mode 100644 doc/guides/nics/nbl.rst
> create mode 100644 drivers/net/nbl/meson.build
> create mode 100644 drivers/net/nbl/nbl_ethdev.c
Please add an entry in release notes for the new driver as well.
More information about the dev
mailing list