Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752602AbdI2TOT (ORCPT ); Fri, 29 Sep 2017 15:14:19 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:49678 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752303AbdI2TOR (ORCPT ); Fri, 29 Sep 2017 15:14:17 -0400 X-Google-Smtp-Source: AOwi7QCeu+6ddHZz/H0Ta8mM1hY17ubyhJE9qW1n9iKMnDZxOX0YrYIUiyMJ/WuPC24A54JgdD4VDQ== Subject: Re: [PATCH net-next 6/8] net: dsa: prepare master receive hot path To: Vivien Didelot , netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Andrew Lunn References: <20170929183635.8122-1-vivien.didelot@savoirfairelinux.com> <20170929183635.8122-7-vivien.didelot@savoirfairelinux.com> From: Florian Fainelli Message-ID: <521fc4c0-ab5e-54fa-ddfb-324fa0b1b10c@gmail.com> Date: Fri, 29 Sep 2017 12:14:09 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170929183635.8122-7-vivien.didelot@savoirfairelinux.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 403 Lines: 10 On 09/29/2017 11:36 AM, Vivien Didelot wrote: > In preparation to make DSA master devices point to their corresponding > CPU port instead of the whole tree, add copies of dst and rcv in the > dsa_port structure so that we keep fast access in the receive hot path. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian