]> git.baikalelectronics.ru Git - kernel.git/commit
hv_netvsc: defer queue selection to VF
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 2 Mar 2018 21:49:07 +0000 (13:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Mar 2018 03:18:20 +0000 (22:18 -0500)
commitdd9ebeb97719b1ecfdf12665e6b4aedbc9f68835
tree14a16259d8d91c8957ba17738b8ca07b62b4adbc
parent59cdef16cd42df00a8077a9385d4e82b3400fecf
hv_netvsc: defer queue selection to VF

When VF is used for accelerated networking it will likely have
more queues (and different policy) than the synthetic NIC.
This patch defers the queue policy to the VF so that all the
queues can be used. This impacts workloads like local generate UDP.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/netvsc_drv.c