Searched refs:diff (Results 1 – 25 of 27) sorted by relevance
12
| /spdk/scripts/ |
| H A D | check_format.sh | 148 git diff --ignore-submodules=all 309 mapfile -t changed_c_libs < <(git diff --name-only HEAD $commit_to_compare -- lib/**/*.c module/**/*.c | xargs -r dirname | sort | uniq) 324 mapfile -t defined_symbols < <(git diff -U0 $commit_to_compare HEAD -- $c_lib | sed -En 's/(^[+])(spdk[a-z,A-Z,0-9,_]*)(\(.*)/\2/p') 326 mapfile -t removed_symbols < <(git diff -U0 $commit_to_compare HEAD -- $c_lib | sed -En 's/(^[-])(spdk[a-z,A-Z,0-9,_]*)(\(.*)/\2/p') 502 if [[ -n "$gofmtOut" ]] && [[ $gofmtOut == *"diff"* ]]; then 559 shfmt_cmdline+=(-d) # diffOut - print diff of the changes and exit with != 0 562 diff=${output_dir:-$PWD}/$shfmt.patch 564 if ! "$shfmt" "${shfmt_cmdline[@]}" "${sh_files[@]}" > "$diff"; then 566 # its stderr, hence the diff file should remain empty. 568 if [[ -s $diff ]]; the [all...] |
| /spdk/test/sma/ |
| H A D | qos.sh | 65 diff <(get_qos_caps $device_nvmf_tcp | jq --sort-keys) <( 94 diff <(rpc_cmd bdev_get_bdevs -b null0 | jq --sort-keys '.[].assigned_rate_limits') <( 119 diff <(rpc_cmd bdev_get_bdevs -b null0 | jq --sort-keys '.[].assigned_rate_limits') <( 145 diff <(rpc_cmd bdev_get_bdevs -b null0 | jq --sort-keys '.[].assigned_rate_limits') <( 230 diff <(rpc_cmd bdev_get_bdevs -b null0 | jq --sort-keys '.[].assigned_rate_limits') <(
|
| H A D | vhost_blk.sh | 214 diff <(get_qos_caps $device_vhost | jq --sort-keys) <( 252 diff <(rpc_cmd bdev_get_bdevs -b "$uuid" | jq --sort-keys '.[].assigned_rate_limits') <( 283 diff <(rpc_cmd bdev_get_bdevs -b "$uuid" | jq --sort-keys '.[].assigned_rate_limits') <( 333 diff <(rpc_cmd bdev_get_bdevs -b "$uuid" | jq --sort-keys '.[].assigned_rate_limits') <(
|
| H A D | vfiouser_qemu.sh | 327 diff <(get_qos_caps $device_vfio_user | jq --sort-keys) <( 359 diff <(rpc_cmd bdev_get_bdevs -b null0 | jq --sort-keys '.[].assigned_rate_limits') <(
|
| /spdk/test/common/config/pkgdep/patches/qat/ |
| H A D | 0001-missing-prototypes.patch | |
| H A D | 0001-strlcpy-to-strscpy.patch | |
| H A D | 0001-phys_proc_id.patch | |
| H A D | 0001-no-vmlinux.patch | |
| /spdk/scripts/perf/vhost/ |
| H A D | conf-generator | 19 local diff iter 54 diff=$((vm_diff + nvme_diff)) 56 if ((diff % 2 == 0)); then 57 aligned_number_of_vms=$((diff / ${#nodes_idxs[@]}))
|
| /spdk/test/common/config/pkgdep/patches/dpdk/20.11/ |
| H A D | dpdk_qat.patch | 8 diff --git a/drivers/common/qat/meson.build b/drivers/common/qat/meson.build 25 diff --git a/drivers/crypto/qat/meson.build b/drivers/crypto/qat/meson.build
|
| H A D | dpdk_pci.patch | 6 diff --git a/drivers/bus/pci/linux/pci.c b/drivers/bus/pci/linux/pci.c
|
| /spdk/test/common/config/pkgdep/patches/dpdk/21.11+/ |
| H A D | dpdk_qat.patch | 1 diff --git a/config/rte_config.h b/config/rte_config.h
|
| /spdk/test/json_config/ |
| H A D | json_diff.sh | 28 if ! diff -u $tmp_file_1 $tmp_file_2; then
|
| /spdk/test/lvol/ |
| H A D | tasting.sh | 84 if ! diff <(jq '. | sort' <<< "$old_lvs") <(jq '. | sort' <<< "$new_lvs"); then 88 if ! diff <(jq '. | sort' <<< "$old_lvols") <(jq '. | sort' <<< "$new_lvols"); then
|
| /spdk/test/blobstore/ |
| H A D | blobstore.sh | 28 diff $testdir/test.pattern $testdir/test.pattern.blob
|
| /spdk/test/nvme/cuse/ |
| H A D | spdk_nvme_cli_plugin.sh | 71 diff -ub \
|
| H A D | spdk_smartctl_cuse.sh | 51 DIFF_SMART_JSON=$(diff --changed-group-format='%<' --unchanged-group-format='' <(echo "$KERNEL_SMAR…
|
| H A D | spdk_nvme_cli_cuse.sh | 98 diff --suppress-common-lines ${KERNEL_OUT}.${i} ${CUSE_OUT}.${i}
|
| /spdk/test/dd/ |
| H A D | uring.sh | 71 diff -q "$magic_file0" "$magic_file1"
|
| H A D | basic_rw.sh | 44 diff -q "$test_file0" "$test_file1"
|
| /spdk/test/make/ |
| H A D | check_so_deps.sh | 334 diff=$(echo "${dep_names[@]}" "${lib_make_deps[@]}" | tr ' ' '\n' | sort | uniq -u) 335 if [ "$diff" != "" ]; then
|
| /spdk/lib/ftl/ |
| H A D | ftl_band.c | 525 double diff = a_invalidity - b_invalidity; in band_cmp() local 526 if (diff < 0.0L) { in band_cmp() 527 diff *= -1.0L; in band_cmp() 535 if (diff > 0.1L) { in band_cmp()
|
| /spdk/scripts/env_dpdk/ |
| H A D | check_dpdk_pci_api.sh | 65 if ! single_diff=$(diff -u "$spdk_file" <(echo "$dpdk_header")); then
|
| H A D | README.md | 18 When calling the script, default is to check the diff of the in-tree headers with
|
| /spdk/lib/nvmf/ |
| H A D | ctrlr.c | 1232 union spdk_nvme_cc_register cc, diff; in nvmf_prop_set_cc() 1244 diff.raw = cc.raw ^ ctrlr->vcprop.cc.raw; in nvmf_prop_set_cc() 1246 if (diff.bits.en) { in nvmf_prop_set_cc() 1274 diff.bits.en = 0; in nvmf_prop_set_cc() 1277 if (diff.bits.shn) { in nvmf_prop_set_cc() 1311 diff.bits.shn = 0; in nvmf_prop_set_cc() 1314 if (diff.bits.iosqes) { in nvmf_prop_set_cc() 1318 diff.bits.iosqes = 0; in nvmf_prop_set_cc() 1321 if (diff.bits.iocqes) { in nvmf_prop_set_cc() 1325 diff in nvmf_prop_set_cc() 1228 union spdk_nvme_cc_register cc, diff; nvmf_prop_set_cc() local [all...] |
12