> -----Original Message----- > From: Dooley, Brian <brian.doo...@intel.com> > Sent: Wednesday, February 16, 2022 11:15 PM > To: dev@dpdk.org > Cc: Dooley, Brian <brian.doo...@intel.com>; zhihong.w...@intel.com; > patrick...@intel.com; Zhang, Roy Fan <roy.fan.zh...@intel.com>; > maxime.coque...@redhat.com; sta...@dpdk.org; Richardson, Bruce > <bruce.richard...@intel.com>; Xia, Chenbo <chenbo....@intel.com>; Jay Zhou > <jianjay.z...@huawei.com>; Thomas Monjalon <tho...@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.w...@intel.com > Cc: patrick...@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....@intel.com> > Cc: roy.fan.zh...@intel.com > Cc: maxime.coque...@redhat.com > Cc: sta...@dpdk.org > > Signed-off-by: Brian Dooley <brian.doo...@intel.com> > Acked-by: Bruce Richardson <bruce.richard...@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(+)