commit | 8418cb4065e3d6d214f7d5535c99deba6e813bf7 | [log] [tgz] |
---|---|---|
author | Guvenc Gulce <guvenc@linux.ibm.com> | Thu Sep 10 18:48:28 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 10 15:24:27 2020 -0700 |
tree | 6c24c677317287e62d88a7a1d0c040c0cf2f6842 | |
parent | 219d9aef6d838626c7143da790776b2ffd2949a1 [diff] |
net/smc: use the retry mechanism for netlink messages When the netlink messages to be sent to the userspace are too big for a single netlink message, send them in chunks using the netlink_dump infrastructure. Modify the smc diag dump code so that it can signal to the netlink_dump infrastructure that it needs to send more data. Signed-off-by: Guvenc Gulce <guvenc@linux.ibm.com> Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>