Re: [PATCH v4 0/7] Verify C++ compatibility of public headers

2022-02-10 Thread Thomas Monjalon
10/02/2022 16:42, Bruce Richardson: > Bruce Richardson (7): > eal: fix header build with C++ > eventdev: fix header build with C++ > graph: fix missing explicit cast for C++ build > ipsec: fix missing explicit cast for C++ build > table: fix missing explicit casts for C++ build > vhost:

[PATCH v4 0/7] Verify C++ compatibility of public headers

2022-02-10 Thread Bruce Richardson
This patchset expands upon the exiting chkincs infrastructure to build a C++ test application as well as the existing C test app, which helps catch any build errors when the public DPDK headers are included in C++ code. The rest of this patchset fixes the errors caught by this additional check - mo