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 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 A445FC48BD6 for ; Tue, 25 Jun 2019 21:53:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 77E992080C for ; Tue, 25 Jun 2019 21:53:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726562AbfFYVxt (ORCPT ); Tue, 25 Jun 2019 17:53:49 -0400 Received: from mail-oi1-f173.google.com ([209.85.167.173]:39342 "EHLO mail-oi1-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725914AbfFYVxt (ORCPT ); Tue, 25 Jun 2019 17:53:49 -0400 Received: by mail-oi1-f173.google.com with SMTP id m202so327908oig.6; Tue, 25 Jun 2019 14:53:48 -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=nWpDQmZNg8zKVk12QskQ7NNS05C4fI/JmZBKLdKyu8Q=; b=eoKGtDlKqpIxRnTHGXl8zjO5fMTGzW0LkDadKDQ6wTEUq4Io7tFTluvuVv0GYE3bnX /gju7rIkWs0OI80aqtQC77qkYPV/kbv30XXGjObht93YtqA3/5LZEjqcJu90DuWMyxQP 0JqQcbNeW229kJ38hdX3WFd3gu5dvau+8Z/IoCbg4nxCNYDdkN+lSDac+3aJUN2st8cf Taibkby83XrSnSTZGy14FOi1ecLF7+uUogJvQxj9n/9x2j1f68XDuvNtu6yR1c1PloZR 0Zm6rh5N9yoJytcNOj1RNawX6X+3uCK+8QtzW23Cxt9aly6URWXRi3nKRaxFKC1YOKLE XlkA== X-Gm-Message-State: APjAAAWLe8ooTxc+aXthg3zedrdCQ7pU3Q+nwJEtC8C1EiA+KhDqh5+h A800oLs9FaK4xm/vO4Y2nFNG5DFV X-Google-Smtp-Source: APXvYqxP8BS/GkDgwyOepZgrAq5wTRpM2J4mHVKpyw06liytge2rhWt5bNRkpJikA5QawRZQh2ttgg== X-Received: by 2002:aca:ec0f:: with SMTP id k15mr15519842oih.13.1561499628121; Tue, 25 Jun 2019 14:53:48 -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 s1sm5740376otq.28.2019.06.25.14.53.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Jun 2019 14:53:47 -0700 (PDT) Subject: Re: [for-next V2 02/10] linux/dim: Remove "net" prefix from internal DIM members 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-3-saeedm@mellanox.com> From: Sagi Grimberg Message-ID: Date: Tue, 25 Jun 2019 14:53:46 -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-3-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 Reviewed-by: Sagi Grimberg