commit | 839d696ffb2714c06da7f55f622d0ac8286524b5 | [log] [tgz] |
---|---|---|
author | Karsten Graul <kgraul@linux.ibm.com> | Fri Oct 02 17:09:26 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 03 17:04:48 2020 -0700 |
tree | 1daa3d71a50de04ad89114ba372c963263b3f455 | |
parent | 6a0c00e5d2b1d5a45d6c8f2b87d81ebf8df12d82 [diff] |
net/smc: send ISM devices with unique chid in CLC proposal When building a CLC proposal message then the list of ISM devices does not need to contain multiple devices that have the same chid value, all these devices use the same function at the end. Improve smc_find_ism_v2_device_clnt() to collect only ISM devices that have unique chid values. Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>