diff options
author | Guvenc Gulce <guvenc@linux.ibm.com> | 2020-12-01 22:20:41 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-12-02 04:56:12 +0300 |
commit | 6443b2f60e5754d344bd3a19a0bca9c8fb81737c (patch) | |
tree | 800c42e80bfb1135a1c1abec271b1d4c52b26f55 /Documentation | |
parent | 3d453f53c786ac4f1c97022f4bc0e9d7613a05c3 (diff) | |
download | linux-6443b2f60e5754d344bd3a19a0bca9c8fb81737c.tar.xz |
net/smc: Add diagnostic information to link structure
During link creation add net-device ifindex and ib-device
name to link structure. This is needed for diagnostic purposes.
When diagnostic information is gathered, we need to traverse
device, linkgroup and link structures, to be able to do that
we need to hold a spinlock for the linkgroup list, without this
diagnostic information in link structure, another device list
mutex holding would be necessary to dereference the device
pointer in the link structure which would be impossible when
holding a spinlock already.
Signed-off-by: Guvenc Gulce <guvenc@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions