[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADRPPNRgDN9O2GGd2XyVdByQ8_00MF83ZJ+P8tf13to=-FuN7g@mail.gmail.com>
Date: Wed, 1 May 2019 14:00:32 -0500
From: Li Yang <leoyang.li@....com>
To: Roy Pledge <roy.pledge@....com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
Youri Querry <youri.querry_1@....com>
Subject: Re: [PATCH] soc: fsl: dpio: Increase timeout for QBMan Management Commands
On Mon, Mar 11, 2019 at 12:32 PM Roy Pledge <roy.pledge@....com> wrote:
>
> From: Youri Querry <youri.querry_1@....com>
>
> The timeout for QBMan Management Commands can falsely trigger on a
> busy system. This patch doubles the timeout to avoid the
> false error reports
>
> Signed-off-by: Youri Querry <youri.querry_1@....com>
> Signed-off-by: Roy Pledge <roy.pledge@....com>
Applied for next. Thanks.
> ---
> drivers/soc/fsl/dpio/qbman-portal.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/soc/fsl/dpio/qbman-portal.h b/drivers/soc/fsl/dpio/qbman-portal.h
> index 78c700e..f3ec5d2 100644
> --- a/drivers/soc/fsl/dpio/qbman-portal.h
> +++ b/drivers/soc/fsl/dpio/qbman-portal.h
> @@ -1,7 +1,7 @@
> /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
> /*
> * Copyright (C) 2014-2016 Freescale Semiconductor, Inc.
> - * Copyright 2016 NXP
> + * Copyright 2016-2019 NXP
> *
> */
> #ifndef __FSL_QBMAN_PORTAL_H
> @@ -433,7 +433,7 @@ static inline int qbman_swp_CDAN_set_context_enable(struct qbman_swp *s,
> static inline void *qbman_swp_mc_complete(struct qbman_swp *swp, void *cmd,
> u8 cmd_verb)
> {
> - int loopvar = 1000;
> + int loopvar = 2000;
>
> qbman_swp_mc_submit(swp, cmd, cmd_verb);
>
> --
> 2.7.4
>
Powered by blists - more mailing lists