Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@ziepe.ca>
To: Cheng Xu <chengyou@linux.alibaba.com>
Cc: leon@kernel.org, linux-rdma@vger.kernel.org,
	KaiShen@linux.alibaba.com, tonylu@linux.alibaba.com,
	BMT@zurich.ibm.com
Subject: Re: [PATCH for-next v10 00/11] Elastic RDMA Adapter (ERDMA) driver
Date: Wed, 8 Jun 2022 08:54:00 -0300	[thread overview]
Message-ID: <20220608115400.GK3932382@ziepe.ca> (raw)
In-Reply-To: <20220608104320.53066-1-chengyou@linux.alibaba.com>

On Wed, Jun 08, 2022 at 06:43:09PM +0800, Cheng Xu wrote:
> Hello all,
> 
> This v10 patch set introduces the Elastic RDMA Adapter (ERDMA) driver,
> which released in Apsara Conference 2021 by Alibaba. The PR of ERDMA
> userspace provider has already been created [1].
> 
> ERDMA enables large-scale RDMA acceleration capability in Alibaba ECS
> environment, initially offered in g7re instance. It can improve the
> efficiency of large-scale distributed computing and communication
> significantly and expand dynamically with the cluster scale of Alibaba
> Cloud.
> 
> ERDMA is a RDMA networking adapter based on the Alibaba MOC hardware. It
> works in the VPC network environment (overlay network), and uses iWarp
> transport protocol. ERDMA supports reliable connection (RC). ERDMA also
> supports both kernel space and user space verbs. Now we have already
> supported HPC/AI applications with libfabric, NoF and some other internal
> verbs libraries, such as xrdma, epsl, etc,.
> 
> For the ECS instance with RDMA enabled, our MOC hardware generates two
> kinds of PCI devices: one for ERDMA, and one for the original net device
> (virtio-net). They are separated PCI devices.
> 
> Fixed issues in v10:
> - Remove unneeded semicolon in erdma_qp.c reported by Abcci Robot.
> - Remove duplicated include in erdma_cm.c reported by Abcci Robot.
> - Fix return value check in erdma_alloc_ucontext() reported by Hulk
>   Robot.
> - Sort the include headers.

I updated it, but please wait longer before sending v11.

Jason

  parent reply	other threads:[~2022-06-08 11:54 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08 10:43 [PATCH for-next v10 00/11] Elastic RDMA Adapter (ERDMA) driver Cheng Xu
2022-06-08 10:43 ` [PATCH for-next v10 01/11] RDMA: Add ERDMA to rdma_driver_id definition Cheng Xu
2022-06-08 10:43 ` [PATCH for-next v10 02/11] RDMA/erdma: Add the hardware related definitions Cheng Xu
2022-06-08 10:43 ` [PATCH for-next v10 03/11] RDMA/erdma: Add main include file Cheng Xu
2022-06-08 10:43 ` [PATCH for-next v10 04/11] RDMA/erdma: Add cmdq implementation Cheng Xu
2022-06-08 10:43 ` [PATCH for-next v10 05/11] RDMA/erdma: Add event queue implementation Cheng Xu
2022-06-08 10:43 ` [PATCH for-next v10 06/11] RDMA/erdma: Add verbs header file Cheng Xu
2022-06-08 10:43 ` [PATCH for-next v10 07/11] RDMA/erdma: Add verbs implementation Cheng Xu
2022-06-08 10:43 ` [PATCH for-next v10 08/11] RDMA/erdma: Add connection management (CM) support Cheng Xu
2022-06-08 10:43 ` [PATCH for-next v10 09/11] RDMA/erdma: Add the erdma module Cheng Xu
2022-06-08 10:43 ` [PATCH for-next v10 10/11] RDMA/erdma: Add the ABI definitions Cheng Xu
2022-06-08 10:43 ` [PATCH for-next v10 11/11] RDMA/erdma: Add driver to kernel build environment Cheng Xu
2022-06-08 11:54 ` Jason Gunthorpe [this message]
2022-06-09  2:06   ` [PATCH for-next v10 00/11] Elastic RDMA Adapter (ERDMA) driver Cheng Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220608115400.GK3932382@ziepe.ca \
    --to=jgg@ziepe.ca \
    --cc=BMT@zurich.ibm.com \
    --cc=KaiShen@linux.alibaba.com \
    --cc=chengyou@linux.alibaba.com \
    --cc=leon@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=tonylu@linux.alibaba.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox