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
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
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
3 matches
Mail list logo