OpenVisualCloud / Media-Transport-Library

A real-time media transport(DPDK, AF_XDP, RDMA) stack for both raw and compressed video based on COTS hardware.
BSD 3-Clause "New" or "Revised" License
155 stars 47 forks source link

rdma: add multi qp experimental sample #886

Closed ricmli closed 1 month ago

ricmli commented 1 month ago

Using dual queue pairs to send one frame significantly reduces the frame latency. In our test the improvement is 1.25ms->0.85ms (32%). It is worth integrating a dual qp option in the library.