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=-7.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 385B0C433FF for ; Tue, 6 Aug 2019 06:54:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 05E862147A for ; Tue, 6 Aug 2019 06:54:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565074472; bh=pyVxYgohHivhCdo5ABbyvluZXu8xqR26zeMmrmn39/E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=dY79db1JWIZNl0X1r0+ydpFTE0kTWDzowFsiF7na0PI9GZYQ1H6W+YcvIINhqvsNd 0VK/08Bsl/FjVpUlA/Llk/rEPFJfWCnCk7cqoe919KQriio+xz0qIprzu90rs0NZPJ rkO290r+osnVlWqCkVvYr1FOb1x1o3gHSvtfyypM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731859AbfHFGyb (ORCPT ); Tue, 6 Aug 2019 02:54:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:59124 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731557AbfHFGya (ORCPT ); Tue, 6 Aug 2019 02:54:30 -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 7C09C20B1F; Tue, 6 Aug 2019 06:54:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565074470; bh=pyVxYgohHivhCdo5ABbyvluZXu8xqR26zeMmrmn39/E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kkctbqIjB1SUdWuOZXUQFXfIUc5mG0X2WrLEqF906oOv5JPGWB5MCvwxZy6K0RfUc 5off1MdXrKanyK1SLJAogQGHeU8ieMlMpzNWJLyGjkqu1JAJe74NlDwgDXItfm3Dxt uFqVgsP1NWk91j0FDP0AR4IBITkc4vHBpIA+GH7k= Date: Tue, 6 Aug 2019 09:54:25 +0300 From: Leon Romanovsky To: Gal Pressman Cc: David Ahern , Stephen Hemminger , netdev@vger.kernel.org, linux-rdma@vger.kernel.org Subject: Re: [PATCH iproute2-next] rdma: Add driver QP type string Message-ID: <20190806065425.GP4832@mtr-leonro.mtl.com> References: <20190804080756.58364-1-galpress@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Tue, Aug 06, 2019 at 09:41:37AM +0300, Gal Pressman wrote: > On 05/08/2019 22:08, David Ahern wrote: > > On 8/4/19 2:07 AM, Gal Pressman wrote: > >> RDMA resource tracker now tracks driver QPs as well, add driver QP type > >> string to qp_types_to_str function. > > > > "now" means which kernel release? Leon: should this be in master or -next? > > Now means the patch is merged to RDMA's for-rc branch (5.3). https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/infiniband?id=52e0a118a20308dd6aa531e20a5ab5907d2264c8 David, I think that it is better to apply this patch to iproute2-rc just to be on the same page with kernel patch. Thanks