|
Revision tags: v25.01-rc1, v24.09, v25.01-pre, v24.09-rc1, v24.05, v24.09-pre, v24.05-rc1, LTS, v24.01, v24.05-pre, v24.01-rc1 |
|
| #
4ed98d54 |
| 13-Nov-2023 |
Evgeniy Kochetov <evgeniik@nvidia.com> |
examples/fsdev: Add hello_world fsdev example
Change-Id: Ia8bdc89abed6486b5057aec7dae77d92d126b9b2 Signed-off-by: Evgeniy Kochetov <evgeniik@nvidia.com> Signed-off-by: Anton Nayshtut <anayshtut@nvid
examples/fsdev: Add hello_world fsdev example
Change-Id: Ia8bdc89abed6486b5057aec7dae77d92d126b9b2 Signed-off-by: Evgeniy Kochetov <evgeniik@nvidia.com> Signed-off-by: Anton Nayshtut <anayshtut@nvidia.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22536 Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot
show more ...
|
|
Revision tags: v23.09, v24.01-pre, v23.09-rc1 |
|
| #
fa79ecf8 |
| 08-Sep-2023 |
Emilia Haligowska <emilia.haligowska@intel.com> |
examples: Example app for using go-rpc
Build example app using go-rpc.
Change-Id: Id978a39fdb0f33a6d403e395daa17ad595a11862 Signed-off-by: Emilia Haligowska <emilia.haligowska@intel.com> Signed-off
examples: Example app for using go-rpc
Build example app using go-rpc.
Change-Id: Id978a39fdb0f33a6d403e395daa17ad595a11862 Signed-off-by: Emilia Haligowska <emilia.haligowska@intel.com> Signed-off-by: Maciej Mis <maciej.mis@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19815 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
|
Revision tags: v23.05, v23.09-pre, v23.01.1, v23.01, v23.05-pre, v23.01-rc1, v22.01.2, v22.09 |
|
| #
c5b91b13 |
| 26-Sep-2022 |
Krzysztof Karas <krzysztof.karas@intel.com> |
examples: add a thread example application
Currently we do not have any examples on how to write and use thread library, other than in examples/nvmf/nvmf. Adding a new application will help general
examples: add a thread example application
Currently we do not have any examples on how to write and use thread library, other than in examples/nvmf/nvmf. Adding a new application will help general understanding of thread library.
Change-Id: Ib1cca88d128fe3254c8a57cda1f2f7193d3d2e31 Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14846 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Jim Harris <jim.harris@gmail.com>
show more ...
|
| #
a6dbe372 |
| 01-Nov-2022 |
paul luse <paul.e.luse@intel.com> |
update Intel copyright notices
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --format=%ad --date defa
update Intel copyright notices
per Intel policy to include file commit date using git cmd below. The policy does not apply to non-Intel (C) notices.
git log --follow -C90% --format=%ad --date default <file> | tail -1
and then pull just the 4 digit year from the result.
Intel copyrights were not added to files where Intel either had no contribution ot the contribution lacked substance (ie license header updates, formatting changes, etc). Contribution date used "--follow -C95%" to get the most accurate date.
Note that several files in this patch didn't end the license/(c) block with a blank comment line so these were added as the vast majority of files do have this last blank line. Simply there for consistency.
Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: Id5b7ce4f658fe87132f14139ead58d6e285c04d4 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15192 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Community-CI: Mellanox Build Bot
show more ...
|
|
Revision tags: v23.01-pre, v22.09-rc1 |
|
| #
488570eb |
| 03-Jun-2022 |
Jim Harris <james.r.harris@intel.com> |
Replace most BSD 3-clause license text with SPDX identifier.
Many open source projects have moved to using SPDX identifiers to specify license information, reducing the amount of boilerplate code in
Replace most BSD 3-clause license text with SPDX identifier.
Many open source projects have moved to using SPDX identifiers to specify license information, reducing the amount of boilerplate code in every source file. This patch replaces the bulk of SPDK .c, .cpp and Makefiles with the BSD-3-Clause identifier.
Almost all of these files share the exact same license text, and this patch only modifies the files that contain the most common license text. There can be slight variations because the third clause contains company names - most say "Intel Corporation", but there are instances for Nvidia, Samsung, Eideticom and even "the copyright holder".
Used a bash script to automate replacement of the license text with SPDX identifier which is checked into scripts/spdx.sh.
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Iaa88ab5e92ea471691dc298cfe41ebfb5d169780 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12904 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Dong Yi <dongx.yi@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: <qun.wan@intel.com>
show more ...
|
|
Revision tags: v22.05, v22.09-pre, v22.05-rc1, v22.01.1, v22.01, v22.01-rc1, v21.10, v21.10-rc1 |
|
| #
69f89ecf |
| 01-Sep-2021 |
root <root@waikikibeach68.sh.intel.com> |
examples/idxd: Add the perf tool for idxd
The purpose of this patch is to add an independent idxd perf tool. Because users may not always use SPDK application framework, io channel related API.
Wit
examples/idxd: Add the perf tool for idxd
The purpose of this patch is to add an independent idxd perf tool. Because users may not always use SPDK application framework, io channel related API.
With this tool, users can know to integrate spdk's idxd api in their own software stack.
In this patch, batched submission is not supported yet.
Change-Id: I6e3e62cdb7c43da591ab0ae90fc17771222f7285 Signed-off-by: Ziye Yang <ziye.yang@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9398 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Monica Kenguva <monica.kenguva@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
show more ...
|
|
Revision tags: v21.07, v21.07-rc1 |
|
| #
e6b7e585 |
| 06-May-2021 |
Jim Harris <james.r.harris@intel.com> |
examples: add zipf example app
This app shows how to use the SPDK zipf functionality, and uses spdk_histogram to show the cumulative distributions.
Usage:
build/examples/zipf 1.2 100000000 10000
examples: add zipf example app
This app shows how to use the SPDK zipf functionality, and uses spdk_histogram to show the cumulative distributions.
Usage:
build/examples/zipf 1.2 100000000 10000
This will generate 10000 random numbers from a range [0, 100000000) using zipf theta parameter = 1.2.
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I36486399b54f57e771cbc5530ae4905afca60b64 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7780 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
show more ...
|
|
Revision tags: v21.04, v21.04-rc1, v21.01.1, v21.01, v21.01-rc1 |
|
| #
bb15f826 |
| 25-Jan-2021 |
yidong0635 <dongx.yi@intel.com> |
examples/interrupt_tgt: Fix app compiling error without vhost.
Signed-off-by: yidong0635 <dongx.yi@intel.com> Change-Id: I64773ef2cab0d11d0438b217b597b371bfe6d043 Reviewed-on: https://review.spdk.io
examples/interrupt_tgt: Fix app compiling error without vhost.
Signed-off-by: yidong0635 <dongx.yi@intel.com> Change-Id: I64773ef2cab0d11d0438b217b597b371bfe6d043 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6088 Community-CI: Broadcom CI Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| #
76c21d41 |
| 30-Dec-2020 |
Liu Xiaodong <xiaodong.liu@intel.com> |
intr_tgt: interruptable libs shown by modules.mk
Indicate interruptable module libaries by spdk.modules.mk through INTR_BLOCKDEV_MODULES_LIST. Other applications can directly use INTR_BLOCKDEV_MODUL
intr_tgt: interruptable libs shown by modules.mk
Indicate interruptable module libaries by spdk.modules.mk through INTR_BLOCKDEV_MODULES_LIST. Other applications can directly use INTR_BLOCKDEV_MODULES_LIST to create themselves to be interruptable.
Change-Id: Id1894dd3753c7b404ebb9d77f3184be942f6d216 Signed-off-by: Liu Xiaodong <xiaodong.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5782 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Ziye Yang <ziye.yang@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
show more ...
|
| #
e9b2da84 |
| 30-Nov-2020 |
Tomasz Zawadzki <tomasz.zawadzki@intel.com> |
example/interrupt: do not compile interrupt_tgt without vhost
The interrupt_tgt depends on vhost lib, so it should not be compiled when SPDK is not using it.
This resolves compilation errors with j
example/interrupt: do not compile interrupt_tgt without vhost
The interrupt_tgt depends on vhost lib, so it should not be compiled when SPDK is not using it.
This resolves compilation errors with just: ./configure --without-vhost
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Iad2dff6bb73e1b3d389b98f0dfbf157e576797be Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5340 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
show more ...
|
|
Revision tags: v20.10, v20.10-rc1 |
|
| #
d8618de0 |
| 16-Sep-2020 |
Liu Xiaodong <xiaodong.liu@intel.com> |
interrupt: add interrupt_tgt app
interrupt_tgt is similar with vhost_tgt, but it is constructed by libaries supporting event interrupt mode with interrupt functions. Some basic bdev libraries are li
interrupt: add interrupt_tgt app
interrupt_tgt is similar with vhost_tgt, but it is constructed by libaries supporting event interrupt mode with interrupt functions. Some basic bdev libraries are linked in it.
"interrupt_tgt -E" will run the app in interrupt mode. At start, it can work with SPDK RPC methods.
Change-Id: I3a9b253a4657758fc670af835e5bed5e53f412dc Signed-off-by: Liu Xiaodong <xiaodong.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4271 Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
|
Revision tags: v20.07, v20.07-rc1, v20.04.1, v20.01.2, v20.04, v20.04-rc1, v20.01.1 |
|
| #
9f51cf32 |
| 13-Feb-2020 |
paul luse <paul.e.luse@intel.com> |
examples/accel/perf: perf tool using the accel framework
Supports SW accel engine, CBDMA accel engine and eventually the DSA accel engine through common API. Basic functions only are included here,
examples/accel/perf: perf tool using the accel framework
Supports SW accel engine, CBDMA accel engine and eventually the DSA accel engine through common API. Basic functions only are included here, subsequent patches will add more features as needed. For example, the verify function is very crude right now.
Tool output was compared to the ioat perf tool w/CBDM and results are very close although there a small penalty for using the framework.
For CBDMA, start the app with --wait-for-rpc and run the ioat scan RPC with desired whitelist. If there are not enough channels (channels are not a concept in the framework) then SW accel engine will be used for cores that could not get a channel.
Signed-off-by: paul luse <paul.e.luse@intel.com> Change-Id: I9c5ab33e74db7bdbc5bfe5d7a08cc7ffaeab625b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/883 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
show more ...
|
|
Revision tags: v20.01, v20.01-rc1, v19.10.1, v19.10, v19.10-rc1, v19.07.1 |
|
| #
b9793e68 |
| 26-Aug-2019 |
JinYu <jin.yu@intel.com> |
nvmf_example: add an nvmf example
use the nvmf lib to add an nvmf example which doesn't use the spdk app framework. It can show how to use the nvmf lib to build your own nvmf target.
We encouage yo
nvmf_example: add an nvmf example
use the nvmf lib to add an nvmf example which doesn't use the spdk app framework. It can show how to use the nvmf lib to build your own nvmf target.
We encouage you to use the RPC cmds so this example will not supply the configuration file. You can read the README.md to get the steps how to build your nvmf target and test the IO status.
Change-Id: I8d175934f7364d40fb44d36e85c31d8ea5063654 Signed-off-by: JinYu <jin.yu@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/468457 Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: GangCao <gang.cao@intel.com>
show more ...
|
|
Revision tags: v19.07, v19.04.1 |
|
| #
fa647093 |
| 27-May-2019 |
Wojciech Malikowski <wojciech.malikowski@intel.com> |
examples/vmd: VMD device usage example
This example enumarates NVMe disks behind VMD.
Change-Id: I2e38aa3b3b73db1cc3b3bc79128071800cbf5fa9 Signed-off-by: Wojciech Malikowski <wojciech.malikowski@in
examples/vmd: VMD device usage example
This example enumarates NVMe disks behind VMD.
Change-Id: I2e38aa3b3b73db1cc3b3bc79128071800cbf5fa9 Signed-off-by: Wojciech Malikowski <wojciech.malikowski@intel.com> Signed-off-by: Orden Smith <orden.e.smith@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/455829 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
show more ...
|
|
Revision tags: v19.04, v18.10.2, v19.01.1, v19.01, v18.10.1, v18.10, v18.07.1, v18.07 |
|
| #
a2ab3ccc |
| 02-Aug-2018 |
Tomasz Kulasek <tomaszx.kulasek@intel.com> |
examples/sock/hello_sock: introduce sample application for libsock
This patch introduces sample application to show how to use libsock and net frameworks in the SPDK.
While SPDK doesn't use client
examples/sock/hello_sock: introduce sample application for libsock
This patch introduces sample application to show how to use libsock and net frameworks in the SPDK.
While SPDK doesn't use client path in any way, for now, it also can help us to write functional tests for both - client as well as server paths.
SERVER MODE ----------- In the server mode this application works like echo server responding to the connected client with received data.
CLIENT MODE ----------- In the client mode this application works like a telnet client sending data from stdin to the server and printing out respose.
Change-Id: Ie4400cde1099a2f6b7cc02fa1b52f1c2c66784cd Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com> Reviewed-on: https://review.gerrithub.io/421161 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
show more ...
|
|
Revision tags: v18.04.1, v18.04, v18.01.1, v18.01, v17.10.1, v17.10, v17.07.1, v17.07 |
|
| #
85af63a5 |
| 20-Jul-2017 |
Paul Luse <paul.e.luse@intel.com> |
examples: blobstore hello world
Example hello world for blobstore that:
- uses the spdk app framework - uses a malloc backend bdev - shows the basic blobstore operations
Change-Id: I1662139e6b1fa3
examples: blobstore hello world
Example hello world for blobstore that:
- uses the spdk app framework - uses a malloc backend bdev - shows the basic blobstore operations
Change-Id: I1662139e6b1fa33c6109006407a11c8c0936ac0c Signed-off-by: Paul Luse <paul.e.luse@intel.com> Reviewed-on: https://review.gerrithub.io/370785 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
| #
4b8e7d50 |
| 06-Jun-2017 |
Ben Walker <benjamin.walker@intel.com> |
bdev: Add an example fio plugin
Change-Id: I5e0ebb8d452a41ad848b319af9bb978546807d5e Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/366495 Tested-by:
bdev: Add an example fio plugin
Change-Id: I5e0ebb8d452a41ad848b319af9bb978546807d5e Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/366495 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
|
Revision tags: v17.03, v16.12, v16.08, v16.06 |
|
| #
cd48a01f |
| 09-May-2016 |
Daniel Verkamp <daniel.verkamp@intel.com> |
build: wrap $(CURDIR) relative paths in $(abspath)
Resolve relative paths before using them to clean up command lines.
This should also help shorten the overall command line length that gets embedd
build: wrap $(CURDIR) relative paths in $(abspath)
Resolve relative paths before using them to clean up command lines.
This should also help shorten the overall command line length that gets embedded in the binary and used when locating the executable from a coredump.
Change-Id: Ibff9849ede198bb04313496c8b7131485ffaf14f Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
|
Revision tags: v1.2.0 |
|
| #
c02b1794 |
| 26-Jan-2016 |
Daniel Verkamp <daniel.verkamp@intel.com> |
Remove year from copyright headers.
Also add a space between Copyright and (c).
The copyright year can be determined using git metadata.
Also remove the duplicated "All rights reserved." - every i
Remove year from copyright headers.
Also add a space between Copyright and (c).
The copyright year can be determined using git metadata.
Also remove the duplicated "All rights reserved." - every instance of this line already has a corresponding "All rights reserved" immediately below it, except for examples/ioat/kperf/kmod/dma_perf.c, where I have added it manually.
Performed using this command:
git ls-files | xargs sed -i -e 's/Copyright(c) \(.*\) Intel Corporation. All rights reserved./Copyright (c) Intel Corporation./'
Change-Id: I3779f404966800709024eb1eb66a50068af2716c Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
|
Revision tags: v1.0.0 |
|
| #
d4ab30ba |
| 03-Dec-2015 |
Daniel Verkamp <daniel.verkamp@intel.com> |
ioat: add user-mode Intel I/OAT driver
The ioat driver supports DMA engine copy offload hardware available on Intel Xeon platforms.
Change-Id: Ida0b17b25816576948ddb1b0443587e0f09574d4 Signed-off-b
ioat: add user-mode Intel I/OAT driver
The ioat driver supports DMA engine copy offload hardware available on Intel Xeon platforms.
Change-Id: Ida0b17b25816576948ddb1b0443587e0f09574d4 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
| #
3677f46a |
| 04-Nov-2015 |
Daniel Verkamp <daniel.verkamp@intel.com> |
build: allow make to work from any directory
Set SPDK_ROOT_DIR explicitly in each Makefile so that make from a subdirectory will work (assuming all dependencies from the upper directory have already
build: allow make to work from any directory
Set SPDK_ROOT_DIR explicitly in each Makefile so that make from a subdirectory will work (assuming all dependencies from the upper directory have already been built). This allows partial rebuilds of the source tree, as well as building the unit tests without requiring DPDK.
Change-Id: I3f65b805d490b40ff5ec53cceb61df542ce814f1 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
show more ...
|
| #
1010fb3a |
| 21-Sep-2015 |
Daniel Verkamp <daniel.verkamp@intel.com> |
SPDK: Initial check-in
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
|