Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thunderbolt: Enable retry logic for intra-domain control packets

In case of software connection manager, the response packets are lost
sometimes within the stipulated time. Hence resending the control
packets in such scenario by increasing the retry count TB_CTL_RETRIES
value.

Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>

authored by

Sanjay R Mehta and committed by
Mika Westerberg
641cdbea 5816b3e6

+1 -1
+1 -1
drivers/thunderbolt/ctl.c
··· 17 17 18 18 19 19 #define TB_CTL_RX_PKG_COUNT 10 20 - #define TB_CTL_RETRIES 1 20 + #define TB_CTL_RETRIES 4 21 21 22 22 /** 23 23 * struct tb_ctl - Thunderbolt control channel