From: Jakub Kicinski Date: Tue, 25 Apr 2023 01:07:09 +0000 (-0700) Subject: Merge branch 'add-page_pool-support-for-page-recycling-in-veth-driver' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8e8e47d9e84ff9a6f1072177bd7ec1d2f12f4d5c;p=linux.git Merge branch 'add-page_pool-support-for-page-recycling-in-veth-driver' Lorenzo Bianconi says: ==================== add page_pool support for page recycling in veth driver Introduce page_pool support in veth driver in order to recycle pages in veth_convert_skb_to_xdp_buff routine and avoid reallocating the skb through the page allocator when we run a xdp program on the device and we receive skbs from the stack. ==================== Link: https://lore.kernel.org/r/cover.1682188837.git.lorenzo@kernel.org Signed-off-by: Jakub Kicinski --- 8e8e47d9e84ff9a6f1072177bd7ec1d2f12f4d5c