Re: [dpdk-dev] [PATCH] vhost: fix ANY_LAYOUT declaration

2018-01-30 Thread Thomas Monjalon
Hi, There is a compilation error on Ubuntu 12.04 / kernel 3.8. VIRTIO_F_ANY_LAYOUT is undeclared. 26/01/2018 14:04, Yuanhan Liu: > On Sat, Jan 20, 2018 at 01:54:52AM +0800, Tan, Jianfeng wrote: > > > > > > On 1/19/2018 10:42 PM, Yuanhan Liu wrote: > > >On Fri, Jan 19, 2018 at 02:02:50PM -0500,

Re: [dpdk-dev] [PATCH] vhost: fix ANY_LAYOUT declaration

2018-01-26 Thread Yuanhan Liu
On Sat, Jan 20, 2018 at 01:54:52AM +0800, Tan, Jianfeng wrote: > > > On 1/19/2018 10:42 PM, Yuanhan Liu wrote: > >On Fri, Jan 19, 2018 at 02:02:50PM -0500, Zhihong Wang wrote: > >>The VIRTIO_F_ANY_LAYOUT feature indicates the device accepts arbitrary > >>descriptor layouts. The vhost-user lib alr

Re: [dpdk-dev] [PATCH] vhost: fix ANY_LAYOUT declaration

2018-01-19 Thread Tan, Jianfeng
On 1/19/2018 10:42 PM, Yuanhan Liu wrote: On Fri, Jan 19, 2018 at 02:02:50PM -0500, Zhihong Wang wrote: The VIRTIO_F_ANY_LAYOUT feature indicates the device accepts arbitrary descriptor layouts. The vhost-user lib already supports it, but the feature declaration is missing. This patch fixes th

Re: [dpdk-dev] [PATCH] vhost: fix ANY_LAYOUT declaration

2018-01-19 Thread Yuanhan Liu
On Fri, Jan 19, 2018 at 02:02:50PM -0500, Zhihong Wang wrote: > The VIRTIO_F_ANY_LAYOUT feature indicates the device accepts arbitrary > descriptor layouts. The vhost-user lib already supports it, but the > feature declaration is missing. This patch fixes the mismatch. I remembered there was a lo

Re: [dpdk-dev] [PATCH] vhost: fix ANY_LAYOUT declaration

2018-01-19 Thread Maxime Coquelin
On 01/19/2018 08:02 PM, Zhihong Wang wrote: The VIRTIO_F_ANY_LAYOUT feature indicates the device accepts arbitrary descriptor layouts. The vhost-user lib already supports it, but the feature declaration is missing. This patch fixes the mismatch. Signed-off-by: Zhihong Wang --- lib/librte_vh