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

2016-02-21 Thread Thomas Monjalon
2016-02-16 08:14, Thomas Monjalon: > When trying to build a C++ application, some errors appear from DPDK headers. > 2 libraries are not fixed in this series: > - cmdline > - vhost which includes some not compliant Linux virtio headers > > v2: > - move keep-alive struct out of header > - fix

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

2016-02-16 Thread Marc
On 16 February 2016 at 17:26, Thomas Monjalon wrote: > 2016-02-16 16:21, Ferruh Yigit: > > On Tue, Feb 16, 2016 at 08:14:22AM +0100, Thomas Monjalon wrote: > > > When trying to build a C++ application, some errors appear from DPDK > headers. > > > 2 libraries are not fixed in this series: > > >

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

2016-02-16 Thread Thomas Monjalon
2016-02-16 16:21, Ferruh Yigit: > On Tue, Feb 16, 2016 at 08:14:22AM +0100, Thomas Monjalon wrote: > > When trying to build a C++ application, some errors appear from DPDK > > headers. > > 2 libraries are not fixed in this series: > > - cmdline > > - vhost which includes some not compliant Linux

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

2016-02-16 Thread Ferruh Yigit
On Tue, Feb 16, 2016 at 08:14:22AM +0100, Thomas Monjalon wrote: > When trying to build a C++ application, some errors appear from DPDK headers. > 2 libraries are not fixed in this series: > - cmdline > - vhost which includes some not compliant Linux virtio headers > Hi Thomas, Out of curiosity,

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

2016-02-16 Thread Thomas Monjalon
When trying to build a C++ application, some errors appear from DPDK headers. 2 libraries are not fixed in this series: - cmdline - vhost which includes some not compliant Linux virtio headers v2: - move keep-alive struct out of header - fix syntax in mbuf_offload cast Thomas Monjalon (3):