+3
−47
+1
−8
+18
−2
+22
−5
Loading
We chose to process auth transactions in the common fabrics code to avoid code duplication. However, it makes it difficult to implement reauthentication, as the transports are polling for fabrics connect, which doesn't happen once a connection has been established. So, polling for the authentication will now be done by the transports. Also, the next patch will add a transport callback that moves a qpair back to the AUTHENTICATING state after it's been connected, which will be used to implement reauthentication. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: Idd0e82593f1730b37eec452edc5e0ea49627921d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24232 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <ben@nvidia.com>