sock/uring: Add the uring support in 20.07 release.
We added the uring socket implemenation in 20.04, but we did not announce anything since uring is experimental and there is no test in our CI. Now, the uring socket implementation can be announced because we added the related test in our CI pool. Signed-off-by: Ziye Yang <ziye.yang@intel.com> Change-Id: I1c4fbf84d46f8632e7468bc9833050ba30f90649 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3336 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
919fdece12
commit
a445e45fa8
@ -75,6 +75,10 @@ options. Options can be set independently for each implementation.
|
|||||||
|
|
||||||
Added `recv_buf_size` and 'send_buf_size' socket layer options. They are used only in posix implementation.
|
Added `recv_buf_size` and 'send_buf_size' socket layer options. They are used only in posix implementation.
|
||||||
|
|
||||||
|
Added `uring` based socket implementation, the code is located in module/sock/uring. This feature is only
|
||||||
|
available in Linux which requires kernel version is greater than 5.4.3. Currently, our CI pool added the uring
|
||||||
|
based socket tests for iSCSI target and also the tests for SPDK NVMe-oF tcp transport.
|
||||||
|
|
||||||
### vhost
|
### vhost
|
||||||
|
|
||||||
The function `spdk_vhost_blk_get_dev` has been removed.
|
The function `spdk_vhost_blk_get_dev` has been removed.
|
||||||
|
Loading…
Reference in New Issue
Block a user