[SPDK] Re: May NVMe-oF Target be extended into a data-switch?

330416470 at qq.com Thu, 23 Sep 2021 04:57:11 +0000
Newsgroups dev.linux.lists.spdk
Message-ID <[email protected]>
vhost, vfio-user maybe not suitable for this.
Let SPDK play the switch role, that can get one input and dipatch data to several output, for example:
get data from RDMA and send data into  nvme queue;
get data from tcp and send data into both RDMA queue and nvme queue.