Home
last modified time | relevance | path

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

/spdk/test/make/
H A Dcheck_so_deps.sh22 echo " --release=RELEASE Compare ABI against RELEASE"
43 release=*)
110 local release
113 release="${RELEASE:-$(get_release)}.x"
121 if [[ ! -d "$source_abi_dir/$release" ]]; then
122 echo "Release (${release%.*}) does not exist in spdk-abi repository"
126 echo "* Running ${FUNCNAME[0]} against the ${release%.*} release" >&2
163 if [ ! -f "$source_abi_dir/$release/$so_file" ]; then
169 $source_abi_dir/$release/
[all...]
/spdk/test/common/config/
H A Dautotest_setup.sh48 if [[ -f /etc/os-release ]]; then
49 source /etc/os-release
50 elif [[ -f /usr/local/etc/os-release ]]; then
51 # On FreeBSD file is located under /usr/local if etc_os-release package is installed
52 source /usr/local/etc/os-release
58 echo "File os-release not found" >&2
/spdk/doc/
H A Ddistributions.md20 Trying to follow new release as per the release cycle whenever possible.
64 Last release. Currently `8.6`. CentOS 8 replacement.
74 Production release. Currently `12.2`
H A Dblobfs.md31 Or you can also add `DEBUG_LEVEL=0` for a release build (need to turn on `USE_RTTI`).
85 …run into issues. BlobFS will be tested in a broader range of use cases after this initial release.
87 yet so is not part of the public interface yet. This will be added in a future release.
88 * File renames are not atomic. This will be fixed in a future release.
91 underway which will be the underpinning for BlobFS directory support in a future release.
93 will be added in a future release.
H A Dlibraries.md132 Shared object versions are incremented only once between each release cycle. This means that at mos…
133 major version of each SPDK shared library will increment only once between each SPDK release.
137 The point releases of an LTS release will be ABI compatible with the corresponding LTS major releas…
140 `libspdk_bdev.so.3.0` do not necessarily belong to the same release. This also means that shared ob…
H A Dbdev_pg.md93 When a user is done with a descriptor, they may release it by calling
99 resources to submit I/O requests to the bdev without taking locks. To release
109 must call spdk_bdev_free_io() to release the resources. Within this callback,
H A Drpm.md27 - RPM_RELEASE - Target release version of the RPM packages. Default: 1
H A Discsi.md16 will release all the shared memory resource before exit, the SIGKILL will make the shared memory
17 resource have no chance to be released by applications, you may need to release the resource manual…
H A Dbackporting.md15 branch. A patch can be selected by adding a hashtag with desired destination release. This requires
H A Dnvmf_tgt_pg.md145 thread to release queued I/O and resume. Management commands are rare, so this
H A Dtwo.min.js42release:function(a){d.isObject(a)&&(d.isFunction(a.unbind)&&a.unbind(),a.vertices&&(d.isFunction(a… method
/spdk/rpmbuild/
H A Drpm.sh12 [[ -e /etc/os-release ]]
13 source /etc/os-release
79 macros+=(-D "release $release")
187 release=${RPM_RELEASE:-1}
H A Drpm-deps.sh22 source /etc/os-release
H A Dspdk.spec17 Release: %{release}
/spdk/scripts/vagrant/
H A Dupdate.sh46 git clone --depth 10 -b release/11.1.0 https://github.com/freebsd/freebsd.git /usr/src
65 if [ -f /etc/lsb-release ]; then
66 . /etc/lsb-release
67 elif [ -f /etc/redhat-release ]; then
H A Dcreate_nvme_img.sh54 source /etc/os-release
/spdk/scripts/
H A Dpkgdep.sh116 if [[ -e /etc/os-release ]]; then
117 source /etc/os-release
/spdk/test/packaging/rpm/
H A Drpm.sh54 local release=1
61 gen_dpdk_spec "$version" "$release" > "$spec"
89 sudo rpm -i "$rpmdir/$arch/dpdk-devel-$version-$release.$arch.rpm"
/spdk/scripts/bpf/
H A Dnvme.bt8 printf("%d.%06d: release controller %s with ref %d\n",
/spdk/module/blobfs/bdev/
H A Dblobfs_fuse.c211 .release = fuse_release,
/spdk/python/spdk/sma/volume/
H A Dvolume.py53 self._lock.release()
/spdk/test/common/
H A Dautotest_common.sh993 if cat /etc/*-release | grep Ubuntu; then
1001 if cat /etc/*-release | grep Ubuntu; then
/spdk/test/common/config/pkgdep/
H A Dgit520 local release=78422d3905e57acebf0374feefafa6578dbe86aa
525 git -C "$GIT_REPOS/doxygen" checkout "$release"
/spdk/mk/
H A Dspdk.common.mk214 VFIO_USER_BUILD_TYPE=release
/spdk/scripts/perf/nvmf/
H A Drun_nvmf.py740 self.log.info("====Kernel release:====")
741 self.log.info(os.uname().release)
1024 self.log.info("====Kernel release:====")