[PATCH v8 01/28] net/rnp: add skeleton
Stephen Hemminger
stephen at networkplumber.org
Mon Feb 10 19:36:58 CET 2025
On Mon, 10 Feb 2025 15:26:28 +0800
Wenbo Cao <caowenbo at mucse.com> wrote:
> Add basic PMD library and doc build infrastructure
> Update maintainers file to claim responsibility.
>
> Signed-off-by: Wenbo Cao <caowenbo at mucse.com>
> Reviewed-by: Thomas Monjalon <thomas at monjalon.net>
> ---
> MAINTAINERS | 6 +++
> doc/guides/nics/features/rnp.ini | 8 ++++
> doc/guides/nics/index.rst | 1 +
> doc/guides/nics/rnp.rst | 82 ++++++++++++++++++++++++++++++++
> drivers/net/meson.build | 1 +
> drivers/net/rnp/meson.build | 11 +++++
> drivers/net/rnp/rnp_ethdev.c | 3 ++
> 7 files changed, 112 insertions(+)
> create mode 100644 doc/guides/nics/features/rnp.ini
> create mode 100644 doc/guides/nics/rnp.rst
> create mode 100644 drivers/net/rnp/meson.build
> create mode 100644 drivers/net/rnp/rnp_ethdev.c
You need to add your mail address to .mailmap
$ ./devtools/check-git-log.sh
Wrong headline format:
net/rnp: add support link update operations.
net/rnp: support VLAN offloads.
net/rnp: add support VLAN filters operations.
net/rnp: add queue info operation.
Wrong headline case:
"net/rnp: add support mac promisc mode": mac --> MAC
Missing 'Signed-off-by:' tag:
net/rnp: add get device information operation
Contributor name/email mismatch with .mailmap:
Wenbo Cao <caowenbo at mucse.com> is unknown in .mailmap
More information about the dev
mailing list