Displaying 2 results from an estimated 2 matches for "a936d320f6d5".
2008 Apr 18
0
virtio: wean net driver off NETDEV_TX_BUSY
...rd_start_xmit is
seen as a poor thing to do; we should cache the packet and stop the queue.
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
---
drivers/net/virtio_net.c | 57 +++++++++++++++++++++++++++++++----------------
1 file changed, 38 insertions(+), 19 deletions(-)
diff -r a936d320f6d5 drivers/net/virtio_net.c
--- a/drivers/net/virtio_net.c Thu Apr 17 05:03:18 2008 +1000
+++ b/drivers/net/virtio_net.c Thu Apr 17 06:15:40 2008 +1000
@@ -40,6 +40,9 @@ struct virtnet_info
struct virtqueue *rvq, *svq;
struct net_device *dev;
struct napi_struct napi;
+
+ /* The skb we couldn'...
2008 Apr 18
0
virtio: wean net driver off NETDEV_TX_BUSY
...rd_start_xmit is
seen as a poor thing to do; we should cache the packet and stop the queue.
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
---
drivers/net/virtio_net.c | 57 +++++++++++++++++++++++++++++++----------------
1 file changed, 38 insertions(+), 19 deletions(-)
diff -r a936d320f6d5 drivers/net/virtio_net.c
--- a/drivers/net/virtio_net.c Thu Apr 17 05:03:18 2008 +1000
+++ b/drivers/net/virtio_net.c Thu Apr 17 06:15:40 2008 +1000
@@ -40,6 +40,9 @@ struct virtnet_info
struct virtqueue *rvq, *svq;
struct net_device *dev;
struct napi_struct napi;
+
+ /* The skb we couldn'...