[PATCH v2 09/11] vhost: fix missing C++ guards

Xia, Chenbo chenbo.xia at intel.com
Thu Feb 17 08:50:58 CET 2022


> -----Original Message-----
> From: Dooley, Brian <brian.dooley at intel.com>
> Sent: Wednesday, February 16, 2022 11:15 PM
> To: dev at dpdk.org
> Cc: Dooley, Brian <brian.dooley at intel.com>; zhihong.wang at intel.com;
> patrick.fu at intel.com; Zhang, Roy Fan <roy.fan.zhang at intel.com>;
> maxime.coquelin at redhat.com; stable at dpdk.org; Richardson, Bruce
> <bruce.richardson at intel.com>; Xia, Chenbo <chenbo.xia at intel.com>; Jay Zhou
> <jianjay.zhou at huawei.com>; Thomas Monjalon <thomas at monjalon.net>
> Subject: [PATCH v2 09/11] vhost: fix missing C++ guards
> 
> Some public header files were missing 'extern "C"' C++ guards,
> and couldn't be used by C++ applications. Add the missing guards.
> 
> Fixes: d7280c9fffcb ("vhost: support selective datapath")
> Fixes: 78639d54563a ("vhost: introduce async enqueue registration API")
> Fixes: 3bb595ecd682 ("vhost/crypto: add request handler")
> Fixes: 94c16e89d779 ("vhost: mark vDPA driver API as internal")
> Cc: zhihong.wang at intel.com
> Cc: patrick.fu at intel.com

Zhihong and Patrick is no longer in intel, can delete both if there's new version

For this patch:

Reviewed-by: Chenbo Xia <chenbo.xia at intel.com>

> Cc: roy.fan.zhang at intel.com
> Cc: maxime.coquelin at redhat.com
> Cc: stable at dpdk.org
> 
> Signed-off-by: Brian Dooley <brian.dooley at intel.com>
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>
> 
> ---
> v2: Added missing apostrophe to commit message.
> ---
>  lib/vhost/rte_vdpa.h         | 9 +++++++++
>  lib/vhost/rte_vhost_async.h  | 8 ++++++++
>  lib/vhost/rte_vhost_crypto.h | 8 ++++++++
>  lib/vhost/vdpa_driver.h      | 8 ++++++++
>  4 files changed, 33 insertions(+)



More information about the stable mailing list