From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E603DC48BDA for ; Sun, 7 Jul 2019 07:51:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B51DB20989 for ; Sun, 7 Jul 2019 07:51:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562485879; bh=MkFR8RV5YSB5lbsuftqEMB5Iaf41XwbnOZ5e5z6SXkA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ZHXoFVOaRqWyl1o/HDiIt0dbCiMfHWNxeqZW4EEQJcaKgphAuVxnEDFK1xfNZCyyx 11855qw7y3Pxq8H0wOBVcgajxkB4vIUyJmNXcZlG+x3qzgX9BfvkpBOPAVJoY7nuQ3 Mugv56KTRew1vaelmVXt2Q19oOXH4OGiffiXVHYc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727188AbfGGHvS (ORCPT ); Sun, 7 Jul 2019 03:51:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:56526 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727127AbfGGHvS (ORCPT ); Sun, 7 Jul 2019 03:51:18 -0400 Received: from localhost (unknown [193.47.165.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B561120830; Sun, 7 Jul 2019 07:51:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562485877; bh=MkFR8RV5YSB5lbsuftqEMB5Iaf41XwbnOZ5e5z6SXkA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f5J7fbYjaaiF09er5ffvZLboz7jE2edj995ipAnY08wUjeLNaXIMbfvxKUBZcGTfH LhO69fgT0ZbmUDDujDPBKG5AMFLq8wUxL4yCLtCc64kQ8sXaCVg1PjYoDQFDfJzn8A bscfpmwDbP8TeKmGuuSmuH+LaSLcN16QZMdQITsg= Date: Sun, 7 Jul 2019 10:51:14 +0300 From: Leon Romanovsky To: Jason Gunthorpe Cc: Doug Ledford , RDMA mailing list , Max Gurtovoy , Yishai Hadas , Saeed Mahameed , linux-netdev Subject: Re: [PATCH rdma-next 0/2] DEVX VHCA tunnel support Message-ID: <20190707075114.GB7034@mtr-leonro.mtl.com> References: <20190701181402.25286-1-leon@kernel.org> <20190705174007.GA7787@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190705174007.GA7787@ziepe.ca> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Jul 05, 2019 at 02:40:07PM -0300, Jason Gunthorpe wrote: > On Mon, Jul 01, 2019 at 09:14:00PM +0300, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Hi, > > > > Those two patches introduce VHCA tunnel mechanism to DEVX interface > > needed for Bluefield SOC. See extensive commit messages for more > > information. > > > > Thanks > > > > Max Gurtovoy (2): > > net/mlx5: Introduce VHCA tunnel device capability > > IB/mlx5: Implement VHCA tunnel mechanism in DEVX > > > > drivers/infiniband/hw/mlx5/devx.c | 24 ++++++++++++++++++++---- > > include/linux/mlx5/mlx5_ifc.h | 10 ++++++++-- > > 2 files changed, 28 insertions(+), 6 deletions(-) > > This looks Ok can you apply the mlx5-next patch please 1dd7382b1bb6 net/mlx5: Introduce VHCA tunnel device capability Thanks > > Thanks, > Jason >