Page MenuHomeFreeBSD

IB/mlx5: Expose software parsing for Raw Ethernet QP
Needs ReviewPublic

Authored by vag.singh_oneconvergence.com on Sep 28 2021, 1:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 3:47 PM
Unknown Object (File)
Mon, Apr 8, 4:28 AM
Unknown Object (File)
Dec 23 2023, 12:45 AM
Unknown Object (File)
Nov 7 2023, 1:00 AM
Unknown Object (File)
Oct 30 2023, 10:46 PM
Unknown Object (File)
Oct 13 2023, 4:31 PM
Unknown Object (File)
Oct 12 2023, 7:26 AM
Unknown Object (File)
Oct 5 2023, 11:55 PM

Details

Reviewers
kib
hselasky
Summary

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

Software parsing (SWP) is a feature that can be used to instruct the
device to stop using its internal parser and to parse packets on the
transmit path according to offsets set for each packets.

Through this feature, the device allows the handling of checksum and
LSO by the hardware according to the location of IP and TCP/UDP
headers.

Enable SW parsing on Raw Ethernet send queue by default if firmware
supports it and report these capabilities to user space.

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