[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180810.102241.127503497869381092.davem@davemloft.net>
Date: Fri, 10 Aug 2018 10:22:41 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: krzk@...nel.org
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
avagin@...il.com
Subject: Re: [PATCH] net: Provide stub for __netif_set_xps_queue if there
is no CONFIG_XPS
From: Krzysztof Kozlowski <krzk@...nel.org>
Date: Fri, 10 Aug 2018 10:47:43 +0200
> 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@...nel.org>
Applied, thank you.
Powered by blists - more mailing lists