This series from Maor is the supplementary part of the kernel series that was merged into 4.15. It introduces the following support for tunneling packets: 1) RSS on the tunneled packet. 2) Tunneling offloads support for mlx5 devices via the DV API. PR was sent: https://github.com/linux-rdma/rdma-core/pull/265 Yishai Maor Gottlieb (3): verbs: Add support in RSS of the inner packet mlx5: Add tunnel offloads support in direct verbs mlx5: Report tunneling offloads capabilities debian/ibverbs-providers.symbols | 1 + libibverbs/man/ibv_create_qp_ex.3 | 21 +++++++++++++ libibverbs/verbs.h | 7 ++++- providers/mlx5/libmlx5.map | 1 + providers/mlx5/man/mlx5dv_query_device.3 | 15 ++++++++- providers/mlx5/mlx5-abi.h | 5 ++- providers/mlx5/mlx5.c | 5 +++ providers/mlx5/mlx5.h | 1 + providers/mlx5/mlx5dv.h | 27 +++++++++++++++- providers/mlx5/verbs.c | 53 ++++++++++++++++++++++++++++---- 10 files changed, 126 insertions(+), 10 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html