This patch is used to add the async network I/O support in sock layer. If code is configured with I/O uring, --with-uring, we can use io uring in Linux (version >=5.4-rc3). PS: We also make VPP's default priority > uring, because for the iSCSI or sock test linked with VPP. It tests VPP with a given address (which is not a special VPP can only open address), so using uring can also listen those address succefully. And if we make uring with priority > VPP, actually, VPP will not tested in those cases. Additionally, the current CI pool is not ready for test, we need wait for the CI system ready. And I test on my local platform, it works. Signed-off-by: Ziye Yang <ziye.yang@intel.com> Change-Id: Ie8ee3c8ddf8d2a7264f2b382376733e002816dcc Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/952 Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
36 lines
824 B
Plaintext
36 lines
824 B
Plaintext
# Not configured to test vtune.
|
|
lib/bdev/vtune
|
|
|
|
# Not configured to test VPP
|
|
module/sock/vpp/vpp
|
|
|
|
# Not configured to test rocksdb env file
|
|
lib/rocksdb/env_spdk.cc
|
|
|
|
# Not configured to test FC
|
|
lib/nvmf/fc
|
|
lib/nvmf/fc_ls
|
|
|
|
# Not configured for Neon testing
|
|
lib/util/base64_neon
|
|
|
|
# Files related to testing our internal vhost implementation.
|
|
lib/rte_vhost/fd_man
|
|
lib/rte_vhost/socket
|
|
lib/rte_vhost/vhost
|
|
lib/rte_vhost/vhost_user
|
|
lib/vhost/vhost_nvme
|
|
lib/virtio/virtio_user/vhost_user
|
|
|
|
# Cuse related files, enable when ready.
|
|
lib/nvme/nvme_cuse
|
|
module/bdev/nvme/bdev_nvme_cuse_rpc
|
|
|
|
# Currently we don't have this plumbed for testing, enable when ready.
|
|
module/bdev/uring/bdev_uring
|
|
module/bdev/uring/bdev_uring_rpc
|
|
module/sock/uring/uring
|
|
|
|
# Currently not testing blobfs_fuse, enable when ready.
|
|
module/blobfs/bdev/blobfs_fuse
|