All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] net/smc: improve peer ID in CLC decline
@ 2020-02-25 21:41 Hans Wippel
  2020-02-25 21:41 ` [PATCH net-next v2 1/2] net/smc: rework peer ID handling Hans Wippel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hans Wippel @ 2020-02-25 21:41 UTC (permalink / raw)
  To: kgraul, ubraun, davem; +Cc: netdev, Hans Wippel

The following two patches improve the peer ID in CLC decline messages if
RoCE devices are present in the host but no suitable device is found for
a connection. The first patch reworks the peer ID initialization. The
second patch contains the actual changes of the CLC decline messages.

Changes v1 -> v2:
* make smc_ib_is_valid_local_systemid() static in first patch
* changed if in smc_clc_send_decline() to remove curly braces

Changes RFC -> v1:
* split the patch into two parts
* removed zero assignment to global variable (thanks Leon)

Thanks to Leon Romanovsky and Karsten Graul for the feedback!

Hans Wippel (2):
  net/smc: rework peer ID handling
  net/smc: improve peer ID in CLC decline for SMC-R

 net/smc/smc_clc.c |  3 ++-
 net/smc/smc_ib.c  | 19 ++++++++++++-------
 net/smc/smc_ib.h  |  1 +
 3 files changed, 15 insertions(+), 8 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-27  4:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 21:41 [PATCH net-next v2 0/2] net/smc: improve peer ID in CLC decline Hans Wippel
2020-02-25 21:41 ` [PATCH net-next v2 1/2] net/smc: rework peer ID handling Hans Wippel
2020-02-25 21:41 ` [PATCH net-next v2 2/2] net/smc: improve peer ID in CLC decline for SMC-R Hans Wippel
2020-02-26  8:33 ` [PATCH net-next v2 0/2] net/smc: improve peer ID in CLC decline Karsten Graul
2020-02-27  4:27 ` David Miller

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.