| e2d54380 | 16-Apr-2024 |
kyuho.son <kyuho.son@samsung.com> |
nvmf: Add support for mDNS Pull Registration Requests (TP-8009, TP-8010a, and TP-8024)
To enable the SPDK NVMe-oF target discovery controller to act as a DDC, this patch added support for mDNS Pull
nvmf: Add support for mDNS Pull Registration Requests (TP-8009, TP-8010a, and TP-8024)
To enable the SPDK NVMe-oF target discovery controller to act as a DDC, this patch added support for mDNS Pull Registration Requests. A DDC may respond to mDNS queries for the service name of "._nvme-disc._<protocol>.local." This patch covers the sending part of the mDNS message.
Change-Id: I3f759341c269a14d1a008e5577132880796d3d74 Signed-off-by: kyuho.son <kyuho.son@samsung.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23036 Community-CI: Mellanox Build Bot Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| aa13730d | 11-Apr-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
nvmf: set controller's DH-HMAC-CHAP key
Similarly to the host key, this key is also set when adding a host. Although a single key might be distributed to multiple hosts to authenticate a controller,
nvmf: set controller's DH-HMAC-CHAP key
Similarly to the host key, this key is also set when adding a host. Although a single key might be distributed to multiple hosts to authenticate a controller, this makes it possible to use different keys for each host.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I6aea51d0884ebbe3a39d9164fb79eee98bb637c3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22808 Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Seung yeon Shin <syeon.shin@samsung.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 8c41f0d3 | 27-Jul-2023 |
Damiano Cipriani <damiano.cipriani@suse.com> |
vbdev_lvol: add shallow copy status RPC
Add RPC interface to get info about a shallow copy operation, like the total number of clusters to be copied, the actual number of clusters copied and the res
vbdev_lvol: add shallow copy status RPC
Add RPC interface to get info about a shallow copy operation, like the total number of clusters to be copied, the actual number of clusters copied and the result of the operation.
Change-Id: Ic242dced7e7d1a60fdf197f0211819d3188e2fb8 Signed-off-by: Damiano Cipriani <damiano.cipriani@suse.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19252 Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot
show more ...
|
| 9b3554b5 | 27-Jul-2023 |
Damiano Cipriani <damiano.cipriani@suse.com> |
vbdev_lvol: add shallow copy RPC
Add RPC interface to start a shallow copy of a read only lvol over a given bdev. Next patch will add another RPC to check the status of this operation.
Change-Id: I
vbdev_lvol: add shallow copy RPC
Add RPC interface to start a shallow copy of a read only lvol over a given bdev. Next patch will add another RPC to check the status of this operation.
Change-Id: I3b251ae2867db85b088b385562126bcf1c80e2c6 Signed-off-by: Damiano Cipriani <damiano.cipriani@suse.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19251 Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
| 9b8579e4 | 08-May-2024 |
Changpeng Liu <changpeng.liu@intel.com> |
lib/ublk: add optional user copy control flag to RPC
The UBLK_F_USER_COPY feature is negotiated between kernel `ublk_drv` driver and ublk target, but users may want to disable this feature even both
lib/ublk: add optional user copy control flag to RPC
The UBLK_F_USER_COPY feature is negotiated between kernel `ublk_drv` driver and ublk target, but users may want to disable this feature even both side can support it, here we add optional RPC flag to disable this feature when creating ublk target.
Change-Id: I07d1a26af43ef5a3b990969ebfdd2d3372b2697d Signed-off-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23034 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot
show more ...
|
| 3f4f8ad0 | 12-Mar-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
nvmf: set host's DH-HMAC-CHAP key
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I739409b136f085fe264b9c77ed2656fd4cc9ea1e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk
nvmf: set host's DH-HMAC-CHAP key
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I739409b136f085fe264b9c77ed2656fd4cc9ea1e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22654 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot
show more ...
|
| 3e4c5347 | 04-Mar-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
bdev/nvme: pass DH-HMAC-CHAP controller key
Additionally, adjust the authentication tests to cover cases with bidirectional authentication.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
bdev/nvme: pass DH-HMAC-CHAP controller key
Additionally, adjust the authentication tests to cover cases with bidirectional authentication.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I251260ac7e53ae0cf39da08941c669ee3ac2c58a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22129 Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Ben Walker <ben@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot
show more ...
|
| 79f6fb18 | 24-Apr-2024 |
Jacek Kalwas <jacek.kalwas@intel.com> |
sma: add listener check on vfio device creation
If not checked it would be created for the 2nd time with the same parameters which actually shall return error (incoming change).
Change-Id: I0bdbc9d
sma: add listener check on vfio device creation
If not checked it would be created for the 2nd time with the same parameters which actually shall return error (incoming change).
Change-Id: I0bdbc9dd9951f496b1f47c72e8c614f32809109b Signed-off-by: Jacek Kalwas <jacek.kalwas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22888 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| fe22b505 | 28-Feb-2024 |
Krzysztof Karas <krzysztof.karas@intel.com> |
sock: add sock_get_default_impl RPC
Default socket implementation may be set without explicitly calling `sock_set_default_impl` RPC (POSIX impl is registered as default), but we currently have no wa
sock: add sock_get_default_impl RPC
Default socket implementation may be set without explicitly calling `sock_set_default_impl` RPC (POSIX impl is registered as default), but we currently have no way of letting user know what type of implementation is the default one via RPC. Considering above and that we already have `set` option, we should add `sock_get_default_impl`, so users can check the socket impl.
Fixes #3280
Change-Id: I50145770a74874f3e19f1f5685c9717bcb82672e Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22140 Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
| ba909a45 | 11-Dec-2023 |
Changqi Lu <luchangqi.123@bytedance.com> |
lib/iscsi: add rpc method iscsi_get_histogram
A new rpc method(iscsi_get_histogram) is added to get histogram of iscsi target.
Change-Id: I4bbda04763e4db734b798657c8acb9e702c69f83 Signed-off-by: Ch
lib/iscsi: add rpc method iscsi_get_histogram
A new rpc method(iscsi_get_histogram) is added to get histogram of iscsi target.
Change-Id: I4bbda04763e4db734b798657c8acb9e702c69f83 Signed-off-by: Changqi Lu <luchangqi.123@bytedance.com> Signed-off-by: zhenwei pi <pizhenwei@bytedance.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21001 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
show more ...
|
| 90ba272c | 11-Dec-2023 |
Changqi Lu <luchangqi.123@bytedance.com> |
lib/iscsi: add rpc method iscsi_enable_histogram
SPDK provides a histogram function about io delay in the bdev layer, but when using the iscsi protocol, especially when the io size is large and io s
lib/iscsi: add rpc method iscsi_enable_histogram
SPDK provides a histogram function about io delay in the bdev layer, but when using the iscsi protocol, especially when the io size is large and io splitting is required, we need to be more concerned about the end-to-end io latency of the iscsi layer.
An example of WRITE16 command with bulk data: I T WRITE16 -> <- R2T DATAOUT -> DATAOUT -> ... DATAOUT(FINAL) ->
Therefore, a new rpc method is added to control the opening or closing of the histogram function.
Change-Id: Iec96a54a8da2a58c0542e7b38e2161ade505f09f Signed-off-by: Changqi Lu <luchangqi.123@bytedance.com> Signed-off-by: zhenwei pi <pizhenwei@bytedance.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21002 Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 7dab13c0 | 17-Apr-2024 |
Alexey Marchuk <alexeymar@nvidia.com> |
nvmf/rdma: Add data_wr_pool_size configuration
RDMA transport uses a pool of WRs to handle multi SGL payload. This pool is common for the entire transport, but its size is quite small. In multithrea
nvmf/rdma: Add data_wr_pool_size configuration
RDMA transport uses a pool of WRs to handle multi SGL payload. This pool is common for the entire transport, but its size is quite small. In multithread config the default size might not be enough, this patch gives the user possibility to change the size. Default value of the pool size is changed to 4095
Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com> Signed-off-by: Allen Zhu <allenzhu@nvidia.com> Change-Id: I0d5e4d20dc2b57f548c53967c61a738b36c72cd7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22833 Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| bf8dcb56 | 12-Apr-2024 |
Marek Chomnicki <marek.chomnicki@intel.com> |
rpc: add validation for timeout value
Change-Id: I8aa41f889c8fe28315f966740b6f62e4d1de704c Signed-off-by: Marek Chomnicki <marek.chomnicki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spd
rpc: add validation for timeout value
Change-Id: I8aa41f889c8fe28315f966740b6f62e4d1de704c Signed-off-by: Marek Chomnicki <marek.chomnicki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22766 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
| 93731ac7 | 05-Apr-2024 |
Marek Chomnicki <marek.chomnicki@intel.com> |
rpc: unset default timeout value in arg parse
The default value 60.0 is defined in JSONRPCClient.
Change-Id: I954893955db344421b74c328358faf05906b9fa7 Signed-off-by: Marek Chomnicki <marek.chomnick
rpc: unset default timeout value in arg parse
The default value 60.0 is defined in JSONRPCClient.
Change-Id: I954893955db344421b74c328358faf05906b9fa7 Signed-off-by: Marek Chomnicki <marek.chomnicki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22585 Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
| 75883719 | 09-Feb-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
bdev/nvme: specify allowed DH-HMAC-CHAP digests/dhgroups
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Id4a422d63d7a1526e1e78a84bd6e3b8624c9e41b Reviewed-on: https://review.spd
bdev/nvme: specify allowed DH-HMAC-CHAP digests/dhgroups
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Id4a422d63d7a1526e1e78a84bd6e3b8624c9e41b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22021 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| 58a28432 | 24-Jan-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
bdev/nvme: pass DH-HMAC-CHAP key
It is now possible to specify a key to be used for DH-HMAC-CHAP authentication.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Id2c42137c78c260
bdev/nvme: pass DH-HMAC-CHAP key
It is now possible to specify a key to be used for DH-HMAC-CHAP authentication.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Id2c42137c78c260196ccba6f757f4d1765fbdbae Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21990 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| d37555b4 | 08-May-2021 |
Jonas Pfefferle <pepperjo@japf.ch> |
nvmf: per-host namespace masking
This patch introduces namespace masking for NVMe-over-fabrics targets by allowing to (dynamically) add or remove hosts for a given namespace on a given subsystem. A
nvmf: per-host namespace masking
This patch introduces namespace masking for NVMe-over-fabrics targets by allowing to (dynamically) add or remove hosts for a given namespace on a given subsystem. A host can only perform operations to a namespace it has been given access.
To preserve current behavior all namespaces are automatically visible. To control visibility on a per-host basis, the nvmf_subsystem_add_ns RPC shall be called with "--no-auto-visible". We introduce two new RPC calls: - nvmf_ns_add_host <subsysNQN> <NSID> <hostNQN> - nvmf_ns_remove_host <subsysNQN> <NSID> <hostNQN> These RPCs apply both to existing and future controllers for the given subsystem/hostnqn pair.
The list in spdk_nvmf_ns is used to keep track of hostNQNs which controllers should be attached on connect.
The visible_ns array in spdk_nvmf_ctrlr is used for fast lookup to check whether a NSID is visible on command execution.
Change-Id: I1c3a3c2bf3615fa76e7bfe3aaf08e2b82d6b4ec0 Signed-off-by: Jonas Pfefferle <pepperjo@japf.ch> Signed-off-by: Jim Harris <jim.haris@samsung.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7821 Reviewed-by: Ben Walker <ben@nvidia.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| 79606bee | 20-Mar-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
nvmf: introduce ack_timeout
This transport option configures the time between transmitting data and receiving acknowledgement from the peer that it's been received. Its implementation is transport
nvmf: introduce ack_timeout
This transport option configures the time between transmitting data and receiving acknowledgement from the peer that it's been received. Its implementation is transport specific and in the TCP transport it's equivalent to TCP_USER_TIMEOUT. Currently, this is the only transport that supports this option.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: If3a1d8faa9a6da28bf1659b71c345bd3d41399ed Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22400 Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
show more ...
|
| f19c5a58 | 08-Mar-2024 |
Jacek Kalwas <jacek.kalwas@intel.com> |
rpc: prepare _add_ns for transport specific opts
Change-Id: I163409972dfcde5639593cedd1b106f42cdb72fe Signed-off-by: Jacek Kalwas <jacek.kalwas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/
rpc: prepare _add_ns for transport specific opts
Change-Id: I163409972dfcde5639593cedd1b106f42cdb72fe Signed-off-by: Jacek Kalwas <jacek.kalwas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22294 Community-CI: Mellanox Build Bot Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| b6562ed3 | 25-Dec-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
keyring/linux: add keyring_linux_set_options RPC
Change-Id: I4e2dcb5dd276c3c601474af67c867b504ed8b0ca Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-on: https://review.spdk.io/ger
keyring/linux: add keyring_linux_set_options RPC
Change-Id: I4e2dcb5dd276c3c601474af67c867b504ed8b0ca Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21761 Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot
show more ...
|
| 48a04a3f | 14-Dec-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
keyring: add RPC for listing available keys
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I4f9f6753fa616bc1c61abb43656f95c91abf3120 Reviewed-on: https://review.spdk.io/gerrit/c
keyring: add RPC for listing available keys
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I4f9f6753fa616bc1c61abb43656f95c91abf3120 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21739 Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|
| 8db51b4e | 13-Dec-2023 |
Konrad Sztyber <konrad.sztyber@intel.com> |
module/keyring: add keyring_file module
This module allows for using keys stored in files. Each such file should only contain a single key and the module copies it without any modifications. Addit
module/keyring: add keyring_file module
This module allows for using keys stored in files. Each such file should only contain a single key and the module copies it without any modifications. Additionally, it checks the permissions of the file to ensure that only the owner of the file is allowed to access it.
This mechanism is very similar to the method employed by the NVMe driver and the NVMe-oF target to supply NVMe/TLS pre-shared keys.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I6eb15549073e8388b3f806f2888df3b1e3676ad5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21737 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Seung yeon Shin <syeon.shin@samsung.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|
| 02035b01 | 31-Jan-2024 |
Changqi Lu <luchangqi.123@bytedance.com> |
lib/iscsi: Add RPC method iscsi_get_stats
In a production environment, the iscsi_get_connections RPC method is commonly used to monitor the number of SPDK connections. It is often necessary to issue
lib/iscsi: Add RPC method iscsi_get_stats
In a production environment, the iscsi_get_connections RPC method is commonly used to monitor the number of SPDK connections. It is often necessary to issue an alarm when there are too many iSCSI connections. By default, the maximum number of connections in SPDK is defined by MAX_ISCSI_CONNECTIONS as 1024.
However, the return value of the iscsi_get_connections method contains a significant amount of information. In certain cases, only the number of connections is required, and the overhead of parsing JSON becomes a considerable burden, especially when there are numerous connections.
To address this issue, the rpc method iscsi_get_stats has been added. When this method is used, only the count of connections in each state will be provided, eliminating the need for detailed information parsing.
Change-Id: I45f4a4ebb2d4a5a6fe9eee28a3cbeb4e05009b56 Signed-off-by: Changqi Lu <luchangqi.123@bytedance.com> Signed-off-by: zhenwei pi <pizhenwei@bytedance.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21629 Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
| dd04b4de | 09-Feb-2024 |
Eugene Kobyak <eugene.kobyak@intel.com> |
python/rpc: Fix bdev_rbd rpc's parameters.
All python rpc parameters should reflect actual name of parameters in C structures. This is required for future auto-generation Python rpc functions.
Chan
python/rpc: Fix bdev_rbd rpc's parameters.
All python rpc parameters should reflect actual name of parameters in C structures. This is required for future auto-generation Python rpc functions.
Change-Id: I768a28c3629501eb3aa9ecc286bffdf0e1c3c86a Signed-off-by: Eugene Kobyak <eugene.kobyak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21788 Community-CI: Mellanox Build Bot Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com>
show more ...
|
| d62e9b74 | 10-Jun-2022 |
liucheng <liuc@yusur.tech> |
uring: add uring bdev rescan feature
Signed-off-by: liucheng <liuc@yusur.tech> Change-Id: If8dbdc9e5f9e1c48b9d9bf9121d753d36f0b7f6e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13010 Tes
uring: add uring bdev rescan feature
Signed-off-by: liucheng <liuc@yusur.tech> Change-Id: If8dbdc9e5f9e1c48b9d9bf9121d753d36f0b7f6e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13010 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
show more ...
|