netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yuval Basson <ybason@marvell.com>
To: <davem@davemloft.net>
Cc: <mkalderon@marvell.com>, <ybason@marvell.com>, <netdev@vger.kernel.org>
Subject: [PATCH net-next,v2 0/2] qed: Add xrc core support for RoCE
Date: Tue, 19 May 2020 23:51:24 +0300	[thread overview]
Message-ID: <20200519205126.26987-1-ybason@marvell.com> (raw)

This patch adds support for configuring XRC and provides the necessary
APIs for rdma upper layer driver (qedr) to enable the XRC feature.

Yuval Bason (2):
  qed: changes to ILT to support XRC
  qed: Add XRC to RoCE

 drivers/net/ethernet/qlogic/qed/qed_cxt.c  |  60 ++++++++++--
 drivers/net/ethernet/qlogic/qed/qed_cxt.h  |  10 +-
 drivers/net/ethernet/qlogic/qed/qed_dev.c  |   6 +-
 drivers/net/ethernet/qlogic/qed/qed_rdma.c | 147 +++++++++++++++++++++++++----
 drivers/net/ethernet/qlogic/qed/qed_rdma.h |  19 ++++
 drivers/net/ethernet/qlogic/qed/qed_roce.c |  29 ++++++
 include/linux/qed/qed_rdma_if.h            |  19 ++++
 7 files changed, 258 insertions(+), 32 deletions(-)

-- 
1.8.3.1


             reply	other threads:[~2020-05-19 21:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-19 20:51 Yuval Basson [this message]
2020-05-19 20:51 ` [PATCH net-next,v2 1/2] qed: changes to ILT to support XRC Yuval Basson
2020-05-19 20:51 ` [PATCH net-next,v2 2/2] qed: Add XRC to RoCE Yuval Basson
2020-05-19 22:23   ` David Miller
2020-05-20 21:20     ` [EXT] " Yuval Basson
2020-05-22  0:08 ` [PATCH net-next,v2 0/2] qed: Add xrc core support for RoCE David Miller

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=20200519205126.26987-1-ybason@marvell.com \
    --to=ybason@marvell.com \
    --cc=davem@davemloft.net \
    --cc=mkalderon@marvell.com \
    --cc=netdev@vger.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;
as well as URLs for NNTP newsgroup(s).