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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0330DC433EF for ; Wed, 20 Oct 2021 12:48:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E16E160FF2 for ; Wed, 20 Oct 2021 12:48:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230180AbhJTMuX (ORCPT ); Wed, 20 Oct 2021 08:50:23 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:48630 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229702AbhJTMuV (ORCPT ); Wed, 20 Oct 2021 08:50:21 -0400 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=FiwSXXL8IsE+V+fYJRzQfPjbljCPq+URMfgkPtLnLG8=; b=chyPc3Ud/CFnOnAaJl1aR3w9xq f1J0oAXuM+IX7szn1ONWzGMNtqxDiSN1/v6m80MPmlF2vTSbDfpuf5HqivWGmo5YLhryMbeo906pr VsCL07EKombuNevRXpNKZ0465pfB/xJOl+aNc3HiwjIZ3OqeRlTzg+yiS+cnB/odB1e8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mdB0g-00BBWr-Dm; Wed, 20 Oct 2021 14:47:58 +0200 Date: Wed, 20 Oct 2021 14:47:58 +0200 From: Andrew Lunn To: Volodymyr Mytnyk Cc: kuba@kernel.org, mickeyr@marvell.com, serhiy.pshyk@plvision.eu, taras.chornyi@plvision.eu, Volodymyr Mytnyk , Vadym Kochan , Yevhen Orlov , Taras Chornyi , "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v3] net: marvell: prestera: add firmware v4.0 support Message-ID: References: <1634722349-23693-1-git-send-email-volodymyr.mytnyk@plvision.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1634722349-23693-1-git-send-email-volodymyr.mytnyk@plvision.eu> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 20, 2021 at 12:32:28PM +0300, Volodymyr Mytnyk wrote: > From: Volodymyr Mytnyk > > Add firmware (FW) version 4.0 support for Marvell Prestera > driver. > > Major changes have been made to new v4.0 FW ABI to add support > of new features, introduce the stability of the FW ABI and ensure > better forward compatibility for the future driver vesrions. > > Current v4.0 FW feature set support does not expect any changes > to ABI, as it was defined and tested through long period of time. > The ABI may be extended in case of new features, but it will not > break the backward compatibility. So if we decide to merge this, we will hold you to this statement. You can never again break the ABI. The driver will always support v4.0 firmware. Are you really sure you have it correct this time? Andrew