Re: [dpdk-dev] [PATCH] net/ifc: fix build with type virtio16

2018-10-08 Thread Thomas Monjalon
08/10/2018 14:52, Ferruh Yigit: > On 10/8/2018 5:32 AM, Xiao Wang wrote: > > The typedef of "__virtio16" is introduced into Linux kernel in v3.19. > > To prevent build error on old kernel, this patch replaces the > > "__virtio" usage with "uint16_t". > > > > Fixes: d7fe5a2861e7 ("net/ifc: support

Re: [dpdk-dev] [PATCH] net/ifc: fix build with type virtio16

2018-10-08 Thread Ferruh Yigit
On 10/8/2018 5:32 AM, Xiao Wang wrote: > The typedef of "__virtio16" is introduced into Linux kernel in v3.19. > To prevent build error on old kernel, this patch replaces the > "__virtio" usage with "uint16_t". > > Fixes: d7fe5a2861e7 ("net/ifc: support live migration") > > Signed-off-by: Xiao Wa

[dpdk-dev] [PATCH] net/ifc: fix build with type virtio16

2018-10-07 Thread Xiao Wang
The typedef of "__virtio16" is introduced into Linux kernel in v3.19. To prevent build error on old kernel, this patch replaces the "__virtio" usage with "uint16_t". Fixes: d7fe5a2861e7 ("net/ifc: support live migration") Signed-off-by: Xiao Wang --- drivers/net/ifc/ifcvf_vdpa.c | 2 +- 1 file