Hi.
I’m currently using CONNECTX-6 device for RDMA and have a question about how DMA is executed. In RDMA, sglist is used for gathering/transfering non-contiguous memory.
I’m wondering if this data copy(DMA from/to DRAM) and transfer is done serially, in the same order of sglists or if it works in parallel.
It is expected to use parallelism in PCIe but I could not find the specific information online.
Thanks.