sparse: Fix sparse when compiling DPDK.
authorEthan Jackson <ethan@nicira.com>
Sun, 17 May 2015 13:06:01 +0000 (06:06 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 22 May 2015 20:27:57 +0000 (13:27 -0700)
commitf046804891635d497e5b91a3b90340951132c1d9
tree0b4344b880b034457abe63aea241a4a675d3822f
parenta0cb2d66f57ac73a56602be3abb9f69cb8ff95c9
sparse: Fix sparse when compiling DPDK.

Sparse doesn't like several of the DPDK header files.  This patch
works around it so we can get analysis when compiling DPDK.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
include/sparse/automake.mk
include/sparse/bmi2intrin.h [new file with mode: 0644]
include/sparse/emmintrin.h [new file with mode: 0644]
include/sparse/rte_atomic.h [new file with mode: 0644]
include/sparse/rte_lcore.h [new file with mode: 0644]
include/sparse/rte_vect.h [new file with mode: 0644]