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=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 9805DC4363D for ; Tue, 6 Oct 2020 13:15:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 26CFB20760 for ; Tue, 6 Oct 2020 13:15:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="XxPXzd4p" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725970AbgJFNPL (ORCPT ); Tue, 6 Oct 2020 09:15:11 -0400 Received: from smtp-fw-6002.amazon.com ([52.95.49.90]:47148 "EHLO smtp-fw-6002.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725891AbgJFNPL (ORCPT ); Tue, 6 Oct 2020 09:15:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1601990111; x=1633526111; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=ER9dznba7ZSP9/PBw/qDlR+7p5rNRt+Z3f6U0SG9NrE=; b=XxPXzd4pMd3b1jgMzrwf1VsBJX88r5tL1loVeRwxtrJBvJrwEOTRbwGA cAk26H+7q5pJI2gFzAJROsKbODikB5t+/Vkn6N2+Ig738Dkv7v53NGgfr eJdMZRg0Hzj5rLWS5tLe3sNnbI8FRfR0BMk+0wQctHQNLMYs046+zKBAV E=; X-IronPort-AV: E=Sophos;i="5.77,343,1596499200"; d="scan'208";a="58318697" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-2c-397e131e.us-west-2.amazon.com) ([10.43.8.6]) by smtp-border-fw-out-6002.iad6.amazon.com with ESMTP; 06 Oct 2020 13:15:09 +0000 Received: from EX13D19EUB003.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan3.pdx.amazon.com [10.170.41.166]) by email-inbound-relay-2c-397e131e.us-west-2.amazon.com (Postfix) with ESMTPS id 537F9A1885; Tue, 6 Oct 2020 13:15:07 +0000 (UTC) Received: from 8c85908914bf.ant.amazon.com (10.43.162.221) by EX13D19EUB003.ant.amazon.com (10.43.166.69) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 6 Oct 2020 13:14:54 +0000 Subject: Re: [PATCH for-next] IB/mlx4: Convert rej_tmout radix-tree to XArray To: =?UTF-8?Q?H=c3=a5kon_Bugge?= , Yishai Hadas , Jason Gunthorpe , Doug Ledford , References: <1601989634-4595-1-git-send-email-haakon.bugge@oracle.com> From: Gal Pressman Message-ID: Date: Tue, 6 Oct 2020 16:14:49 +0300 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <1601989634-4595-1-git-send-email-haakon.bugge@oracle.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.43.162.221] X-ClientProxiedBy: EX13D37UWA002.ant.amazon.com (10.43.160.211) To EX13D19EUB003.ant.amazon.com (10.43.166.69) Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On 06/10/2020 16:07, Håkon Bugge wrote: > Fixes: b7d8e64fa9db ("IB/mlx4: Add support for REJ due to timeout") There shouldn't be a blank line here, and the commit hash doesn't exist. > > Signed-off-by: Håkon Bugge