search for: 61c64d92211

Displaying 1 result from an estimated 1 matches for "61c64d92211".

2019 Dec 23
0
[RHEL7]virtio-net: switch to use XPS to choose txq
...gt; Signed-off-by: David S. Miller <davem at davemloft.net> > --- > drivers/net/virtio_net.c | 49 ++-------------------------------------- > 1 file changed, 2 insertions(+), 47 deletions(-) > > diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c > index 61c64d92211..d5335774c60 100644 > --- a/drivers/net/virtio_net.c > +++ b/drivers/net/virtio_net.c > @@ -125,9 +125,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 v...