Re: [dpdk-dev] [PATCH v2 08/19] vhost: fix missing header includes

2021-01-21 Thread Maxime Coquelin
On 1/15/21 12:10 PM, Bruce Richardson wrote: > The vhost header files were missing definitions from headers to allow > them to be compiled up individually. > > Fixes: d7280c9fffcb ("vhost: support selective datapath") > Fixes: a49f758d1170 ("vhost: split vDPA header file") > Fixes: 939066d96563

[dpdk-dev] [PATCH v2 08/19] vhost: fix missing header includes

2021-01-15 Thread Bruce Richardson
The vhost header files were missing definitions from headers to allow them to be compiled up individually. Fixes: d7280c9fffcb ("vhost: support selective datapath") Fixes: a49f758d1170 ("vhost: split vDPA header file") Fixes: 939066d96563 ("vhost/crypto: add public function implementation") Cc: st