Re: [Patch v2 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

From: Jason Gunthorpe
Date: Tue May 24 2022 - 10:11:14 EST


On Tue, May 24, 2022 at 01:56:12AM -0700, longli@xxxxxxxxxxxxxxxxx wrote:
> +struct mana_ib_qp {
> + struct ib_qp ibqp;
> +
> + // Send queue info
> + struct ib_umem *sq_umem;
> + int sqe;
> + u64 sq_gdma_region;
> + u64 sq_id;

There are still lots of coding style violations. Can you get someone
from Microsoft to help you make patches in the expected form?

Also, please don't repost until the next rc1.

Thanks,
Jason