Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 100) sorted by relevance

1234

/spdk/scripts/
H A Darm_cross_compile.sh49 mkdir build
50 …host=aarch64-none-linux-gnu CC=aarch64-none-linux-gnu-gcc --prefix=$CROSS_COMPILE_DIR/numactl/build
56 …cp build/include/numa*.h $CROSS_COMPILE_DIR/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu/aar…
57 …cp build/lib/libnuma.a $CROSS_COMPILE_DIR/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu/lib/g…
58 …cp build/lib/libnuma.so $CROSS_COMPILE_DIR/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu/lib/…
116 mkdir build
117 …./Configure linux-aarch64 --prefix=$CROSS_COMPILE_DIR/openssl/build --cross-compile-prefix=aarch64…
124 …cp -fr build/include/openssl $CROSS_COMPILE_DIR/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu…
125 …cp build/lib/libcrypto.so.3 $CROSS_COMPILE_DIR/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu/…
126 …cp build/lib/libcrypto.so.3 $CROSS_COMPILE_DIR/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu/…
[all …]
H A Dcore-collector.sh82 [[ ${maps[*]} == *"$rootdir/build/fio/spdk_nvme"* ]] && return 0
83 [[ ${maps[*]} == *"$rootdir/build/fio/spdk_bdev"* ]] && return 0
/spdk/test/common/config/pkgdep/patches/dpdk/20.11/
H A Ddpdk_qat.patch4 drivers/common/qat/meson.build | 4 ++--
5 drivers/crypto/qat/meson.build | 7 ++-----
8 diff --git a/drivers/common/qat/meson.build b/drivers/common/qat/meson.build
10 --- a/drivers/common/qat/meson.build
11 +++ b/drivers/common/qat/meson.build
25 diff --git a/drivers/crypto/qat/meson.build b/drivers/crypto/qat/meson.build
27 --- a/drivers/crypto/qat/meson.build
28 +++ b/drivers/crypto/qat/meson.build
/spdk/python/
H A DMakefile57 $(SPDK_ROOT_DIR)/build/bin/spdk_rpc:
58 cp $(SPDK_ROOT_DIR)/scripts/rpc.py $(SPDK_ROOT_DIR)/build/bin/spdk_rpc
59 chmod +x $(SPDK_ROOT_DIR)/build/bin/spdk_rpc
61 $(SPDK_ROOT_DIR)/build/bin/spdk_cli:
62 cp $(SPDK_ROOT_DIR)/scripts/spdkcli.py $(SPDK_ROOT_DIR)/build/bin/spdk_cli
63 chmod +x $(SPDK_ROOT_DIR)/build/bin/spdk_cli
65 rpc: $(SPDK_ROOT_DIR)/build/bin/spdk_rpc
68 spdkcli: $(SPDK_ROOT_DIR)/build/bin/spdk_cli
/spdk/vfiouserbuild/
H A DMakefile17 all: scan-build
19 build: target
25 scan-build: build
27 ninja -C $(VFIO_USER_BUILD_DIR) scan-build; \
/spdk/scripts/perf/nvme/
H A Drun_fio_test.sh13 $testdir/run_fio_test.py $testdir/fio_test.conf $rootdir/build/fio/spdk_nvme 1
16 $testdir/run_fio_test.py $testdir/fio_test.conf $rootdir/build/fio/spdk_nvme 2
19 $testdir/run_fio_test.py $testdir/fio_test.conf $rootdir/build/fio/spdk_nvme 4
22 $testdir/run_fio_test.py $testdir/fio_test.conf $rootdir/build/fio/spdk_nvme 8
/spdk/examples/go/hello_gorpc/
H A DMakefile14 $(Q)go build $(BUILDFLAGS) -o $(SPDK_ROOT_DIR)/build/examples/hello_gorpc
17 $(Q)rm -rf $(SPDK_ROOT_DIR)/build/examples/hello_gorpc
/spdk/test/common/config/pkgdep/patches/qat/
H A D0001-no-vmlinux.patch
/spdk/doc/
H A Dpkgconfig.md3 The SPDK build system generates pkg-config files to facilitate linking
5 in your build system will ensure you do not need to make modifications
13 PKG_CONFIG_PATH=/path/to/spdk/build/lib/pkgconfig pkg-config --libs spdk_nvme spdk_env_dpdk
20 PKG_CONFIG_PATH=/path/to/spdk/build/lib/pkgconfig pkg-config --libs --static spdk_syslibs
31 PKG_CONFIG_PATH = $(SPDK_DIR)/build/lib/pkgconfig
43 PKG_CONFIG_PATH = $(SPDK_DIR)/build/lib/pkgconfig
H A Drpm.md10 To build basic set of RPM packages out of the SPDK repo simply run:
19 # rpmbuild/rpm.sh --with-shared --with-dpdk=/path/to/dpdk/build
33 - USE_DEFAULT_DIRS - Normally, rpm.sh will order rpmbuild to build under
65 .spec will be armed with a build requirement to make sure dpdk-devel is
/spdk/mk/
H A Dspdk.app_vars.mk21 -L$(SPDK_ROOT_DIR)/build/lib \
28 # build is enabled. Shared libraries can't get their mock implementation from
35 $(SPDK_ROOT_DIR)/build/lib/libspdk_ut_mock.a \
H A Dspdk.app.mk14 APP := $(APP_NAME:%=$(SPDK_ROOT_DIR)/build/bin/%)
17 APP := $(APP_NAME:%=$(SPDK_ROOT_DIR)/build/examples/%)
H A Dspdk.app_cxx.mk14 APP := $(APP_NAME:%=$(SPDK_ROOT_DIR)/build/bin/%)
17 APP := $(APP_NAME:%=$(SPDK_ROOT_DIR)/build/examples/%)
/spdk/test/common/config/pkgdep/
H A Dgit138 # If using tsocks, please make sure to complete this config before trying to build qemu.
158 # Add a symlink to point at a latest build - this is useful to easily track QEMU flavors for which
185 "$GIT_REPOS/nvme-cli-cuse/.build" \
187 meson compile -C "$GIT_REPOS/nvme-cli-cuse/.build"
193 if [[ -e /usr/local/src/nvme-cli/.build/nvme ]]; then
194 sudo ln -s .build/nvme /usr/local/src/nvme-cli/
208 "$GIT_REPOS/nvme-cli-plugin/.build" \
210 meson compile -C "$GIT_REPOS/nvme-cli-plugin/.build"
216 if [[ -e /usr/local/src/nvme-cli-plugin/.build/nvme ]]; then
217 sudo ln -s .build/nvm
[all...]
/spdk/test/common/
H A Dautobuild_common.sh59 # so that "meson build" command a few lines below is aware of which compiler
152 ./configure CFLAGS="-fPIC -g -O2" --enable-shared=yes --prefix="$isal_dir/build"
170 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$isal_dir/build/lib/pkgconfig"
171 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$isal_dir/build/lib"
195 meson build-tmp --prefix="$external_dpdk_dir" --libdir lib \
199 ninja -C "$external_dpdk_base_dir/build-tmp" $MAKEFLAGS
204 sudo -E ninja -C "$external_dpdk_base_dir/build-tmp" $MAKEFLAGS install
208 mapfile -t drivers < <(find "$external_dpdk_base_dir/build-tmp" -name '*.ko')
214 ninja -C "$external_dpdk_base_dir/build-tmp" $MAKEFLAGS install
239 if [ -d $out/scan-build
[all...]
H A Dapplications.sh10 _app_dir=$_root/build/bin
12 _examples_dir=$_root/build/examples
/spdk/test/rpc/
H A Drpc.sh51 bdevs=$($rootdir/build/examples/hello_gorpc)
56 bdevs=$($rootdir/build/examples/hello_gorpc)
60 bdevs=$($rootdir/build/examples/hello_gorpc)
/spdk/test/blobstore/blob_io_wait/
H A Dblob_io_wait.sh30 $rootdir/build/examples/bdevperf --json $testdir/bdevperf.json -q 128 -o 4096 -w write -t 5 -r /var…
39 $rootdir/build/examples/bdevperf --json $testdir/bdevperf.json -q 128 -o 4096 -w read -t 5 -r /var/…
48 $rootdir/build/examples/bdevperf --json $testdir/bdevperf.json -q 128 -o 4096 -w unmap -t 1
/spdk/test/external_code/nvme/
H A Didentify.sh12 export SPDK_LIB_DIR=$rootdir/build/lib
13 export DPDK_LIB_DIR=${SPDK_RUN_EXTERNAL_DPDK:-$rootdir/dpdk/build}/lib
/spdk/test/external_code/
H A DMakefile9 SPDK_LIB_DIR ?= $(rootdir)/build/lib
10 DPDK_LIB_DIR ?= $(rootdir)/dpdk/build/lib
13 VFIO_LIB_DIR ?= $(rootdir)/build/libvfio-user/usr/local/lib
/spdk/
H A DREADME.md65 dependencies required to build SPDK.
128 Optional components and other build-time configuration are controlled by
131 file, `mk/config.mk`, that contains final build settings. For advanced configuration,
160 in the SPDK repository. Note, this includes the ability to build not only
187 By default, the build of the SPDK yields static libraries against which
192 SPDK shared libraries by default, are located in `./build/lib`. This includes
211 ldconfig -v -n ./build/lib
212 LD_LIBRARY_PATH=./build/lib/:./dpdk/build/lib/ ./build/bin/spdk_tgt
244 After completing the build process, SPDK target applications can be found in
245 `spdk/build/bin` directory:
[all …]
/spdk/go/rpc/
H A DMakefile8 CLIENT_BUILD_DIR = $(SPDK_ROOT_DIR)/build/go/rpc
16 $(Q)go build $(CGOFLAGS) -o $(CLIENT_BUILD_DIR)/libspdk_gorpc.so clientIntegration.go
/spdk/shared_lib/
H A DMakefile16 SHARED_LINKED_LIB := $(SPDK_ROOT_DIR)/build/lib/libspdk.so
22 SPDK_SHARED_LIBS := $(filter-out $(IGNORED_LIBS), $(sort $(notdir $(wildcard $(SPDK_ROOT_DIR)/build
/spdk/test/nvmf/target/
H A Dshutdown.sh92 $rootdir/build/examples/bdevperf --json <(gen_nvmf_target_json "${num_subsystems[@]}") \
103 $rootdir/build/examples/bdevperf -r /var/tmp/bdevperf.sock --json <(gen_nvmf_target_json "${num_subsystems[@]}") -q 64 -o 65536 -w verify -t 10 &
125 $rootdir/build/examples/bdevperf -r /var/tmp/bdevperf.sock --json <(gen_nvmf_target_json "${num_subsystems[@]}") -q 64 -o 65536 -w verify -t 10 &
148 $rootdir/build/bin/spdk_nvme_perf -q 128 -o 45056 -O 4096 -w randwrite -t 20 -r "trtype:$TEST_TRANSPORT adrfam:IPV4 traddr:$NVMF_FIRST_TARGET_IP trsvcid:$NVMF_PORT" -P 4 &
/spdk/.github/ISSUE_TEMPLATE/
H A Dintermittent_failure.md18 ## Link to the failed CI build
20 <!--- Please provide a link to the failed CI build -->

1234