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

2022-02-16 Thread Xia, Chenbo
; Xia, Chenbo ; Jay Zhou > ; Thomas Monjalon > 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: d7

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

2022-02-16 Thread Brian Dooley
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