All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guvenc Gulce <guvenc@linux.ibm.com>
To: David Miller <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org,
	Heiko Carstens <hca@linux.ibm.com>,
	Karsten Graul <kgraul@linux.ibm.com>
Subject: [PATCH net-next 0/3] net/smc: add EID support
Date: Tue, 14 Sep 2021 10:35:04 +0200	[thread overview]
Message-ID: <20210914083507.511369-1-guvenc@linux.ibm.com> (raw)

Hi Dave & Jakub,

please apply the following patch series for smc to netdev's net-next 
tree. The series introduce the so called Enterprise ID support for smc
protocol. Including the generic netlink based interface.

Thanks,

Guvenc Gulce

Karsten Graul (3):
  net/smc: add support for user defined EIDs
  net/smc: keep static copy of system EID
  net/smc: add generic netlink support for system EID

 include/uapi/linux/smc.h |  27 ++++
 net/smc/af_smc.c         |  34 ++--
 net/smc/smc.h            |   3 -
 net/smc/smc_clc.c        | 330 +++++++++++++++++++++++++++++++++++++--
 net/smc/smc_clc.h        |  19 ++-
 net/smc/smc_core.c       |  10 +-
 net/smc/smc_core.h       |   1 +
 net/smc/smc_ism.c        |  16 +-
 net/smc/smc_ism.h        |   2 +-
 net/smc/smc_netlink.c    |  47 +++++-
 net/smc/smc_netlink.h    |   2 +
 11 files changed, 443 insertions(+), 48 deletions(-)

-- 
2.25.1


             reply	other threads:[~2021-09-14  8:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-14  8:35 Guvenc Gulce [this message]
2021-09-14  8:35 ` [PATCH net-next 1/3] net/smc: add support for user defined EIDs Guvenc Gulce
2021-09-14  8:35 ` [PATCH net-next 2/3] net/smc: keep static copy of system EID Guvenc Gulce
2021-09-14  8:35 ` [PATCH net-next 3/3] net/smc: add generic netlink support for " Guvenc Gulce
2021-09-14 12:00 ` [PATCH net-next 0/3] net/smc: add EID support patchwork-bot+netdevbpf

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=20210914083507.511369-1-guvenc@linux.ibm.com \
    --to=guvenc@linux.ibm.com \
    --cc=davem@davemloft.net \
    --cc=hca@linux.ibm.com \
    --cc=kgraul@linux.ibm.com \
    --cc=kuba@kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.