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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF666C77B7A for ; Wed, 24 May 2023 13:48:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235042AbjEXNsS (ORCPT ); Wed, 24 May 2023 09:48:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233072AbjEXNsQ (ORCPT ); Wed, 24 May 2023 09:48:16 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B80FD9E; Wed, 24 May 2023 06:48:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=Lvfka6Ek+41nm7w9MV0i66TSEWM9HlLQmnBz2RnwAbk=; b=pXsAWHDC8asialXtF8xj2rSAeM eLDHhIfGcUT1FzTPKDVnmQoUPQbvLoAvsyqoq50dBCXQp7gRG7+1Lv+iPLurWWIaJk6h+lqJZ9eQ/ 8HalFOjHbXBz6CC5dlYOfmCNo6v1IIku6UUSykP1SjhFejocjrX+9+YfkSCGX6kPsG/k=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1q1oqQ-00DnXy-2A; Wed, 24 May 2023 15:48:02 +0200 Date: Wed, 24 May 2023 15:48:02 +0200 From: Andrew Lunn To: Lukasz Majewski Cc: Vladimir Oltean , Russell King , Eric Dumazet , Florian Fainelli , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Alexander Duyck , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 0/3] dsa: marvell: Add support for mv88e6071 and 6020 switches Message-ID: References: <20230523142912.2086985-1-lukma@denx.de> <89fd3a8d-c262-46d8-98ad-c8dc04fe9d9c@lunn.ch> <20230524141743.1322c051@wsk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230524141743.1322c051@wsk> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > Vladimir indicates here that it is not known how to change the max MTU > > for the MV88E6250. Where did you get the information from to implement > > it? > > Please refer to [1]. > > The mv88e6185_g1_set_max_frame_size() function can be reused (as > registers' offsets and bits are the same for mv88e60{71|20}). So you have the datasheet? You get the information to implement this from the data sheet? Andrew