diff options
| author | Shannon Nelson <shannon.nelson@amd.com> | 2025-04-25 23:46:17 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2025-04-30 14:55:59 +0300 |
| commit | 7c4f4c4fa9b6fbb7e483bebd02f7b9cbc20ca5cc (patch) | |
| tree | 2b2d125af2fd9a0ecfb3bf88fc435d7b8070acf7 /include | |
| parent | 144530c15ec7fa95b29812d86f4be527338ea204 (diff) | |
| download | linux-7c4f4c4fa9b6fbb7e483bebd02f7b9cbc20ca5cc.tar.xz | |
pds_core: smaller adminq poll starting interval
Shorten the adminq poll starting interval in order to notice
any transaction errors more quickly.
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pds/pds_adminq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pds/pds_adminq.h b/include/linux/pds/pds_adminq.h index 339156113fa5..40ff0ec2b879 100644 --- a/include/linux/pds/pds_adminq.h +++ b/include/linux/pds/pds_adminq.h @@ -4,7 +4,7 @@ #ifndef _PDS_CORE_ADMINQ_H_ #define _PDS_CORE_ADMINQ_H_ -#define PDSC_ADMINQ_MAX_POLL_INTERVAL 256 +#define PDSC_ADMINQ_MAX_POLL_INTERVAL 256000 /* usecs */ enum pds_core_adminq_flags { PDS_AQ_FLAG_FASTPOLL = BIT(1), /* completion poll at 1ms */ |
