Page MenuHomeFreeBSD

verbs/mlxs: mlx5: Add tunnel offloads support in direct verbs
Needs ReviewPublic

Authored by vag.singh_oneconvergence.com on Sep 28 2021, 2:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 3:56 PM
Unknown Object (File)
Dec 20 2023, 7:31 AM
Unknown Object (File)
Nov 4 2023, 3:03 AM
Unknown Object (File)
Nov 1 2023, 7:57 AM
Unknown Object (File)
Oct 30 2023, 10:47 PM
Unknown Object (File)
Oct 3 2023, 2:59 AM
Unknown Object (File)
Oct 1 2023, 2:58 AM
Unknown Object (File)
Sep 30 2023, 7:54 AM

Details

Reviewers
kib
hselasky
Summary

[PATCH 28/31] FreeBSD OFED support for DPDK MLX5 PMD

a) In order to enable offloading such as checksum and LRO for incoming
tunneling traffic, the QP should be created with tunnel offloads flag -
MLX5DV_QP_CREATE_TUNNEL_OFFLOAD.

b) Reports capability of which tunneling type supports
the tunneling offloads.

c) verbs: Add support in RSS of the inner packet
Some user space application would like to do RSS on the inner packet
fields instead of the outer. When user will set the IBV_RX_HASH_INNER
bit with one of the other hash fields, then the RSS will be on the inner
packet.

Test Plan

Tested on KVM, ESXi, and HyperV/Azure Hypervisors with FreeBSD 14.0-CURRENT and FreeBSD12.1-STABLE.

iperf
DPDK MLX5 PMD/testpmd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline