[dpdk-dev] [PATCH v1 1/6] devtools: update check-includes exceptions

Adrien Mazarguil adrien.mazarguil at 6wind.com
Thu Dec 21 13:59:55 CET 2017


rte_eal_interrupts.h is an internal file not supposed to be included
directly by applications.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
Cc: Bruce Richardson <bruce.richardson at intel.com>
---
 devtools/check-includes.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devtools/check-includes.sh b/devtools/check-includes.sh
index c4ec73f15..685a3e772 100755
--- 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' \
-- 
2.11.0


More information about the dev mailing list