From: David S. Miller Date: Sat, 19 Mar 2022 14:50:19 +0000 (+0000) Subject: Merge tag 'mlx5-updates-2022-03-18' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v5.18-rc1~136^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=092d992b76ed9d06389af0bc5efd5279d7b1ed9f;p=thirdparty%2Fkernel%2Flinux.git Merge tag 'mlx5-updates-2022-03-18' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux Saeed Mahameed says: ==================== mlx5-updates-2022-03-18 1) XDP multi buffer support This series enables XDP on non-linear legacy RQ in multi buffer mode. When XDP is enabled, fragmentation scheme on non-linear legacy RQ is adjusted to comply to limitations of XDP multi buffer (fragments of the same size). DMA addresses of fragments are stored in struct page for the completion handler to be able to unmap them. XDP_TX is supported. XDP_REDIRECT is not yet supported, the XDP core blocks it for multi buffer packets at the moment. 2) Trivial cleanups ==================== Signed-off-by: David S. Miller --- 092d992b76ed9d06389af0bc5efd5279d7b1ed9f