public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@ziepe.ca>
To: Oded Gabbay <ogabbay@kernel.org>
Cc: linux-rdma <linux-rdma@vger.kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Re: Creating new RDMA driver for habanalabs
Date: Mon, 23 Aug 2021 10:04:19 -0300	[thread overview]
Message-ID: <20210823130419.GA543798@ziepe.ca> (raw)
In-Reply-To: <CAFCwf10LXiAxf7Xr+pMcmSk-_q1FEY_YcBjoH05K0mkK9hMCYA@mail.gmail.com>

On Mon, Aug 23, 2021 at 11:53:48AM +0300, Oded Gabbay wrote:

> Do you see any issue with that ?

It should work out, without a netdev you have to be more careful about
addressing and can't really use the IP addressing modes. But you'd
have a singular hardwired roce gid in this case and act more like an
IB device than a roce device.

Where you might start to run into trouble is you probably want to put
all these ports under a single struct ib_device and we've been moving
away from having significant per-port differences. But I suspect it
can still work out.

Jason

  reply	other threads:[~2021-08-23 13:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-22  9:40 Creating new RDMA driver for habanalabs Oded Gabbay
2021-08-22 11:32 ` Leon Romanovsky
2021-08-22 22:31 ` Jason Gunthorpe
2021-08-23  8:53   ` Oded Gabbay
2021-08-23 13:04     ` Jason Gunthorpe [this message]
2021-08-23 14:19       ` Oded Gabbay
2022-07-06  8:59         ` Oded Gabbay
2022-07-06 16:24           ` Jason Gunthorpe
2022-07-07  9:30             ` Oded Gabbay
2022-07-08 13:29               ` Jason Gunthorpe
2022-07-10  7:30                 ` Oded Gabbay
2022-07-21 18:42                   ` Jason Gunthorpe

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=20210823130419.GA543798@ziepe.ca \
    --to=jgg@ziepe.ca \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=ogabbay@kernel.org \
    /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