]> git.ipfire.org Git - thirdparty/linux.git/commit
dibs: Move event handling to dibs layer
authorJulian Ruess <julianr@linux.ibm.com>
Thu, 18 Sep 2025 11:05:00 +0000 (13:05 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 23 Sep 2025 09:13:22 +0000 (11:13 +0200)
commita612dbe8d04d47af91fa88f0599c1370cc70f687
tree5f41786c0a326df97597a23030358eceb0ca5286
parentcc21191b584c6f7836b0f10774f8278b7cbfba10
dibs: Move event handling to dibs layer

Add defines for all event types and subtypes an ism device is known to
produce as it can be helpful for debugging purposes.

Introduces a generic 'struct dibs_event' and adopt ism device driver
and smc-d client accordingly. Tolerate and ignore other type and subtype
values to enable future device extensions.

SMC-D and ISM are now independent.
struct ism_dev can be moved to drivers/s390/net/ism.h.

Note that in smc, the term 'ism' is still used. Future patches could
replace that with 'dibs' or 'smc-d' as appropriate.

Signed-off-by: Julian Ruess <julianr@linux.ibm.com>
Co-developed-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: Alexandra Winter <wintera@linux.ibm.com>
Link: https://patch.msgid.link/20250918110500.1731261-15-wintera@linux.ibm.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
MAINTAINERS
arch/s390/configs/debug_defconfig
arch/s390/configs/defconfig
drivers/dibs/dibs_main.c
drivers/s390/net/Kconfig
drivers/s390/net/ism.h
drivers/s390/net/ism_drv.c
include/linux/dibs.h
include/net/smc.h
net/smc/Kconfig
net/smc/smc_ism.c