Re: [PATCH 3/4] net: dsa: mv88e6xxx: Implement .port_change_mtu/.port_max_mtu

From: Chris Packham
Date: Thu Jul 23 2020 - 17:16:29 EST



On 24/07/20 9:02 am, Andrew Lunn wrote:
> 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.

OK. I'll try to remember that for next time. For this series in
particular it's a little hard for me to test net-next because the
hardware in question relies on a bunch of code that is not upstream.