Skip to content

Commit

Permalink
eal/windows: add missing SPDX license tag
Browse files Browse the repository at this point in the history
[ upstream commit e863fe3 ]

Fixes: c08bd19 ("eal/windows: initialize hugepage info")

Reported-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Nick Connolly <nick.connolly@mayadata.io>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
  • Loading branch information
PlushBeaver authored and steevenlee committed May 8, 2021
1 parent d439877 commit 87af5c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/librte_eal/windows/eal_hugepages.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 87af5c7

Please sign in to comment.