search for: c8d5ee1

Displaying 2 results from an estimated 2 matches for "c8d5ee1".

2014 Jan 15
2
[PATCH stable-only] virtio-net: fix build on m68k and sparc64
...irectly as I know you prefer to do this yourself. Sorry about creating this mess, could you help fast-path it there please? Thanks! drivers/net/virtio_net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index b8665588..c8d5ee1 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -330,9 +330,9 @@ static struct sk_buff *receive_mergeable(struct net_device *dev, void *buf, unsigned int len) { - struct skb_vnet_hdr *hdr = page_address(buf); - int num_buf = hdr->mhdr.num_buffers; struct...
2014 Jan 15
2
[PATCH stable-only] virtio-net: fix build on m68k and sparc64
...irectly as I know you prefer to do this yourself. Sorry about creating this mess, could you help fast-path it there please? Thanks! drivers/net/virtio_net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index b8665588..c8d5ee1 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -330,9 +330,9 @@ static struct sk_buff *receive_mergeable(struct net_device *dev, void *buf, unsigned int len) { - struct skb_vnet_hdr *hdr = page_address(buf); - int num_buf = hdr->mhdr.num_buffers; struct...