mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sanjay R Mehta <sanmehta@amd.com>
To: Jon Mason <jdmason@kudzu.us>, "Mehta, Sanju" <Sanju.Mehta@amd.com>
Cc: "S-k, Shyam-sundar" <Shyam-sundar.S-k@amd.com>,
	"dave.jiang@intel.com" <dave.jiang@intel.com>,
	"allenbh@gmail.com" <allenbh@gmail.com>,
	"linux-ntb@googlegroups.com" <linux-ntb@googlegroups.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/4] NTB: ntb_perf: Increased the number of message retries to 1000
Date: Mon, 20 May 2019 12:17:28 +0000	[thread overview]
Message-ID: <e67dce79-bd64-9dd2-927c-124a34fcdcfc@amd.com> (raw)
In-Reply-To: <20190320175011.GA27156@kudzu.us>


On 3/20/2019 11:20 PM, Jon Mason wrote:
> On Fri, Feb 15, 2019 at 09:20:07AM +0000, Mehta, Sanju wrote:
>> From: Sanjay R Mehta <sanju.mehta@amd.com>
>>
>> while waiting for the peer ntb_perf to initialize scratchpad
>> registers, local side ntb_perf  might have already exhausted the
>> maximum number of retries which is currently set to 500. To avoid
>> this and to give little more time to the peer ntb_perf for scratchpad
>> initialization, increased the number of retries to 1000
>>
>> Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
> Series applied to my ntb branch.

Hi Jon,

The above patch series is not visible in 5.2-rc1 branch. Please let me know when I can expect them in upstream kernel.

Thanks & Regards,

Sanjay Mehta

>
> Thanks,
> Jon
>
>
>> ---
>>  drivers/ntb/test/ntb_perf.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/ntb/test/ntb_perf.c b/drivers/ntb/test/ntb_perf.c
>> index 2a9d6b0..a828d0e 100644
>> --- a/drivers/ntb/test/ntb_perf.c
>> +++ b/drivers/ntb/test/ntb_perf.c
>> @@ -100,7 +100,7 @@ MODULE_DESCRIPTION("PCIe NTB Performance Measurement Tool");
>>  #define DMA_TRIES		100
>>  #define DMA_MDELAY		10
>>  
>> -#define MSG_TRIES		500
>> +#define MSG_TRIES		1000
>>  #define MSG_UDELAY_LOW		1000
>>  #define MSG_UDELAY_HIGH		2000
>>  
>> -- 
>> 2.7.4
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups "linux-ntb" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to linux-ntb+unsubscribe@googlegroups.com.
>> To post to this group, send email to linux-ntb@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/msgid/linux-ntb/1550222279-27216-1-git-send-email-Sanju.Mehta%40amd.com.
>> For more options, visit https://groups.google.com/d/optout.

      reply	other threads:[~2019-05-20 12:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-15  9:20 Mehta, Sanju
2019-03-20 17:50 ` Jon Mason
2019-05-20 12:17   ` Sanjay R Mehta [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e67dce79-bd64-9dd2-927c-124a34fcdcfc@amd.com \
    --to=sanmehta@amd.com \
    --cc=Sanju.Mehta@amd.com \
    --cc=Shyam-sundar.S-k@amd.com \
    --cc=allenbh@gmail.com \
    --cc=dave.jiang@intel.com \
    --cc=jdmason@kudzu.us \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-ntb@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome