kvargs: use SPDX tags
[dpdk.git] / devtools / check-includes.sh
index d65adc6..685a3e7 100755 (executable)
@@ -109,10 +109,13 @@ include_dir=${1:-build/include}
        'rte_byteorder_64.h' \
        'generic/*' \
        'exec-env/*' \
+       'rte_vhost.h' \
+       'rte_eth_vhost.h' \
+       'rte_eal_interrupts.h' \
 }
 : ${IGNORE_CXX= \
+       'rte_vhost.h' \
        'rte_eth_vhost.h' \
-       'rte_virtio_net.h' \
 }
 
 temp_cc=/tmp/${0##*/}.$$.c