diff options
author | Jakub Kicinski <[email protected]> | 2023-11-26 15:07:30 -0800 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2023-11-28 15:48:39 +0100 |
commit | 083772c9f972dcc248913b52a0dec1025baa1e16 (patch) | |
tree | 571696450af19199654e4531877b3bd6afd258ff /tools/perf/scripts/python/export-to-sqlite.py | |
parent | f17c69649c698e4df3cfe0010b7bbf142dec3e40 (diff) |
net: page_pool: record pools per netdev
Link the page pools with netdevs. This needs to be netns compatible
so we have two options. Either we record the pools per netns and
have to worry about moving them as the netdev gets moved.
Or we record them directly on the netdev so they move with the netdev
without any extra work.
Implement the latter option. Since pools may outlast netdev we need
a place to store orphans. In time honored tradition use loopback
for this purpose.
Reviewed-by: Mina Almasry <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Acked-by: Jesper Dangaard Brouer <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions