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.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 728EFC433E0 for ; Thu, 23 Jul 2020 21:02:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 58E9C207C4 for ; Thu, 23 Jul 2020 21:02:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726425AbgGWVCu (ORCPT ); Thu, 23 Jul 2020 17:02:50 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:52188 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726115AbgGWVCu (ORCPT ); Thu, 23 Jul 2020 17:02:50 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1jyiMP-006ZxW-B2; Thu, 23 Jul 2020 23:02:37 +0200 Date: Thu, 23 Jul 2020 23:02:37 +0200 From: Andrew Lunn To: Chris Packham Cc: "vivien.didelot@gmail.com" , "f.fainelli@gmail.com" , "davem@davemloft.net" , "kuba@kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 3/4] net: dsa: mv88e6xxx: Implement .port_change_mtu/.port_max_mtu Message-ID: <20200723210237.GJ1553578@lunn.ch> References: <20200723035942.23988-1-chris.packham@alliedtelesis.co.nz> <20200723035942.23988-4-chris.packham@alliedtelesis.co.nz> <20200723133122.GB1553578@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Jul 23, 2020 at 08:50:27PM +0000, Chris Packham wrote: > > On 24/07/20 1:31 am, Andrew Lunn wrote: > > On Thu, Jul 23, 2020 at 03:59:41PM +1200, Chris Packham wrote: > >> Add implementations for the mv88e6xxx switches to connect with the > >> generic dsa operations for configuring the port MTU. > > Hi Chris > > > > What tree is this against? > $ git config remote.origin.url > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > $ git describe `git merge-base HEAD origin/master` Hi Chris Networking patches are expected to be against net-next. Or net if they are fixes. Please don't submit patches to netdev against other trees. Andrew