add CREDITS file

Message ID 20231017162958.64019-1-stephen@networkplumber.org (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series add CREDITS file |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/github-robot: build success github build: passed
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS

Commit Message

Stephen Hemminger Oct. 17, 2023, 4:29 p.m. UTC
  Add a credits file of past contributors to DPDK.
There are obviously more names that should be added but
lets start this with Venky.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 CREDITS | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 CREDITS
  

Comments

Jerin Jacob Oct. 17, 2023, 5:25 p.m. UTC | #1
On Tue, Oct 17, 2023 at 10:00 PM Stephen Hemminger
<stephen@networkplumber.org> wrote:
>
> Add a credits file of past contributors to DPDK.
> There are obviously more names that should be added but
> lets start this with Venky.
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Acked-by: Jerin Jacob <jerinj@marvell.com>


> ---
>  CREDITS | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 CREDITS
>
> diff --git a/CREDITS b/CREDITS
> new file mode 100644
> index 000000000000..021fed1c76c1
> --- /dev/null
> +++ b/CREDITS
> @@ -0,0 +1,12 @@
> +       This is at least a partial credits-file of people that have
> +       contributed to the DPDK project.  It is sorted by name and
> +       formatted to allow easy grepping and beautification by
> +       scripts.  The fields are: name (N), email (E), web-address
> +       (W), and description (D)
> +
> +----------
> +
> +N: Venky Vekatesan
> +E: venky.venkatesan@intel.com
> +D: Original founder of DPDK project
> +W: https://www.dpdk.org/about/venky/
> --
> 2.39.2
>
  
Thomas Monjalon Oct. 17, 2023, 7 p.m. UTC | #2
17/10/2023 18:29, Stephen Hemminger:
> --- /dev/null
> +++ b/CREDITS
> @@ -0,0 +1,12 @@
> +	This is at least a partial credits-file of people that have
> +	contributed to the DPDK project.  It is sorted by name and
> +	formatted to allow easy grepping and beautification by
> +	scripts.  The fields are: name (N), email (E), web-address
> +	(W), and description (D)

This is strangely indented.

> +
> +----------
> +
> +N: Venky Vekatesan

Typo in the name

> +E: venky.venkatesan@intel.com

This email won't work, better to not have this line.

> +D: Original founder of DPDK project
> +W: https://www.dpdk.org/about/venky/
  

Patch

diff --git a/CREDITS b/CREDITS
new file mode 100644
index 000000000000..021fed1c76c1
--- /dev/null
+++ b/CREDITS
@@ -0,0 +1,12 @@ 
+	This is at least a partial credits-file of people that have
+	contributed to the DPDK project.  It is sorted by name and
+	formatted to allow easy grepping and beautification by
+	scripts.  The fields are: name (N), email (E), web-address
+	(W), and description (D)
+
+----------
+
+N: Venky Vekatesan
+E: venky.venkatesan@intel.com
+D: Original founder of DPDK project
+W: https://www.dpdk.org/about/venky/