Re: [PATCH 5/9] RDMA/rdmavt: remove FMR memory registration

2020-05-27 Thread Dennis Dalessandro
On 5/27/2020 5:46 AM, Max Gurtovoy wrote: Use FRWR method to register memory by default and remove the ancient and unsafe FMR method. Signed-off-by: Max Gurtovoy See the expected failures. Tested-by: Dennis Dalessandro Acked-by: Dennis Dalessandro

Re: [RFC 20/20] RDMA/i40iw: Mark i40iw as deprecated

2019-10-02 Thread Dennis Dalessandro
On 9/28/2019 1:55 AM, Leon Romanovsky wrote: On Fri, Sep 27, 2019 at 04:17:15PM -0400, Doug Ledford wrote: On Thu, 2019-09-26 at 21:55 +0200, gre...@linuxfoundation.org wrote: On Thu, Sep 26, 2019 at 07:49:44PM +, Saleem, Shiraz wrote: Subject: Re: [RFC 20/20] RDMA/i40iw: Mark i40iw as dep

Re: [PATCH iproute2-next v3] rdma: Document IB device renaming option

2018-11-21 Thread Dennis Dalessandro
On 11/18/2018 6:05 AM, Leon Romanovsky wrote: On Fri, Nov 16, 2018 at 08:10:35PM +, Ruhl, Michael J wrote: -Original Message- From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- ow...@vger.kernel.org] On Behalf Of Leon Romanovsky Sent: Sunday, November 4, 2018 2:11 PM To: Davi

Re: [PATCH rdma-next V2 25/27] RDMA/netlink: Export LID mask counter (LMC)

2017-07-17 Thread Dennis Dalessandro
On 7/3/2017 2:28 AM, Leon Romanovsky wrote: From: Leon Romanovsky Signed-off-by: Leon Romanovsky --- drivers/infiniband/core/nldev.c | 3 +++ include/uapi/rdma/rdma_netlink.h | 5 + 2 files changed, 8 insertions(+) diff --git a/drivers/infiniband/core/nldev.c b/drivers/infiniband/cor

Re: [PATCH rdma-next V2 24/27] RDMA/netink: Export lids and sm_lids

2017-07-17 Thread Dennis Dalessandro
On 7/3/2017 2:28 AM, Leon Romanovsky wrote: From: Leon Romanovsky According to the IB specification, the LID and SM_LID are 16-bit wide, but to support OmniPath users, export it as 32-bit value from the beginning. Signed-off-by: Leon Romanovsky --- Reviewed-by: Dennis Dalessandro

Re: [PATCH rdma-next V2 20/27] RDMA: Simplify get firmware interface

2017-07-17 Thread Dennis Dalessandro
Reviewed-by: Dennis Dalessandro

Re: [for-next 5/6] net/mlx5: Bump driver version

2017-05-26 Thread Dennis Dalessandro
On 5/26/2017 12:35 PM, Saeed Mahameed wrote: On Fri, May 26, 2017 at 3:56 PM, Dennis Dalessandro wrote: On 5/23/2017 7:44 AM, Saeed Mahameed wrote: From: Tariq Toukan Remove date and bump version for mlx5_core driver. Signed-off-by: Tariq Toukan Signed-off-by: Saeed Mahameed So I

Re: [for-next 5/6] net/mlx5: Bump driver version

2017-05-26 Thread Dennis Dalessandro
On 5/23/2017 7:44 AM, Saeed Mahameed wrote: From: Tariq Toukan Remove date and bump version for mlx5_core driver. Signed-off-by: Tariq Toukan Signed-off-by: Saeed Mahameed So I just complained about the bnxt_re doing this. I guess I need to raise a flag here too. Now to be clear I'm not a

Re: [RFC iproute2 0/8] RDMA tool

2017-05-08 Thread Dennis Dalessandro
On 05/04/2017 03:42 PM, Leon Romanovsky wrote: On Thu, May 04, 2017 at 03:26:13PM -0400, Dennis Dalessandro wrote: On 05/04/2017 02:45 PM, Leon Romanovsky wrote: On Thu, May 04, 2017 at 06:30:27PM +, Bart Van Assche wrote: On Thu, 2017-05-04 at 21:25 +0300, Leon Romanovsky wrote: On Thu

Re: [RFC iproute2 0/8] RDMA tool

2017-05-04 Thread Dennis Dalessandro
On 05/04/2017 02:45 PM, Leon Romanovsky wrote: On Thu, May 04, 2017 at 06:30:27PM +, Bart Van Assche wrote: On Thu, 2017-05-04 at 21:25 +0300, Leon Romanovsky wrote: On Thu, May 04, 2017 at 06:10:54PM +, Bart Van Assche wrote: On Thu, 2017-05-04 at 21:02 +0300, Leon Romanovsky wrote:

Re: [PATCH 5/7] IB/hfi1: use pcie_flr instead of duplicating it

2017-04-24 Thread Dennis Dalessandro
On 04/24/2017 10:35 AM, Christoph Hellwig wrote: On Mon, Apr 24, 2017 at 02:16:31PM +, Byczkowski, Jakub wrote: Tested-by: Jakub Byczkowski Are you (and Doug) ok with queueing this up in the PCI tree? We are fine however Doug wants to handle it. -Denny