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.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 BC245C31E40 for ; Tue, 6 Aug 2019 06:41:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8A5182147A for ; Tue, 6 Aug 2019 06:41:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="IdZptExF" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731900AbfHFGlu (ORCPT ); Tue, 6 Aug 2019 02:41:50 -0400 Received: from smtp-fw-9102.amazon.com ([207.171.184.29]:27618 "EHLO smtp-fw-9102.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731731AbfHFGlu (ORCPT ); Tue, 6 Aug 2019 02:41:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1565073709; x=1596609709; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=uwYfDE0m2ARKujVSzsPRQ4binIhLn7GSuPeTq53+GP8=; b=IdZptExFg+y7rSSIIT5ZDeAjSjv0Vejn5bnE6QmIiGxKsZdaHkq4VULK 9jzrgOLFHyN+XqkOABLLO0nP2UTH0y9PN1Wwc8dm4Hmg532sInx15Otew rReFxJVB8ZVHD/vaMG4k1fCtaOIg35WFLcJbvsLGOJIcF7lwyu3M3UDa1 Y=; X-IronPort-AV: E=Sophos;i="5.64,352,1559520000"; d="scan'208";a="691225114" Received: from sea3-co-svc-lb6-vlan2.sea.amazon.com (HELO email-inbound-relay-2b-5bdc5131.us-west-2.amazon.com) ([10.47.22.34]) by smtp-border-fw-out-9102.sea19.amazon.com with ESMTP; 06 Aug 2019 06:41:47 +0000 Received: from EX13MTAUEA001.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan3.pdx.amazon.com [10.170.41.166]) by email-inbound-relay-2b-5bdc5131.us-west-2.amazon.com (Postfix) with ESMTPS id 47CFDA0151; Tue, 6 Aug 2019 06:41:47 +0000 (UTC) Received: from EX13D19EUB003.ant.amazon.com (10.43.166.69) by EX13MTAUEA001.ant.amazon.com (10.43.61.243) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 6 Aug 2019 06:41:46 +0000 Received: from 8c85908914bf.ant.amazon.com (10.43.162.197) by EX13D19EUB003.ant.amazon.com (10.43.166.69) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 6 Aug 2019 06:41:42 +0000 Subject: Re: [PATCH iproute2-next] rdma: Add driver QP type string To: David Ahern , Stephen Hemminger CC: , , Leon Romanovsky References: <20190804080756.58364-1-galpress@amazon.com> From: Gal Pressman Message-ID: Date: Tue, 6 Aug 2019 09:41:37 +0300 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.43.162.197] X-ClientProxiedBy: EX13D30UWC002.ant.amazon.com (10.43.162.235) To EX13D19EUB003.ant.amazon.com (10.43.166.69) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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).