commit | 65a37a34145ca64fd2e0df2f477aadeb389990bc | [log] [tgz] |
---|---|---|
author | Aurelien Aptel <aaptel@suse.com> | Wed Nov 20 17:15:59 2019 +0100 |
committer | Steve French <stfrench@microsoft.com> | Mon Nov 25 01:17:12 2019 -0600 |
tree | 1b4494cd037efc775207833200ccc2620afa93d7 | |
parent | 9bd4540836684013aaad6070a65d6fcdd9006625 [diff] |
cifs: try harder to open new channels Previously we would only loop over the iface list once. This patch tries to loop over multiple times until all channels are opened. It will also try to reuse RSS ifaces. Signed-off-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Steve French <stfrench@microsoft.com>