search for: 0f60da7

Displaying 2 results from an estimated 2 matches for "0f60da7".

2012 Mar 28
2
[V6 PATCH] virtio-net: send gratuitous packets when needed
...-by: Jason Wang <jasowang at redhat.com> --- drivers/net/virtio_net.c | 32 +++++++++++++++++++++++++++++++- include/linux/virtio_net.h | 13 +++++++++++++ 2 files changed, 44 insertions(+), 1 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 4880aa8..0f60da7 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -72,6 +72,9 @@ struct virtnet_info { /* Work struct for refilling if we run low on memory. */ struct delayed_work refill; + /* Work struct for sending gratuitous packets. */ + struct work_struct announce; + /* Chain pag...
2012 Mar 28
2
[V6 PATCH] virtio-net: send gratuitous packets when needed
...-by: Jason Wang <jasowang at redhat.com> --- drivers/net/virtio_net.c | 32 +++++++++++++++++++++++++++++++- include/linux/virtio_net.h | 13 +++++++++++++ 2 files changed, 44 insertions(+), 1 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 4880aa8..0f60da7 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -72,6 +72,9 @@ struct virtnet_info { /* Work struct for refilling if we run low on memory. */ struct delayed_work refill; + /* Work struct for sending gratuitous packets. */ + struct work_struct announce; + /* Chain pag...