[dpdk-dev] [PATCH 0/3] fix C++ includes

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Feb 5 18:06:06 CET 2016


When trying to build a C++ application, some error appears from DPDK headers.
2 libraries are not fixed in this series:
- cmdline
- vhost which includes some not compliant Linux virtio headers

Thomas Monjalon (3):
  eal: fix keep alive header for C++
  hash: fix header for C++
  mbuf_offload: fix header for C++

 lib/librte_eal/common/include/rte_keepalive.h | 15 +++++++++------
 lib/librte_hash/rte_jhash.h                   |  2 +-
 lib/librte_mbuf_offload/rte_mbuf_offload.h    |  5 ++++-
 3 files changed, 14 insertions(+), 8 deletions(-)

-- 
2.7.0



More information about the dev mailing list