diff options
author | Avihai Horon <avihaih@nvidia.com> | 2023-04-10 16:07:50 +0300 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2023-04-16 13:29:07 +0300 |
commit | ed4b0661cce119870edb1994fd06c9cbc1dc05c3 (patch) | |
tree | ab41ab922044764255e2734898ec449e095f9c46 /tools/perf/scripts/python/stackcollapse.py | |
parent | 8d7c7c0eeb74281c846ef9231ce20536c79a99b4 (diff) | |
download | linux-ed4b0661cce119870edb1994fd06c9cbc1dc05c3.tar.xz |
RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for RO write
pcie_relaxed_ordering_enabled() check was added to avoid a syndrome when
creating a MKey with relaxed ordering (RO) enabled when the driver's
relaxed_ordering_{read,write} HCA capabilities are out of sync with FW.
While this can happen with relaxed_ordering_read, it can't happen with
relaxed_ordering_write as it's set if the device supports RO write,
regardless of RO in PCI config space, and thus can't change during
runtime.
Therefore, drop the pcie_relaxed_ordering_enabled() check for
relaxed_ordering_write while keeping it for relaxed_ordering_read.
Doing so will also allow the usage of RO write in VFs and VMs (where RO
in PCI config space is not reported/emulated properly).
Signed-off-by: Avihai Horon <avihaih@nvidia.com>
Reviewed-by: Shay Drory <shayd@nvidia.com>
Link: https://lore.kernel.org/r/7e8f55e31572c1702d69cae015a395d3a824a38a.1681131553.git.leon@kernel.org
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions