Whamcloud - gitweb
LU-16035 kfilnd: Initial kfilnd implementation 09/48009/8
authorDoug Oucharek <doucharek@cray.com>
Tue, 16 Oct 2018 22:51:21 +0000 (15:51 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 1 Sep 2022 05:54:25 +0000 (05:54 +0000)
commit2612cf4ad8a892768b26abe6ce60bb240edf3bdf
treedc0edfe56885d45f488fc3d9fb645b60b82a0ecd
parent62b470a02347bc7f7510641e36568c5b508a7a87
LU-16035 kfilnd: Initial kfilnd implementation

Initial implementation of the kfabric Lustre Network Driver.

Test-Parameters: trivial
HPE-bug-id: LUS-6565
Signed-off-by: Doug Oucharek <dougso@me.com>
Signed-off-by: Ian Ziemba <ian.ziemba@hpe.com>
Signed-off-by: Chris Horn <chris.horn@hpe.com>
Change-Id: I48a070ca0ba37e4923cd6dcb3327676ae6ddaae1
Reviewed-on: https://review.whamcloud.com/48009
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Ron Gredvig <ron.gredvig@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
27 files changed:
lnet/autoconf/lustre-lnet.m4
lnet/include/uapi/linux/lnet/lnet-dlc.h
lnet/include/uapi/linux/lnet/lnet-idl.h
lnet/klnds/Makefile.in
lnet/klnds/autoMakefile.am
lnet/klnds/kfilnd/Makefile.in [new file with mode: 0644]
lnet/klnds/kfilnd/autoMakefile.am [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd.c [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd.h [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_cq.c [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_cq.h [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_debugfs.c [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_dev.c [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_dev.h [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_dom.c [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_dom.h [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_ep.c [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_ep.h [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_modparams.c [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_peer.c [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_peer.h [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_tn.c [new file with mode: 0644]
lnet/klnds/kfilnd/kfilnd_tn.h [new file with mode: 0644]
lnet/utils/lnetconfig/liblnetconfig.c
lnet/utils/lnetconfig/liblnetconfig_lnd.c
lnet/utils/lnetctl.c
lustre/utils/gss/lsupport.c