Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 25 of 27) sorted by relevance

12

/spdk/scripts/
H A Dcheck_format.sh148 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 Dqos.sh65 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 Dvhost_blk.sh214 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 Dvfiouser_qemu.sh327 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 D0001-missing-prototypes.patch
H A D0001-strlcpy-to-strscpy.patch
H A D0001-phys_proc_id.patch
H A D0001-no-vmlinux.patch
/spdk/scripts/perf/vhost/
H A Dconf-generator19 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 Ddpdk_qat.patch8 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 Ddpdk_pci.patch6 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 Ddpdk_qat.patch1 diff --git a/config/rte_config.h b/config/rte_config.h
/spdk/test/json_config/
H A Djson_diff.sh28 if ! diff -u $tmp_file_1 $tmp_file_2; then
/spdk/test/lvol/
H A Dtasting.sh84 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 Dblobstore.sh28 diff $testdir/test.pattern $testdir/test.pattern.blob
/spdk/test/nvme/cuse/
H A Dspdk_nvme_cli_plugin.sh71 diff -ub \
H A Dspdk_smartctl_cuse.sh51 DIFF_SMART_JSON=$(diff --changed-group-format='%<' --unchanged-group-format='' <(echo "$KERNEL_SMAR…
H A Dspdk_nvme_cli_cuse.sh98 diff --suppress-common-lines ${KERNEL_OUT}.${i} ${CUSE_OUT}.${i}
/spdk/test/dd/
H A During.sh71 diff -q "$magic_file0" "$magic_file1"
H A Dbasic_rw.sh44 diff -q "$test_file0" "$test_file1"
/spdk/test/make/
H A Dcheck_so_deps.sh334 diff=$(echo "${dep_names[@]}" "${lib_make_deps[@]}" | tr ' ' '\n' | sort | uniq -u)
335 if [ "$diff" != "" ]; then
/spdk/lib/ftl/
H A Dftl_band.c525 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 Dcheck_dpdk_pci_api.sh65 if ! single_diff=$(diff -u "$spdk_file" <(echo "$dpdk_header")); then
H A DREADME.md18 When calling the script, default is to check the diff of the in-tree headers with
/spdk/lib/nvmf/
H A Dctrlr.c1232 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