All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH net 0/3] net/smc: move some definitions to UAPI
@ 2018-10-07 16:34 Eugene Syromiatnikov
  2018-10-07 16:35 ` [RFC PATCH net 1/3] uapi, net/smc: move protocol constant " Eugene Syromiatnikov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eugene Syromiatnikov @ 2018-10-07 16:34 UTC (permalink / raw)
  To: netdev
  Cc: David S. Miller, linux-kernel, Ursula Braun, Karsten Graul,
	Hans Wippel, linux-s390

Hello.

As of now, it's a bit difficult to use SMC protocol, as significant part
of definitions related to it are defined in private headers and are not
part of UAPI. The following commits move some definitions to UAPI,
making them readily available to user space.


Eugene Syromiatnikov (3):
  uapi, net/smc: move protocol constant definitions to UAPI
  uapi, net/smc: provide fallback diagnosis codes in UAPI
  uapi, net/smc: provide socket state constants in UAPI

 include/uapi/linux/smc.h      | 26 +++++++++++++++++++++++++-
 include/uapi/linux/smc_diag.h | 17 +++++++++++++++++
 net/smc/smc.h                 | 22 ++--------------------
 net/smc/smc_clc.h             | 16 ----------------
 4 files changed, 44 insertions(+), 37 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2018-10-09 15:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-07 16:34 [RFC PATCH net 0/3] net/smc: move some definitions to UAPI Eugene Syromiatnikov
2018-10-07 16:35 ` [RFC PATCH net 1/3] uapi, net/smc: move protocol constant " Eugene Syromiatnikov
2018-10-07 16:35 ` [RFC PATCH net 2/3] uapi, net/smc: provide fallback diagnosis codes in UAPI Eugene Syromiatnikov
2018-10-07 16:35 ` [RFC PATCH net 3/3] uapi, net/smc: provide socket state constants " Eugene Syromiatnikov
2018-10-09 15:43 ` [RFC PATCH net 0/3] net/smc: move some definitions to UAPI Ursula Braun

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.