summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2022-11-16 09:43:36 +0000
committerDavid S. Miller <davem@davemloft.net>2022-11-16 09:43:36 +0000
commitfd258f2aba2cfb2babe85b47ce01d0167c61a4db (patch)
tree618c3aae6090f4aec32aaf69683f4660fc9e35f5 /tools/perf/scripts/python/exported-sql-viewer.py
parente88225656d302eb369668003a622b7a7baef1f43 (diff)
parent9804985bf27f8fbcf0d96c7435b5ad94a2a6ea20 (diff)
Merge branch 'udp-pernetns-hash'
Kuniyuki Iwashima says: ==================== udp: Introduce optional per-netns hash table. This series is the UDP version of the per-netns ehash series [0], which were initially in the same patch set. [1] The notable difference with TCP is the max table size is 64K and the min size is 128. This is because the possible hash range by udp_hashfn() always fits in 64K within the same netns and because we want to keep a bitmap in udp_lib_get_port() on the stack. Also, the UDP per-netns table isolates both 1-tuple and 2-tuple tables. For details, please see the last patch. patch 1 - 4: prep for per-netns hash table patch 5: add per-netns hash table [0]: https://lore.kernel.org/netdev/20220908011022.45342-1-kuniyu@amazon.com/ [1]: https://lore.kernel.org/netdev/20220826000445.46552-1-kuniyu@amazon.com/ ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions