Skip to content

Commit 641cdbe

Browse files
Sanjay R Mehtawesteri
authored andcommitted
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 <[email protected]> Signed-off-by: Basavaraj Natikar <[email protected]> Signed-off-by: Mika Westerberg <[email protected]>
1 parent 5816b3e commit 641cdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/thunderbolt/ctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
#define TB_CTL_RX_PKG_COUNT 10
20-
#define TB_CTL_RETRIES 1
20+
#define TB_CTL_RETRIES 4
2121

2222
/**
2323
* struct tb_ctl - Thunderbolt control channel

0 commit comments

Comments
 (0)