linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] bug fixes in ntb_hw_amd and ntb_perf
@ 2019-02-15  9:17 Mehta, Sanju
  2019-02-15 15:55 ` Allen Hubbe
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mehta, Sanju @ 2019-02-15  9:17 UTC (permalink / raw)
  To: S-k, Shyam-sundar, jdmason, dave.jiang, allenbh
  Cc: linux-ntb, linux-kernel, Mehta, Sanju

From: Sanjay R Mehta <sanju.mehta@amd.com>

Add bug fix for ntb_perf and ntb_hw_amd

Sanjay R Mehta (4):
  NTB: ntb_perf: Increased the number of message retries to 1000
  NTB: ntb_perf: Disable NTB link after clearing peer XLAT registers
  NTB: ntb_perf: Clear stale values in doorbell and command SPAD
    register
  NTB: ntb_hw_amd: set peer limit register

 drivers/ntb/hw/amd/ntb_hw_amd.c |  8 ++++----
 drivers/ntb/test/ntb_perf.c     | 14 +++++++++++---
 2 files changed, 15 insertions(+), 7 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/4] bug fixes in ntb_hw_amd and ntb_perf
  2019-02-15  9:17 [PATCH 0/4] bug fixes in ntb_hw_amd and ntb_perf Mehta, Sanju
@ 2019-02-15 15:55 ` Allen Hubbe
  2019-02-15 17:59 ` Logan Gunthorpe
  2019-02-15 21:21 ` Serge Semin
  2 siblings, 0 replies; 4+ messages in thread
From: Allen Hubbe @ 2019-02-15 15:55 UTC (permalink / raw)
  To: Mehta, Sanju
  Cc: S-k, Shyam-sundar, jdmason, dave.jiang, linux-ntb, linux-kernel

On Fri, Feb 15, 2019 at 4:17 AM Mehta, Sanju <Sanju.Mehta@amd.com> wrote:
>
> From: Sanjay R Mehta <sanju.mehta@amd.com>
>
> Add bug fix for ntb_perf and ntb_hw_amd
>
> Sanjay R Mehta (4):
>   NTB: ntb_perf: Increased the number of message retries to 1000
>   NTB: ntb_perf: Disable NTB link after clearing peer XLAT registers
>   NTB: ntb_perf: Clear stale values in doorbell and command SPAD
>     register
>   NTB: ntb_hw_amd: set peer limit register

This series,
Acked-by: Allen Hubbe <allenbh@gmail.com>

>
>  drivers/ntb/hw/amd/ntb_hw_amd.c |  8 ++++----
>  drivers/ntb/test/ntb_perf.c     | 14 +++++++++++---
>  2 files changed, 15 insertions(+), 7 deletions(-)
>
> --
> 2.7.4
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/4] bug fixes in ntb_hw_amd and ntb_perf
  2019-02-15  9:17 [PATCH 0/4] bug fixes in ntb_hw_amd and ntb_perf Mehta, Sanju
  2019-02-15 15:55 ` Allen Hubbe
@ 2019-02-15 17:59 ` Logan Gunthorpe
  2019-02-15 21:21 ` Serge Semin
  2 siblings, 0 replies; 4+ messages in thread
From: Logan Gunthorpe @ 2019-02-15 17:59 UTC (permalink / raw)
  To: Mehta, Sanju, S-k, Shyam-sundar, jdmason, dave.jiang, allenbh
  Cc: linux-ntb, linux-kernel



On 2019-02-15 2:17 a.m., Mehta, Sanju wrote:
> From: Sanjay R Mehta <sanju.mehta@amd.com>
> 
> Add bug fix for ntb_perf and ntb_hw_amd
> 
> Sanjay R Mehta (4):
>   NTB: ntb_perf: Increased the number of message retries to 1000
>   NTB: ntb_perf: Disable NTB link after clearing peer XLAT registers
>   NTB: ntb_perf: Clear stale values in doorbell and command SPAD
>     register
>   NTB: ntb_hw_amd: set peer limit register
> 
>  drivers/ntb/hw/amd/ntb_hw_amd.c |  8 ++++----
>  drivers/ntb/test/ntb_perf.c     | 14 +++++++++++---
>  2 files changed, 15 insertions(+), 7 deletions(-)
> 


Looks fine to me. Thanks.

For all the ntb_perf changes:

Acked-by: Logan Gunthorpe <logang@deltatee.com>

Logan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/4] bug fixes in ntb_hw_amd and ntb_perf
  2019-02-15  9:17 [PATCH 0/4] bug fixes in ntb_hw_amd and ntb_perf Mehta, Sanju
  2019-02-15 15:55 ` Allen Hubbe
  2019-02-15 17:59 ` Logan Gunthorpe
@ 2019-02-15 21:21 ` Serge Semin
  2 siblings, 0 replies; 4+ messages in thread
From: Serge Semin @ 2019-02-15 21:21 UTC (permalink / raw)
  To: Mehta, Sanju
  Cc: S-k, Shyam-sundar, jdmason, dave.jiang, allenbh, linux-ntb, linux-kernel

On Fri, Feb 15, 2019 at 09:17:51AM +0000, Mehta, Sanju wrote:
> From: Sanjay R Mehta <sanju.mehta@amd.com>
> 
> Add bug fix for ntb_perf and ntb_hw_amd
> 
> Sanjay R Mehta (4):
>   NTB: ntb_perf: Increased the number of message retries to 1000
>   NTB: ntb_perf: Disable NTB link after clearing peer XLAT registers
>   NTB: ntb_perf: Clear stale values in doorbell and command SPAD
>     register
>   NTB: ntb_hw_amd: set peer limit register
> 
>  drivers/ntb/hw/amd/ntb_hw_amd.c |  8 ++++----
>  drivers/ntb/test/ntb_perf.c     | 14 +++++++++++---
>  2 files changed, 15 insertions(+), 7 deletions(-)
> 

Thanks for the fixes.

Acked-by: Serge Semin <fancer.lancer@gmail.com>

> -- 
> 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/1550222224-26475-1-git-send-email-Sanju.Mehta%40amd.com.
> For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-15 21:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15  9:17 [PATCH 0/4] bug fixes in ntb_hw_amd and ntb_perf Mehta, Sanju
2019-02-15 15:55 ` Allen Hubbe
2019-02-15 17:59 ` Logan Gunthorpe
2019-02-15 21:21 ` Serge Semin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).