| /spdk/test/openstack/ |
| H A D | install_devstack.sh | 72 ./tools/create-stack-user.sh 76 openstack volume type create SPDK --public
|
| /spdk/scripts/ceph/ |
| H A D | start.sh | 92 ceph-authtool --create-keyring --gen-key --name=mon. ${base_dir}/keyring --cap mon 'allow *' 95 monmaptool --create --clobber --add a ${mon_ip}:12046 --print ${base_dir}/monmap $set_min_mon_relea… 137 ceph -c ${ceph_conf} osd create ${uuid} $i
|
| /spdk/test/nvme/cuse/ |
| H A D | nvme_ns_manage_cuse.sh | 55 $NVME_CMD create-ns ${nvme_dev} -s ${nsze} -c ${ncap} -f ${lbaf} 97 info_print "create ns: nsze=10000 ncap=10000 flbias=0" 98 $NVME_CMD create-ns ${ctrlr} -s 10000 -c 10000 -f 0
|
| /spdk/doc/ |
| H A D | spdkcli.md | 42 ## Optional - create Python virtual environment 47 First create the virtual environment:
|
| H A D | sma.md | 5 users to create and manage various types of devices (e.g. NVMe, virtio-blk, 46 the type of device to create. 73 structure determines the method to create it (e.g. direct NVMe-oF connection,
|
| H A D | virtio.md | 29 it is required to pass '-g' command-line option . This forces DPDK to create a single
|
| H A D | bdevperf.md | 15 to FIO. It allows user to create jobs parameterized by
|
| H A D | vhost.md | 109 will create a 64MB malloc bdev with 512-byte block size. 119 The following RPC will create a vhost-scsi controller which can be accessed 148 The following RPC will create a vhost-blk device exposing Malloc0 bdev. 158 It is also possible to create a read-only vhost-blk device by specifying an
|
| H A D | vagrant.md | 27 To create a configured VM with vagrant you need to run `create_vbox.sh` script. 29 Basically, the script will create a new sub-directory based on distribution you choose,
|
| H A D | ftl.md | 101 …block for a ZNS drive, this data will stay there until the whole zone is reset. This might create a 187 In order to create FTL on top of a regular bdev:
|
| H A D | nvmf_tgt_pg.md | 14 implements all logic required to create an NVMe-oF target application. It is 125 created on. Given that, it almost always makes sense to create one poll group
|
| H A D | template_pg.md | 78 If sequence diagrams makes sense for this module, use mscgen to create simple UML-style (they don't…
|
| /spdk/scripts/vagrant/ |
| H A D | create_nvme_img.sh | 55 qemu-img create -f raw "$nvme_disk" -o preallocation="$preallocation" $size
|
| H A D | README.md | 86 Use the `spdk/scripts/vagrant/create_vbox.sh` script to create a VM of your choice. Supported VM p… 133 1. create a subdirectory named <distro> in your $PWD 135 3. create a working virtual box in the <distro> directory
|
| /spdk/scripts/bpf/ |
| H A D | nvme.bt | 20 printf("%d.%06d: controller: %s create qpair with ID: %d on thread: %d\n",
|
| H A D | nvmf.bt | 32 printf("%d.%06d: create poll group on thread: %d\n", 110 printf("%d.%06d: create subsystem: %s\n", 176 printf("%d.%06d: create ctrlr: %p on subsystem: %s on thread: %lu\n",
|
| H A D | sched.bt | 11 * create local variables for these members when accessing
|
| /spdk/test/vhost/perf_bench/ |
| H A D | vhost_perf.sh | 314 targetcli backstores/block create $backstore_name $p 325 targetcli vhost/ create $wwpn 326 targetcli vhost/$wwpn/tpg1/luns create /backstores/block/$(basename ${partitions[$j]})
|
| /spdk/scripts/env_dpdk/ |
| H A D | check_dpdk_pci_api.sh | 81 If API was changed, please create "$env_path/${dpdk_ver%.*}/" with appropriate headers.
|
| /spdk/test/common/ |
| H A D | autotest_common.sh | 193 # Don't create Python .pyc files. When running with sudo these will be 1031 $NS_CMD ceph osd pool create $RBD_POOL $PG_NUM || true 1032 $NS_CMD rbd create $RBD_NAME --size 1000 1055 dmg pool create --size=10G $1 || true 1056 daos container create --type=POSIX --label=$2 $1 || true 1553 nvme create-ns ${nvme_ctrlr} -s ${size} -c ${size} -b ${blksize}
|
| /spdk/test/setup/ |
| H A D | devices.sh | 155 dmsetup create "$dm_name" <<- DM_TABLE
|
| /spdk/lib/nvmf/ |
| H A D | transport.c | 185 SPDK_ERRLOG("Failed to create transport.\n"); in nvmf_transport_create_async_done() 222 nvmf_transport_create_async_done(_ctx, _ctx->ops->create(&_ctx->opts)); in _nvmf_transport_create_done() 296 /* Prioritize sync create operation. */ in nvmf_transport_create() 297 if (ctx->ops->create) { in nvmf_transport_create() 314 SPDK_ERRLOG("Unable to create new transport of type %s\n", transport_name); in nvmf_transport_create() 344 /* Current implementation supports synchronous version of create operation only. */ in spdk_nvmf_transport_create() 345 assert(nvmf_get_transport_ops(transport_name) && nvmf_get_transport_ops(transport_name)->create); in spdk_nvmf_transport_create() 660 SPDK_ERRLOG("Unable to create an iobuf channel in the poll group.\n"); in nvmf_transport_get_optimal_poll_group()
|
| /spdk/lib/vhost/ |
| H A D | vhost.c | 476 transport = ops->create(params); in virtio_blk_transport_create() 478 SPDK_ERRLOG("Unable to create new transport of type %s\n", transport_name); in virtio_blk_transport_create()
|
| H A D | vhost_internal.h | 566 struct spdk_virtio_blk_transport *(*create)(const struct spdk_json_val *params); member
|
| /spdk/scripts/perf/nvmf/ |
| H A D | README.md | 128 - null_block_devices - int, number of null block devices to create. 187 Configure system modules, NIC settings and create priority traffic classes 280 settings and create priority traffic classes for ADQ testing.
|