All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH rdma-rc V1 0/4] RXE fixes for 4.8
@ 2016-09-14 15:06 Stephen Bates
       [not found] ` <20160914150652.GA7129-Fu/sLxIRQ7hz7qcAzjI/l7KmtST0zaCzZeezCHUQhQ4@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Bates @ 2016-09-14 15:06 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA, monis-VPRAkNaXOzVWk0Htik3J/w,
	leon-DgEjT+Ai2ygdnm+yROfE0A

> Hi Doug,

> Please find the following four patches from Yonatan which
> fix numerous issues in RXE code.

Hi

Can I ask as to the status of these patches? I found they stabilized
my RXE test environment a lot. I went from being unable to complete a
run of

ib_write_bw -a -b -d rxe1

due to stalling of network traffic to successful completion of the same
command across all packet sizes with only a stack depth warning of the
form:

[ 1315.810430] kworker/dying (14) used greatest stack depth: 12736 bytes left

So I would like to see some version of this patchset make it into the
codebase soon.

FYI my test configuration is a QEMU socket based network connection
between two QEMU instances running on a bare-metal machine. Running
4.8-rc6 with these three patches applied. For more information on my
test setup see the NVMf over Soft RoCE section of the README.md in [1].

[1] https://github.com/sbates130272/qemu-minimal

For the series:

Tested-by: Stephen Bates <sbates-pv7U853sEMVWk0Htik3J/w@public.gmane.org>

Cheers

Stephen Bates
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH rdma-rc V1 0/4] RXE fixes for 4.8
       [not found] ` <20160914150652.GA7129-Fu/sLxIRQ7hz7qcAzjI/l7KmtST0zaCzZeezCHUQhQ4@public.gmane.org>
@ 2016-09-14 16:42   ` Doug Ledford
  0 siblings, 0 replies; 4+ messages in thread
From: Doug Ledford @ 2016-09-14 16:42 UTC (permalink / raw)
  To: 1473246247-16536-1-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA, monis-VPRAkNaXOzVWk0Htik3J/w


[-- Attachment #1.1: Type: text/plain, Size: 355 bytes --]

On 9/14/2016 11:06 AM, Stephen Bates wrote:
>> Hi Doug,
> 
>> Please find the following four patches from Yonatan which
>> fix numerous issues in RXE code.
> 
> Hi
> 
> Can I ask as to the status of these patches?

They'll be going in shortly.

-- 
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
    GPG Key ID: 0E572FDD


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 884 bytes --]

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

* Re: [PATCH rdma-rc V1 0/4] RXE fixes for 4.8
       [not found] ` <1473246247-16536-1-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
@ 2016-09-16 18:31   ` Doug Ledford
  0 siblings, 0 replies; 4+ messages in thread
From: Doug Ledford @ 2016-09-16 18:31 UTC (permalink / raw)
  To: Leon Romanovsky; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Leon Romanovsky


[-- Attachment #1.1: Type: text/plain, Size: 1255 bytes --]

On 9/7/2016 7:04 AM, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
> 
> Hi Doug,
> 
> Please find the following four patches from Yonatan which
> fix numerous issues in RXE code.
> 
> Thanks
> 
> Changelog v0->v1:
>  * Patch 1:
>    * removed second call to register_netdevice_notifier()
>    * fix indentation issues
>    * separated rxe_net_init() into two functions
> 
> Yonatan Cohen (4):
>   IB/rxe: Fix kernel panic in udp_setup_tunnel
>   IB/rxe: Fix duplicate atomic request handling
>   IB/rxe: Fix race condition between requester and completer
>   IB/rxe: Fix kmem_cache leak
> 
>  drivers/infiniband/sw/rxe/rxe.c      | 25 ++++++++++++++--
>  drivers/infiniband/sw/rxe/rxe_comp.c | 13 ++++++++
>  drivers/infiniband/sw/rxe/rxe_net.c  | 55 ++++++++++++++++------------------
>  drivers/infiniband/sw/rxe/rxe_net.h  |  5 +++-
>  drivers/infiniband/sw/rxe/rxe_req.c  | 57 ++++++++++++++++++++++++++++--------
>  drivers/infiniband/sw/rxe/rxe_resp.c | 11 +++----
>  6 files changed, 114 insertions(+), 52 deletions(-)
> 
> --
> 2.7.4
> 

Thanks, series applied.

-- 
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
    GPG Key ID: 0E572FDD


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 884 bytes --]

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

* [PATCH rdma-rc V1 0/4] RXE fixes for 4.8
@ 2016-09-07 11:04 Leon Romanovsky
       [not found] ` <1473246247-16536-1-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Leon Romanovsky @ 2016-09-07 11:04 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Leon Romanovsky

From: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

Hi Doug,

Please find the following four patches from Yonatan which
fix numerous issues in RXE code.

Thanks

Changelog v0->v1:
 * Patch 1:
   * removed second call to register_netdevice_notifier()
   * fix indentation issues
   * separated rxe_net_init() into two functions

Yonatan Cohen (4):
  IB/rxe: Fix kernel panic in udp_setup_tunnel
  IB/rxe: Fix duplicate atomic request handling
  IB/rxe: Fix race condition between requester and completer
  IB/rxe: Fix kmem_cache leak

 drivers/infiniband/sw/rxe/rxe.c      | 25 ++++++++++++++--
 drivers/infiniband/sw/rxe/rxe_comp.c | 13 ++++++++
 drivers/infiniband/sw/rxe/rxe_net.c  | 55 ++++++++++++++++------------------
 drivers/infiniband/sw/rxe/rxe_net.h  |  5 +++-
 drivers/infiniband/sw/rxe/rxe_req.c  | 57 ++++++++++++++++++++++++++++--------
 drivers/infiniband/sw/rxe/rxe_resp.c | 11 +++----
 6 files changed, 114 insertions(+), 52 deletions(-)

--
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-09-16 18:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-14 15:06 [PATCH rdma-rc V1 0/4] RXE fixes for 4.8 Stephen Bates
     [not found] ` <20160914150652.GA7129-Fu/sLxIRQ7hz7qcAzjI/l7KmtST0zaCzZeezCHUQhQ4@public.gmane.org>
2016-09-14 16:42   ` Doug Ledford
  -- strict thread matches above, loose matches on Subject: below --
2016-09-07 11:04 Leon Romanovsky
     [not found] ` <1473246247-16536-1-git-send-email-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-09-16 18:31   ` Doug Ledford

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.