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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 A102EC48BD5 for ; Tue, 25 Jun 2019 21:54:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6B95F2080C for ; Tue, 25 Jun 2019 21:54:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726516AbfFYVy3 (ORCPT ); Tue, 25 Jun 2019 17:54:29 -0400 Received: from mail-oi1-f194.google.com ([209.85.167.194]:45104 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725914AbfFYVy3 (ORCPT ); Tue, 25 Jun 2019 17:54:29 -0400 Received: by mail-oi1-f194.google.com with SMTP id m206so299427oib.12; Tue, 25 Jun 2019 14:54:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=6KasgTK5/+VuZL+PHIPQJwMjs+IvVkXo0ARvzNGiIQg=; b=PbBoe9aknR2hJcRebpHr5eZTJ/4pzIOG21gKIsuTFmogYRCGm3mAiGNzZjlLDqLrIm EIDqeL6nxHPP5bH9p18qjDxi6CjRm30Ye+sB91ZSMRYx37dFW3loth1eG7FrT/TZN6Hd WWrO16yinEVGF1UaAucywRnb5Zr0aivOtHIhplOeLaVoDI4cToCZUa2w1dBZBbQE3smv qWtdrHSf5J5KatlAKej0cSVG71Zk+vh2ea+gt9aX2kLEPTXh7YjD9FaxtIL1ac211+CS 9pPHIHpcOsoz61PdtoSzuSDyWJOktGhlH301CTEuT4SXu+XCRDpdaAtcT9GDK6QsKzvb HPsw== X-Gm-Message-State: APjAAAXu8nGycW2H3Qdnlnk7na3nUxc4CCagmH2D1okhWKB2smLma2T4 iDpm700kMBE4VZVfyutPhkLURH2H X-Google-Smtp-Source: APXvYqxyMRSmVugV5yYEEDBuWCTrKjdUkuehnfzUnuNQYosa75JfqCSutIdx0Cv5uPvp0yH6IE/OBA== X-Received: by 2002:a54:4f97:: with SMTP id g23mr15980949oiy.97.1561499668250; Tue, 25 Jun 2019 14:54:28 -0700 (PDT) Received: from ?IPv6:2600:1700:65a0:78e0:514:7862:1503:8e4d? ([2600:1700:65a0:78e0:514:7862:1503:8e4d]) by smtp.gmail.com with ESMTPSA id l15sm5936220otr.38.2019.06.25.14.54.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Jun 2019 14:54:27 -0700 (PDT) Subject: Re: [for-next V2 03/10] linux/dim: Rename externally exposed macros To: Saeed Mahameed , "David S. Miller" , Doug Ledford , Jason Gunthorpe Cc: Leon Romanovsky , Or Gerlitz , Tal Gilboa , "netdev@vger.kernel.org" , "linux-rdma@vger.kernel.org" References: <20190625205701.17849-1-saeedm@mellanox.com> <20190625205701.17849-4-saeedm@mellanox.com> From: Sagi Grimberg Message-ID: <3c38dc56-24de-0d47-d11c-4cb7a55b009c@grimberg.me> Date: Tue, 25 Jun 2019 14:54:25 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: <20190625205701.17849-4-saeedm@mellanox.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This can be squashed to the prev one, otherwise Reviewed-by: Sagi Grimberg