Spdk/test/sma
Krzysztof Karas 0af934b38c event: add CPU lock files
When running SPDK application on a given set of
CPU cores, create lock files for each of them.
This wil prevent user misconfiguration and
assigning a core to more than one SPDK instance.

The introduced mechanism is based on device locks
implemented in spdk_pci_device_claim() function.

Add a command line option to disable lock files.
This feature will be useful in cases where differing
CPU cores is impossible (eg. setup with only one core
available).

The patch also fixes all existing cases of overlapping
core masks.

Change-Id: Ie9aacb7523a3597b9aa20f2c3fa9efe4db92c44c
Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14919
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
2022-11-09 08:18:32 +00:00
..
plugins sma: initial crypto definitions 2022-09-19 19:43:35 +00:00
common.sh test/sma: quality of service test 2022-09-22 12:38:37 +00:00
crypto.sh event: add CPU lock files 2022-11-09 08:18:32 +00:00
discovery.sh event: add CPU lock files 2022-11-09 08:18:32 +00:00
nvmf_tcp.sh test/sma: add discovery test 2022-05-20 09:16:54 +00:00
plugins.sh sma: initial crypto definitions 2022-09-19 19:43:35 +00:00
qos.sh test/sma: quality of service test 2022-09-22 12:38:37 +00:00
sma.sh test/sma: quality of service test 2022-09-22 12:38:37 +00:00
vfiouser_qemu.sh test/sma: add test for multiple bus support for NVMe/vfio_user plugin 2022-09-23 11:33:07 +00:00
vhost_blk.sh sma: report device level QoS capabilities for virtio-blk. 2022-11-08 08:21:46 +00:00