[[PATCH v1] 1/8] net/rnp: add skeleton
Stephen Hemminger
stephen at networkplumber.org
Wed Aug 2 04:11:43 CEST 2023
On Tue, 1 Aug 2023 07:21:38 +0000
Wenbo Cao <caowenbo at mucse.com> wrote:
> +Mucse rnp
> +M: caowenbo at mucse.com
> +F: drivers/net/rnp
> +F: doc/guides/nics/rnp.rst
> +F: doc/guides/nics/features/rnp.ini
Please use the full email address for the M: line.
> diff --git a/drivers/net/meson.build b/drivers/net/meson.build
> index b1df17ce8c..8bdbf05857 100644
> --- a/drivers/net/meson.build
> +++ b/drivers/net/meson.build
> @@ -56,6 +56,7 @@ drivers = [
> 'ring',
> 'sfc',
> 'softnic',
> + 'rnp',
> 'tap',
> 'thunderx',
> 'txgbe',
Insert new driver into list in the alphabetic order.
I.e after 'ring'
More information about the dev
mailing list