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)
Wed, Aug 12, 7:35 PM
Unknown Object (File)
Mon, Aug 10, 11:42 PM
Unknown Object (File)
Sun, Aug 9, 4:31 PM
Unknown Object (File)
Sun, Aug 9, 9:57 AM
Unknown Object (File)
Sat, Aug 8, 3:57 PM
Unknown Object (File)
Fri, Aug 7, 6:15 PM
Unknown Object (File)
Fri, Aug 7, 2:13 PM
Unknown Object (File)
Sat, Jul 25, 2:59 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