Page MenuHomeFreeBSD

IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW specification
ClosedPublic

Authored by khng on Oct 12 2023, 7:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 22, 11:52 PM
Unknown Object (File)
Mon, Sep 16, 12:19 PM
Unknown Object (File)
Tue, Sep 10, 12:59 AM
Unknown Object (File)
Sun, Sep 8, 3:11 PM
Unknown Object (File)
Sun, Sep 8, 8:57 AM
Unknown Object (File)
Aug 9 2024, 10:06 PM
Unknown Object (File)
Jul 16 2024, 8:49 PM
Unknown Object (File)
Jul 16 2024, 8:44 PM
Subscribers

Details

Summary

The specification for the Toeplitz function doesn't require to set the key
explicitly to be symmetric. In case a symmetric functionality is required
a symmetric key can be simply used.

Wrongly forcing the algorithm to symmetric causes the wrong packet
distribution and a performance degradation.

Link: https://lore.kernel.org/r/20190723065733.4899-7-leon@kernel.org
Fixes: 28d6137008b2 ("IB/mlx5: Add RSS QP support")
Signed-off-by: Yishai Hadas <yishaih@mellanox.com>
Reviewed-by: Alex Vainman <alexv@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>

[khng: cherry-picked from Linux
b7165bd0d6cbb93732559be6ea8774653b204480]

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 53951
Build 50841: arc lint + arc unit