* [dpdk-dev] [PATCH] examples/l2fwd-event: add missing SPDX license header
@ 2019-11-08 17:09 Stephen Hemminger
0 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2019-11-08 17:09 UTC (permalink / raw)
To: pbhagavatula; +Cc: dev, Stephen Hemminger
Add same tag as other files in this example.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] examples/l2fwd-event: add missing SPDX license header
2019-11-11 13:21 Pavan Nikhilesh Bhagavatula
@ 2019-11-28 1:25 ` Thomas Monjalon
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-11-28 1:25 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: dev, Pavan Nikhilesh Bhagavatula
11/11/2019 14:21, Pavan Nikhilesh Bhagavatula:
> >Add same tag as other files in this example.
> >
> >Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
>
> Acked-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Applied, thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] examples/l2fwd-event: add missing SPDX license header
@ 2019-11-22 9:28 Hemant Agrawal
0 siblings, 0 replies; 4+ messages in thread
From: Hemant Agrawal @ 2019-11-22 9:28 UTC (permalink / raw)
To: dev, Thomas Monjalon
Hi Thomas,
Somehow the patchwork is not reflecting this ACK.
Please apply this patch.
Regards,
Hemant
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Pavan Nikhilesh
> Bhagavatula
> Sent: Monday, November 11, 2019 6:52 PM
> To: Stephen Hemminger <stephen@networkplumber.org>
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] examples/l2fwd-event: add missing SPDX
> license header
>
> >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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] examples/l2fwd-event: add missing SPDX license header
@ 2019-11-11 13:21 Pavan Nikhilesh Bhagavatula
2019-11-28 1:25 ` Thomas Monjalon
0 siblings, 1 reply; 4+ messages in thread
From: Pavan Nikhilesh Bhagavatula @ 2019-11-11 13:21 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: dev
>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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-11-28 1:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08 17:09 [dpdk-dev] [PATCH] examples/l2fwd-event: add missing SPDX license header Stephen Hemminger
2019-11-11 13:21 Pavan Nikhilesh Bhagavatula
2019-11-28 1:25 ` Thomas Monjalon
2019-11-22 9:28 Hemant Agrawal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).