search for: 4102c1b

Displaying 4 results from an estimated 4 matches for "4102c1b".

2013 Sep 27
4
[PATCH net-next] virtio-net: switch to use XPS to choose txq
...n <mst at redhat.com> Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/net/virtio_net.c | 55 +++++++-------------------------------------- 1 files changed, 9 insertions(+), 46 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index defec2b..4102c1b 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -127,9 +127,6 @@ struct virtnet_info { /* Does the affinity hint is set for virtqueues? */ bool affinity_hint_set; - /* Per-cpu variable to show the mapping from CPU to virtqueue */ - int __percpu *vq_index; - /* CPU ho...
2013 Sep 27
4
[PATCH net-next] virtio-net: switch to use XPS to choose txq
...n <mst at redhat.com> Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/net/virtio_net.c | 55 +++++++-------------------------------------- 1 files changed, 9 insertions(+), 46 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index defec2b..4102c1b 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -127,9 +127,6 @@ struct virtnet_info { /* Does the affinity hint is set for virtqueues? */ bool affinity_hint_set; - /* Per-cpu variable to show the mapping from CPU to virtqueue */ - int __percpu *vq_index; - /* CPU ho...
2013 Sep 29
0
[PATCH net-next] virtio-net: switch to use XPS to choose txq
...igned-off-by: Jason Wang <jasowang at redhat.com> > --- > drivers/net/virtio_net.c | 55 +++++++-------------------------------------- > 1 files changed, 9 insertions(+), 46 deletions(-) > > diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c > index defec2b..4102c1b 100644 > --- a/drivers/net/virtio_net.c > +++ b/drivers/net/virtio_net.c > @@ -127,9 +127,6 @@ struct virtnet_info { > /* Does the affinity hint is set for virtqueues? */ > bool affinity_hint_set; > > - /* Per-cpu variable to show the mapping from CPU to virtqueue */ >...
2013 Sep 27
0
[PATCH net-next] virtio-net: switch to use XPS to choose txq
...d :) But how does the result perform? About the same? > --- > drivers/net/virtio_net.c | 55 +++++++-------------------------------------- > 1 files changed, 9 insertions(+), 46 deletions(-) > > diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c > index defec2b..4102c1b 100644 > --- a/drivers/net/virtio_net.c > +++ b/drivers/net/virtio_net.c > @@ -127,9 +127,6 @@ struct virtnet_info { > /* Does the affinity hint is set for virtqueues? */ > bool affinity_hint_set; > > - /* Per-cpu variable to show the mapping from CPU to virtqueue */ >...