]> git.proxmox.com Git - mirror_ovs.git/commit
sparse: Re-allow sparse builds with dpdk.
authorIlya Maximets <i.maximets@samsung.com>
Fri, 26 Apr 2019 08:08:49 +0000 (11:08 +0300)
committerIlya Maximets <i.maximets@samsung.com>
Thu, 6 Jun 2019 15:54:57 +0000 (18:54 +0300)
commit50f48c27e282db4fabdeb737d715d5bbedd1877a
tree885035963222f28db450629647cc458403c6e76b
parent346c653823d097a4a19fcf5298ec905e8bb5cacd
sparse: Re-allow sparse builds with dpdk.

Few structures from rte_flow.h updated to the version from DPDK 18.11
to fix incorrect structure definitions.

rte_lcore.h and rte_vect.h "sparse" headers removed because not needed
and only produce type-mismatch issues.

Enabled -Werror for sparse builds with DPDK to prevent regressions.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Acked-by: Ben Pfaff <blp@ovn.org>
.travis/linux-build.sh
include/sparse/automake.mk
include/sparse/rte_flow.h
include/sparse/rte_lcore.h [deleted file]
include/sparse/rte_vect.h [deleted file]