Re: [PATCH 6/7] vhost: remove non-C++ compatible includes

2022-02-09 Thread Bruce Richardson
; Matan Azrad ; Viacheslav Ovsiienko > > Subject: Re: [PATCH 6/7] vhost: remove non-C++ > > compatible includes > > > > On Fri, Feb 04, 2022 at 05:42:08PM +, Bruce Richardson wrote: > > > Some of the linux header includes are explicitly noted as being > &

RE: [PATCH 6/7] vhost: remove non-C++ compatible includes

2022-02-09 Thread Wang, Xiao W
Hi Bruce, > -Original Message- > From: Richardson, Bruce > Sent: Saturday, February 5, 2022 2:19 AM > To: dev@dpdk.org > Cc: Maxime Coquelin ; Xia, Chenbo > ; Wang, Xiao W ; Matan > Azrad ; Viacheslav Ovsiienko > > Subject: Re: [PATCH 6/7] vhost: remove

Re: [PATCH 6/7] vhost: remove non-C++ compatible includes

2022-02-04 Thread Bruce Richardson
On Fri, Feb 04, 2022 at 05:42:08PM +, Bruce Richardson wrote: > Some of the linux header includes are explicitly noted as being > incompatible with C++. However, these headers can included by C files > directly, or by internal headers, to avoid polluting the public DPDK > headers with non-C++ s

[PATCH 6/7] vhost: remove non-C++ compatible includes

2022-02-04 Thread Bruce Richardson
Some of the linux header includes are explicitly noted as being incompatible with C++. However, these headers can included by C files directly, or by internal headers, to avoid polluting the public DPDK headers with non-C++ safe includes. Signed-off-by: Bruce Richardson --- drivers/net/vhost/rte