eal/windows: add missing SPDX license tag

Message ID 20210227203201.13988-1-dmitry.kozliuk@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series eal/windows: add missing SPDX license tag |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/travis-robot fail travis build: failed
ci/github-robot success github build: passed
ci/intel-Testing success Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/iol-mellanox-Functional success Functional Testing PASS

Commit Message

Dmitry Kozlyuk Feb. 27, 2021, 8:32 p.m. UTC
  Fixes: c08bd191b13d ("eal/windows: initialize hugepage info")
Cc: stable@dpdk.org

Reported-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
---
 lib/librte_eal/windows/eal_hugepages.c | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Nick Connolly March 1, 2021, 10:03 a.m. UTC | #1
> Fixes: c08bd191b13d ("eal/windows: initialize hugepage info")
> Cc: stable@dpdk.org
>
> Reported-by: Stephen Hemminger <stephen@networkplumber.org>
> Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
>
Acked-by: Nick Connolly <nick.connolly@mayadata.io>
  
Menon, Ranjit March 1, 2021, 6:20 p.m. UTC | #2
On 2/27/2021 12:32 PM, Dmitry Kozlyuk wrote:
> Fixes: c08bd191b13d ("eal/windows: initialize hugepage info")
> Cc: stable@dpdk.org
>
> Reported-by: Stephen Hemminger <stephen@networkplumber.org>
> Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
> ---
>   lib/librte_eal/windows/eal_hugepages.c | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/lib/librte_eal/windows/eal_hugepages.c b/lib/librte_eal/windows/eal_hugepages.c
> index 44dae985e..83a3d0ffc 100644
> --- a/lib/librte_eal/windows/eal_hugepages.c
> +++ b/lib/librte_eal/windows/eal_hugepages.c
> @@ -1,3 +1,7 @@
> +/* SPDX-License-Identifier: BSD-3-Clause
> + * Copyright (c) 2020 Dmitry Kozlyuk
> + */
> +
>   #include <rte_errno.h>
>   #include <rte_log.h>
>   #include <rte_memory.h>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
  
Thomas Monjalon March 16, 2021, 10:29 a.m. UTC | #3
01/03/2021 19:20, Ranjit Menon:
> On 2/27/2021 12:32 PM, Dmitry Kozlyuk wrote:
> > Fixes: c08bd191b13d ("eal/windows: initialize hugepage info")
> > Cc: stable@dpdk.org
> >
> > Reported-by: Stephen Hemminger <stephen@networkplumber.org>
> > Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
> > ---
> > --- a/lib/librte_eal/windows/eal_hugepages.c
> > +++ b/lib/librte_eal/windows/eal_hugepages.c
> > @@ -1,3 +1,7 @@
> > +/* SPDX-License-Identifier: BSD-3-Clause
> > + * Copyright (c) 2020 Dmitry Kozlyuk
> > + */
> > +
> Acked-by: Ranjit Menon <ranjit.menon@intel.com>

Applied, thanks
  

Patch

diff --git a/lib/librte_eal/windows/eal_hugepages.c b/lib/librte_eal/windows/eal_hugepages.c
index 44dae985e..83a3d0ffc 100644
--- a/lib/librte_eal/windows/eal_hugepages.c
+++ b/lib/librte_eal/windows/eal_hugepages.c
@@ -1,3 +1,7 @@ 
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2020 Dmitry Kozlyuk
+ */
+
 #include <rte_errno.h>
 #include <rte_log.h>
 #include <rte_memory.h>