Message ID | 20211207124901.42123-1-liangwenpeng@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | RDMA/hns: Support direct WQE of userspace | expand |
On Tue, Dec 07, 2021 at 08:49:00PM +0800, Wenpeng Liang wrote: > Direct wqe is a mechanism to fill wqe directly into the hardware. In the > case of light load, the wqe will be filled into pcie bar space of the > hardware, this will reduce one memory access operation and therefore reduce > the latency. > > The user space parts is named "libhns: Add support for direct wqe". Applied to for-next, thanks Please update the PR on the github Jason
On 2021/12/15 8:03, Jason Gunthorpe wrote: > On Tue, Dec 07, 2021 at 08:49:00PM +0800, Wenpeng Liang wrote: >> Direct wqe is a mechanism to fill wqe directly into the hardware. In the >> case of light load, the wqe will be filled into pcie bar space of the >> hardware, this will reduce one memory access operation and therefore reduce >> the latency. >> >> The user space parts is named "libhns: Add support for direct wqe". > > Applied to for-next, thanks > > Please update the PR on the github > The PR has been updated. https://github.com/linux-rdma/rdma-core/pull/1088 Thanks Wenpeng > Jason > . >