netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Denis Kirjanov <kda@linux-powerpc.org>
To: netdev@vger.kernel.org
Cc: brouer@redhat.com, jgross@suse.com, wei.liu@kernel.org,
	paul@xen.org, ilias.apalodimas@linaro.org
Subject: [PATCH net-next v8 3/3] net: xen: select PAGE_POOL for xen-netfront
Date: Thu,  7 May 2020 15:40:41 +0300	[thread overview]
Message-ID: <1588855241-29141-3-git-send-email-kda@linux-powerpc.org> (raw)
In-Reply-To: <1588855241-29141-1-git-send-email-kda@linux-powerpc.org>

xen-netfront uses page pool API so select it in Kconfig

Signed-off-by: Denis Kirjanov <denis.kirjanov@suse.com>
---
 drivers/net/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 25a8f93..45918ce 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -479,6 +479,7 @@ config XEN_NETDEV_FRONTEND
 	tristate "Xen network device frontend driver"
 	depends on XEN
 	select XEN_XENBUS_FRONTEND
+	select PAGE_POOL
 	default y
 	help
 	  This driver provides support for Xen paravirtual network
-- 
1.8.3.1


  parent reply	other threads:[~2020-05-07 12:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-07 12:40 [PATCH net-next v8 1/3] xen networking: add basic XDP support for xen-netfront Denis Kirjanov
2020-05-07 12:40 ` [PATCH net-next v8 2/3] xen networking: add XDP offset adjustment to xen-netback Denis Kirjanov
2020-05-08 21:07   ` Jakub Kicinski
2020-05-07 12:40 ` Denis Kirjanov [this message]
2020-05-08 21:08   ` [PATCH net-next v8 3/3] net: xen: select PAGE_POOL for xen-netfront Jakub Kicinski
2020-05-08 21:07 ` [PATCH net-next v8 1/3] xen networking: add basic XDP support " Jakub Kicinski
2020-05-09 10:47   ` Denis Kirjanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1588855241-29141-3-git-send-email-kda@linux-powerpc.org \
    --to=kda@linux-powerpc.org \
    --cc=brouer@redhat.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jgross@suse.com \
    --cc=netdev@vger.kernel.org \
    --cc=paul@xen.org \
    --cc=wei.liu@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).