Re: [PATCH net-next v8 3/3] net: xen: select PAGE_POOL for xen-netfront

2020-05-08 Thread Jakub Kicinski
On Thu, 7 May 2020 15:40:41 +0300 Denis Kirjanov wrote: > xen-netfront uses page pool API so select it in Kconfig > > Signed-off-by: Denis Kirjanov This needs to be a part of the patch that uses page pool otherwise build may be broken between the two patches.

[PATCH net-next v8 3/3] net: xen: select PAGE_POOL for xen-netfront

2020-05-07 Thread Denis Kirjanov
xen-netfront uses page pool API so select it in Kconfig Signed-off-by: Denis Kirjanov --- 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