git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fb6fee
)
devtools: update check-includes exceptions
author
Adrien Mazarguil
<adrien.mazarguil@6wind.com>
Thu, 21 Dec 2017 12:59:55 +0000
(13:59 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 16 Jan 2018 23:24:45 +0000
(
00:24
+0100)
rte_eal_interrupts.h is an internal file not supposed to be included
directly by applications.
Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
devtools/check-includes.sh
patch
|
blob
|
history
diff --git
a/devtools/check-includes.sh
b/devtools/check-includes.sh
index
c4ec73f
..
685a3e7
100755
(executable)
--- a/
devtools/check-includes.sh
+++ b/
devtools/check-includes.sh
@@
-111,6
+111,7
@@
include_dir=${1:-build/include}
'exec-env/*' \
'rte_vhost.h' \
'rte_eth_vhost.h' \
+ 'rte_eal_interrupts.h' \
}
: ${IGNORE_CXX= \
'rte_vhost.h' \