Skip to content

Commit

Permalink
Change references from cxi_core to cxi_ss1.
Browse files Browse the repository at this point in the history
Signed-off-by: dennis-c-josifovich <[email protected]>
  • Loading branch information
d314159 committed Sep 25, 2024
1 parent 0b02b3a commit 60c418d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion man/fi_cxi.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ To enable PCIe fetch add for libfabric, the following CXI driver kernel module
parameter must be set to non-zero.

```
/sys/module/cxi_core/parameters/amo_remap_to_pcie_fadd
/sys/module/cxi_ss1/parameters/amo_remap_to_pcie_fadd
```

The following are the possible values for this kernel module and the impact of
Expand Down
2 changes: 1 addition & 1 deletion man/man7/fi_cxi.7
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ module parameter must be set to non-zero.
.IP
.nf
\f[C]
/sys/module/cxi_core/parameters/amo_remap_to_pcie_fadd
/sys/module/cxi_ss1/parameters/amo_remap_to_pcie_fadd
\f[R]
.fi
.PP
Expand Down
2 changes: 1 addition & 1 deletion prov/cxi/test/startvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ else
DEVICE=$(cat /sys/class/cxi/cxi0/device/virtfn0/device)

# Unbind VF from cxi core driver. cxi1 no longer exists
echo $PCIFN > /sys/bus/pci/drivers/cxi_core/unbind
echo $PCIFN > /sys/bus/pci/drivers/cxi_ss1/unbind

# Bind the VF to vfio driver
modprobe vfio_pci
Expand Down

0 comments on commit 60c418d

Please sign in to comment.