Hi Linus,
The following changes since commit 9d89551994a430b50c4fffcb1e617a057fa76e20:
Linux 6.13-rc6 (2025-01-05 14:13:40 -0800)
are available in the Git repository at:
ssh://g...@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
tags/hyperv-next-signed-20250123
for you to
> Subject: [PATCH rdma-next 08/13] net/mana: fix warning in the writer of client
> oob
>
> From: Konstantin Taranov
>
> Do not warn on missing pad_data when oob is in sgl.
>
> Signed-off-by: Konstantin Taranov
> Reviewed-by: Shiraz Saleem
Reviewed-by: Long Li
> ---
> drivers/net/ethernet/
> Subject: [PATCH rdma-next 13/13] RDMA/mana_ib: indicate CM support
>
> From: Konstantin Taranov
>
> Set max_mad_size and IB_PORT_CM_SUP capability to enable connection
> manager.
>
> Signed-off-by: Konstantin Taranov
> Reviewed-by: Shiraz Saleem
Reviewed-by: Long Li
> ---
> drivers/infi
> Subject: [PATCH rdma-next 12/13] RDMA/mana_ib: polling of CQs for GSI/UD
>
> From: Konstantin Taranov
>
> Add polling for the kernel CQs.
> Process completion events for UD/GSI QPs.
>
> Signed-off-by: Konstantin Taranov
> Reviewed-by: Shiraz Saleem
Reviewed-by: Long Li
> ---
> drivers/i
On Thu, Jan 23, 2025 at 06:20:34PM +, Long Li wrote:
> > + shadow_wqe = shadow_queue_producer_entry(&qp->shadow_rq);
> > + memset(shadow_wqe, 0, sizeof(*shadow_wqe));
>
> I would avoid using memset since this is on data path.
The compiler often does an amazing job with constant size smal
> -Original Message-
> From: Konstantin Taranov
> Sent: Monday, January 20, 2025 9:27 AM
> To: Konstantin Taranov ; Shiraz Saleem
> ; pab...@redhat.com; Haiyang Zhang
> ; KY Srinivasan ;
> eduma...@google.com; k...@kernel.org; da...@davemloft.net; Dexuan Cui
> ; wei@kernel.org; shar