From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A6BE21B1511; Wed, 14 Aug 2024 14:05:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723644307; cv=none; b=hMBX1PpRgojvNcDr6tK7CWUdBSabTsM8blD2jENpKQdamJdbIkYM/48YncMcwGwmVPdxiAcHQxlNhaKJGK8xn/iR5MInHUy2UT6xKK3P5p5Q2C7kSS0ZZpGh3Uau/19Km2Bk+ajyAj3Lzlxw9NJSMLhS1SSmX4QqexFYb1ib2Cc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723644307; c=relaxed/simple; bh=WaW8XJhQ4GbhzVN9r23OnvUiWdFyZC7BBI3roPBU95k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Dv+ms8g7rwA3CurG3e1p1wHlTe1vEcEVVlrwiLf2RYPbhZqpd0Xuhu9GS9weVFqwFzdnyLj5TjmJM+cpNCNNC8vP512KCVDwKK2zkaO9rHv7vHgurCTk+a0PVgonebsXVI6a/pmZPeyrxooQIGMNGe0EYGDxagW+a/t3eeVEDeE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=eeN88CA9; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="eeN88CA9" 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=wlM/hae8prT81TJB4/2Vep7uUBYL04hYC/AkxXS65d0=; b=eeN88CA9Xh6FhCB6yfOaLumHRu iWT4BiTCndJ/DhPhgn5P7FzRI1/7QZYiqtsOmwYdCEoMeR2Xu/I7kFBThlXiw9hEQVWFPe5geI7mm qVRAKkSAQWuZxJATUWKFG34qe38i9qU9OnNu6ubuRcqJ9OA8yfbEZStNoyNYmrZ0OsUg=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1seEcP-004loK-NX; Wed, 14 Aug 2024 16:04:53 +0200 Date: Wed, 14 Aug 2024 16:04:53 +0200 From: Andrew Lunn To: MD Danish Anwar Cc: Dan Carpenter , Jan Kiszka , Vignesh Raghavendra , Javier Carrasco , Jacob Keller , Diogo Ivo , Simon Horman , Richard Cochran , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, srk@ti.com, Roger Quadros Subject: Re: [PATCH net-next v2 0/7] Introduce HSR offload support for ICSSG Message-ID: References: <20240813074233.2473876-1-danishanwar@ti.com> <69043091-dd59-4b7a-aae0-34f9695b378d@ti.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69043091-dd59-4b7a-aae0-34f9695b378d@ti.com> > We have these 3 firmwares only for ICSSG. O.K. But i also hope you have learned from this and the next generation of the hardware with have more RAM for firmware, so you only need one firmware image for everything. Andrew