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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 F1874C433E6 for ; Sun, 14 Feb 2021 06:42:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC44064E4E for ; Sun, 14 Feb 2021 06:42:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229713AbhBNGlu (ORCPT ); Sun, 14 Feb 2021 01:41:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:52156 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229563AbhBNGls (ORCPT ); Sun, 14 Feb 2021 01:41:48 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4E2CE64E43; Sun, 14 Feb 2021 06:41:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613284867; bh=OBk75GOH8EKHAVV7ouOv6GVYXdFhEWXEH7tNORERk8Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UNkA9xKxcWpD5H5a8xIMT+DpQzio15ccFpxDKcI1T4Cmm173AfNngiza+l+jy38AO n1aRiCXM3KbkcONXeMgH/d4BgA+RuEiM0V804YGz+bqHZhFoIOgQ/GP9Ms51bQFcFp NrzuaFyilGVGtFO6c9CXM9rqppVsXRrTtmLumfKKwNLI5j4OgNgPX3G9QolemTymdd d140PtPcjNIW2VVIOYhpS81d7WxmWgSdHDO1G5qYtjswyUVxgGQkXUdDhac69qzsHw c/+7JkhklnCbNdDctoj9PWkktvSGxcaQtcYLHdsWM8vkDzoxI49wQibRGvvu+JdkU5 EfTX96dHqxe+A== Date: Sun, 14 Feb 2021 08:41:03 +0200 From: Leon Romanovsky To: Jason Gunthorpe Cc: Saeed Mahameed , Doug Ledford , Aharon Landau , linux-rdma@vger.kernel.org, Maor Gottlieb , netdev@vger.kernel.org Subject: Re: [PATCH rdma-next 0/2] Real time/free running timestamp support Message-ID: References: <20210209131107.698833-1-leon@kernel.org> <20210212181056.GB1737478@nvidia.com> <5d4731e2394049ca66012f82e1645bdec51aca78.camel@kernel.org> <20210212211408.GA1860468@nvidia.com> <53a97eb379af167c0221408a07c9bddc6624027d.camel@kernel.org> <20210212212153.GX4247@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210212212153.GX4247@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Feb 12, 2021 at 05:21:53PM -0400, Jason Gunthorpe wrote: > On Fri, Feb 12, 2021 at 01:19:09PM -0800, Saeed Mahameed wrote: > > On Fri, 2021-02-12 at 17:14 -0400, Jason Gunthorpe wrote: > > > On Fri, Feb 12, 2021 at 01:09:20PM -0800, Saeed Mahameed wrote: > > > > On Fri, 2021-02-12 at 14:10 -0400, Jason Gunthorpe wrote: > > > > > On Tue, Feb 09, 2021 at 03:11:05PM +0200, Leon Romanovsky wrote: > > > > > > From: Leon Romanovsky > > > > > > > > > > > > Add an extra timestamp format for mlx5_ib device. > > > > > > > > > > > > Thanks > > > > > > > > > > > > Aharon Landau (2): > > > > > >   net/mlx5: Add new timestamp mode bits > > > > > >   RDMA/mlx5: Fail QP creation if the device can not support the > > > > > > CQE > > > > > > TS > > > > > > > > > > > >  drivers/infiniband/hw/mlx5/qp.c | 104 > > > > > > +++++++++++++++++++++++++++++--- > > > > > >  include/linux/mlx5/mlx5_ifc.h   |  54 +++++++++++++++-- > > > > > >  2 files changed, 145 insertions(+), 13 deletions(-) > > > > > > > > > > Since this is a rdma series, and we are at the end of the cycle, > > > > > I > > > > > took the IFC file directly to the rdma tree instead of through > > > > > the > > > > > shared branch. > > > > > > > > > > Applied to for-next, thanks > > > > > > > > > > > > > mmm, i was planing to resubmit this patch with the netdev real time > > > > support series, since the uplink representor is getting delayed, I > > > > thought I could submit the real time stuff today. can you wait on > > > > the > > > > ifc patch, i will re-send it today if you will, but it must go > > > > through > > > > the shared branch > > > > > > Friday of rc7 is a bit late to be sending new patches for the first > > > time, isn't it?? > > > > I know, uplink representor last minute mess ! > > > > > > > > But sure, if you update the shared branch right now I'll fix up > > > rdma.git > > > > > > > I can't put it in the shared brach without review, i will post it to > > the netdev/rdma lists for two days at least for review and feedback. > > Well, I'm not going to take any different patches beyond right now > unless Linus does a rc8?? > > Just move this one IFC patch to the shared branch, it is obviously OK OK, I'm curious to see the end result of all this last minute adventure. Thanks > > Jason