Page MenuHomeFreeBSD

libmlx5: Report Multi-Packet RQ capabilities through mlx5 direct verbs
Needs ReviewPublic

Authored by vag.singh_oneconvergence.com on Sep 28 2021, 2:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 28, 8:12 AM
Unknown Object (File)
Tue, Apr 16, 3:47 PM
Unknown Object (File)
Dec 22 2023, 9:39 PM
Unknown Object (File)
Dec 20 2023, 6:52 AM
Unknown Object (File)
Oct 30 2023, 10:46 PM
Unknown Object (File)
Jun 12 2023, 1:56 PM
Unknown Object (File)
May 20 2023, 1:07 AM
Unknown Object (File)
May 4 2023, 11:21 PM

Details

Reviewers
kib
hselasky
Summary

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

A Multi-Packet RQ is a receive queue where multiple packets are
written to the same WQE. Each message starts in the beginning of a
stride. The total size of the scatter elements of each WQE is
determined upon RQ creation and all the posted WQEs should meet the
determined size.

A Multi-Packet RQ reduces the number of needed post-recv operations
thus increasing performance.

It reduces memory footprint by allowing each packet to consume a
different number of strides instead of the whole WR.

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