diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-08-10 11:47:43 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-10 20:22:22 +0300 |
commit | c9fbb2d25295a566b97d62e6904741e8e1702d83 (patch) | |
tree | 12531c90f789e6fe13b8addf25eac4e74da8f2ae /tools/perf/scripts/python | |
parent | 36d2f761b5aa688567b6aebdc6d68e73682275d4 (diff) | |
download | linux-c9fbb2d25295a566b97d62e6904741e8e1702d83.tar.xz |
net: Provide stub for __netif_set_xps_queue if there is no CONFIG_XPS
Building virtio_net driver without CONFIG_XPS fails with:
drivers/net/virtio_net.c: In function ‘virtnet_set_affinity’:
drivers/net/virtio_net.c:1910:3: error: implicit declaration of function ‘__netif_set_xps_queue’ [-Werror=implicit-function-declaration]
__netif_set_xps_queue(vi->dev, mask, i, false);
^
Fixes: 4d99f6602cb5 ("net: allow to call netif_reset_xps_queues() under cpus_read_lock")
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions