From: Jakub Kicinski Date: Thu, 5 Mar 2026 00:54:12 +0000 (-0800) Subject: Merge branch 'rfs-use-high-order-allocations-for-hash-tables' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db739ff277b4ba8713224a334d7e388d04473725;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'rfs-use-high-order-allocations-for-hash-tables' Eric Dumazet says: ==================== rfs: use high-order allocations for hash tables This series adds rps_tag_ptr which encodes both a pointer and a size of a power-of-two hash table in a single long word. RFS hash tables (global and per rx-queue) are converted to rps_tag_ptr. This removes a cache line miss, and allows high-order allocations. The global hash table can benefit from huge pages. ==================== Link: https://patch.msgid.link/20260302181432.1836150-1-edumazet@google.com Signed-off-by: Jakub Kicinski --- db739ff277b4ba8713224a334d7e388d04473725