Re: [PATCH v2 net 0/3] virtio: ctrl buffer fixes

2018-04-19 Thread David Miller
From: "Michael S. Tsirkin" Date: Fri, 20 Apr 2018 03:49:19 +0300 > On Thu, Apr 19, 2018 at 04:34:22PM -0400, David Miller wrote: >> From: "Michael S. Tsirkin" >> Date: Thu, 19 Apr 2018 08:30:47 +0300 >> >> > Here are a couple of fixes related to the virtio control buffer. >> > Lightly tested on

Re: [PATCH v2 net 0/3] virtio: ctrl buffer fixes

2018-04-19 Thread Michael S. Tsirkin
On Thu, Apr 19, 2018 at 04:34:22PM -0400, David Miller wrote: > From: "Michael S. Tsirkin" > Date: Thu, 19 Apr 2018 08:30:47 +0300 > > > Here are a couple of fixes related to the virtio control buffer. > > Lightly tested on x86 only. > > Thanks for taking care of the control buffer DMA'ability i

Re: [PATCH v2 net 0/3] virtio: ctrl buffer fixes

2018-04-19 Thread David Miller
From: "Michael S. Tsirkin" Date: Thu, 19 Apr 2018 08:30:47 +0300 > Here are a couple of fixes related to the virtio control buffer. > Lightly tested on x86 only. Thanks for taking care of the control buffer DMA'ability issue. Want any of these queued up for -stable?

[PATCH v2 net 0/3] virtio: ctrl buffer fixes

2018-04-18 Thread Michael S. Tsirkin
Here are a couple of fixes related to the virtio control buffer. Lightly tested on x86 only. Michael S. Tsirkin (3): virtio_net: split out ctrl buffer virtio_net: fix adding vids on big-endian virtio_net: sparse annotation fix drivers/net/virtio_net.c | 68 +++--