@@ -396,7 +396,7 @@ SSD by running the following command:
396396
397397.. prompt :: bash $
398398
399- lspci -mm -n -d -d 8086:0953
399+ lspci -mm -n -D -d 8086:0953
400400
401401The form of the device selector is either ``DDDD:BB:DD.FF `` or
402402``DDDD.BB.DD.FF ``.
@@ -405,12 +405,12 @@ Next, supposing that ``0000:01:00.0`` is the device selector found in the
405405output of the ``lspci `` command, you can specify the device selector by running
406406the following command::
407407
408- bluestore_block_path = "spdk:trtype:pcie traddr:0000:01:00.0"
408+ bluestore_block_path = "spdk:trtype:PCIe traddr:0000:01:00.0"
409409
410410You may also specify a remote NVMeoF target over the TCP transport, as in the
411411following example::
412412
413- bluestore_block_path = "spdk:trtype:tcp traddr:10.67.110.197 trsvcid:4420 subnqn:nqn.2019-02.io.spdk:cnode1"
413+ bluestore_block_path = "spdk:trtype:TCP traddr:10.67.110.197 trsvcid:4420 subnqn:nqn.2019-02.io.spdk:cnode1"
414414
415415To run multiple SPDK instances per node, you must make sure each instance uses
416416its own DPDK memory by specifying for each instance the amount of DPDK memory
@@ -538,15 +538,15 @@ read/write operations on persistent memory (PMEM) in BlueStore, you need to
538538install `DML `_ and the `idxd-config `_ library. This will work only on machines
539539that have a SPR (Sapphire Rapids) CPU.
540540
541- .. _ dml : https://github.com/intel/dml
541+ .. _ DML : https://github.com/intel/DML
542542.. _idxd-config : https://github.com/intel/idxd-config
543543
544544After installing the DML software, configure the shared work queues (WQs) with
545545reference to the following WQ configuration example:
546546
547547.. prompt :: bash $
548548
549- accel-config config-wq --group-id=1 --mode=shared --wq-size=16 --threshold=15 --type=user --name="myapp1 " --priority=10 --block-on-fault=1 dsa0/wq0.1
549+ accel-config config-wq --group-id=1 --mode=shared --wq-size=16 --threshold=15 --type=user --name="MyApp1 " --priority=10 --block-on-fault=1 dsa0/wq0.1
550550 accel-config config-engine dsa0/engine0.1 --group-id=1
551551 accel-config enable-device dsa0
552552 accel-config enable-wq dsa0/wq0.1
0 commit comments