Hi Thomas, Somehow the patchwork is not reflecting this ACK.
Please apply this patch. Regards, Hemant > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Pavan Nikhilesh > Bhagavatula > Sent: Monday, November 11, 2019 6:52 PM > To: Stephen Hemminger <step...@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 <step...@networkplumber.org> > > Acked-by: Pavan Nikhilesh <pbhagavat...@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