Message ID | 20231227084800.99091-1-chengyou@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | RDMA/erdma: Introduce hardware statistics support | expand |
On Wed, 27 Dec 2023 16:47:58 +0800, Cheng Xu wrote: > This small patchset introduces the support of hardware statistics. > Statistics counters can not be put in CQEs due to limited CQE size. To > address this, we provide an extra dma buffer to hardware when posting > statistics query request, and then hardware writes back the response to > this dma buffer. Based on this, we add the hardware statistics support > of erdma. > > [...] Applied, thanks! [1/2] RDMA/erdma: Introduce dma pool for hardware responses of CMDQ requests https://git.kernel.org/rdma/rdma/c/68cf9d82f75c07 [2/2] RDMA/erdma: Add hardware statistics support https://git.kernel.org/rdma/rdma/c/63a43a675cb90e Best regards,