All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavan Nikhilesh Bhagavatula <pbhagavatula@marvell.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] examples/l2fwd-event: add missing SPDX license header
Date: Mon, 11 Nov 2019 13:21:41 +0000	[thread overview]
Message-ID: <CY4PR1801MB1863779398527A0100DB0C12DE740@CY4PR1801MB1863.namprd18.prod.outlook.com> (raw)

>Add same tag as other files in this example.
>
>Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Acked-by: Pavan Nikhilesh <pbhagavatula@marvell.com>

>---
> examples/l2fwd-event/l2fwd_common.c | 4 ++++
> examples/l2fwd-event/l2fwd_poll.c   | 4 ++++
> 2 files changed, 8 insertions(+)
>
>diff --git a/examples/l2fwd-event/l2fwd_common.c b/examples/l2fwd-
>event/l2fwd_common.c
>index 4ba788550ca6..890d511db2d5 100644
>--- a/examples/l2fwd-event/l2fwd_common.c
>+++ b/examples/l2fwd-event/l2fwd_common.c
>@@ -1,3 +1,7 @@
>+/* SPDX-License-Identifier: BSD-3-Clause
>+ * Copyright(C) 2019 Marvell International Ltd.
>+ */
>+
> #include "l2fwd_common.h"
>
> int
>diff --git a/examples/l2fwd-event/l2fwd_poll.c b/examples/l2fwd-
>event/l2fwd_poll.c
>index cc96b14cb624..a3a3835582d2 100644
>--- a/examples/l2fwd-event/l2fwd_poll.c
>+++ b/examples/l2fwd-event/l2fwd_poll.c
>@@ -1,3 +1,7 @@
>+/* SPDX-License-Identifier: BSD-3-Clause
>+ * Copyright(C) 2019 Marvell International Ltd.
>+ */
>+
> #include "l2fwd_poll.h"
>
> static inline void
>--
>2.20.1


             reply	other threads:[~2019-11-11 13:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-11 13:21 Pavan Nikhilesh Bhagavatula [this message]
2019-11-28  1:25 ` [dpdk-dev] [PATCH] examples/l2fwd-event: add missing SPDX license header Thomas Monjalon
  -- strict thread matches above, loose matches on Subject: below --
2019-11-22  9:28 Hemant Agrawal
2019-11-08 17:09 Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CY4PR1801MB1863779398527A0100DB0C12DE740@CY4PR1801MB1863.namprd18.prod.outlook.com \
    --to=pbhagavatula@marvell.com \
    --cc=dev@dpdk.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.