mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-27 22:24:11 +08:00
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>
This commit is contained in:
parent
5816b3e657
commit
641cdbea76
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
#define TB_CTL_RX_PKG_COUNT 10
|
||||
#define TB_CTL_RETRIES 1
|
||||
#define TB_CTL_RETRIES 4
|
||||
|
||||
/**
|
||||
* struct tb_ctl - Thunderbolt control channel
|
||||
|
Loading…
Reference in New Issue
Block a user