Displaying 2 results from an estimated 2 matches for "98f17b0".
Did you mean:
98317b10
2017 Jul 31
0
[PATCH net] virtio_net: fix truesize for mergeable buffers
...orshee at canonical.com>
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
This patch is needed on stable as well.
drivers/net/virtio_net.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index f41ab0e..98f17b0 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -889,21 +889,20 @@ static int add_recvbuf_mergeable(struct virtnet_info *vi,
buf = (char *)page_address(alloc_frag->page) + alloc_frag->offset;
buf += headroom; /* advance address leaving hole at front of pkt */
- c...
2017 Jul 31
0
[PATCH net] virtio_net: fix truesize for mergeable buffers
...orshee at canonical.com>
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
This patch is needed on stable as well.
drivers/net/virtio_net.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index f41ab0e..98f17b0 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -889,21 +889,20 @@ static int add_recvbuf_mergeable(struct virtnet_info *vi,
buf = (char *)page_address(alloc_frag->page) + alloc_frag->offset;
buf += headroom; /* advance address leaving hole at front of pkt */
- c...