diff options
| author | David S. Miller <davem@davemloft.net> | 2018-07-26 08:25:54 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-07-26 08:25:54 +0300 |
| commit | b9a9ad782f9db64daccc66a490e157f9c499a480 (patch) | |
| tree | 1c854a0d55d1e3636aa7f75674712c233eabb36c /include | |
| parent | f53753058488295344e7fcdba3da4c33a49b70ac (diff) | |
| parent | 0d18a0cb4b1585d9e5a3b300d5df9ed866561ffb (diff) | |
| download | linux-b9a9ad782f9db64daccc66a490e157f9c499a480.tar.xz | |
Merge branch 'smc-next'
Ursula Braun says:
====================
net/smc: patches 2018-07-25
here are 4 more patches for SMC: The first one is just a small
code cleanup in preparation for patch 2. Patch 2 switches to the
use of the vlan-gid for VLAN traffic. Patch 3 improves diagnosis
when creating SMC connections. Patch 4 improves synchronization
between local and remote link groups.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/linux/smc_diag.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/smc_diag.h b/include/uapi/linux/smc_diag.h index 48ae3ee22b2d..ac9e8c96d9bd 100644 --- a/include/uapi/linux/smc_diag.h +++ b/include/uapi/linux/smc_diag.h @@ -43,6 +43,7 @@ enum { SMC_DIAG_LGRINFO, SMC_DIAG_SHUTDOWN, SMC_DIAG_DMBINFO, + SMC_DIAG_FALLBACK, __SMC_DIAG_MAX, }; @@ -92,6 +93,11 @@ struct smc_diag_lgrinfo { __u8 role; }; +struct smc_diag_fallback { + __u32 reason; + __u32 peer_diagnosis; +}; + struct smcd_diag_dmbinfo { /* SMC-D Socket internals */ __u32 linkid; /* Link identifier */ __u64 peer_gid; /* Peer GID */ |
