Re: [dpdk-dev] [PATCH] vhost: fix features definition location

2020-06-30 Thread Maxime Coquelin
On 6/30/20 9:34 AM, Maxime Coquelin wrote: > > > On 6/18/20 9:08 PM, Matan Azrad wrote: >> The vhost library provide an infrastructure in order to help the DPDK >> users to manage vhost devices. >> >> One of the infrastructure parts is the features enablement APIs. >> >> Some features bits may

Re: [dpdk-dev] [PATCH] vhost: fix features definition location

2020-06-30 Thread Maxime Coquelin
On 6/18/20 9:08 PM, Matan Azrad wrote: > The vhost library provide an infrastructure in order to help the DPDK > users to manage vhost devices. > > One of the infrastructure parts is the features enablement APIs. > > Some features bits may be defined only in the internal file vhost.h in > case

[dpdk-dev] [PATCH] vhost: fix features definition location

2020-06-18 Thread Matan Azrad
The vhost library provide an infrastructure in order to help the DPDK users to manage vhost devices. One of the infrastructure parts is the features enablement APIs. Some features bits may be defined only in the internal file vhost.h in case the kernel version doesn't include them. Hence, user r