[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191114221300.1002982-1-jonathan.lemon@gmail.com>
Date: Thu, 14 Nov 2019 14:12:59 -0800
From: Jonathan Lemon <jonathan.lemon@...il.com>
To: <davem@...emloft.net>, <netdev@...r.kernel.org>
CC: <ilias.apalodimas@...aro.org>, <brouer@...hat.com>,
<kernel-team@...com>
Subject: [net-next PATCH v3 0/1] Change page_pool timeout handling
It isn't safe to remove the page pool until all in-flight pages
are returned. If the pages are handed up the stack, it might be
a while before they are returned.
The page pool can also be used independently of xdp, so it shouldn't
be depending on timeout handling from the xdp memory model. Change
things around so the pool handles its own timeout.
v3:
- restore tracepoint handling, use atomic_inc_return instead.
v2:
- fix wording in commit log
- fix compile error for !PAGE_POOL case
- revise tracepoint handling
Jonathan Lemon (1):
page_pool: do not release pool until inflight == 0.
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 4 +-
include/net/page_pool.h | 54 +++-----
include/net/xdp_priv.h | 4 -
include/trace/events/xdp.h | 19 +--
net/core/page_pool.c | 124 ++++++++++-------
net/core/xdp.c | 125 +++++++-----------
6 files changed, 143 insertions(+), 187 deletions(-)
--
2.17.1
Powered by blists - more mailing lists