From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [patch net-next] mlxsw: spectrum: Upper-bound supported FW version Date: Fri, 19 Jan 2018 15:46:39 -0500 (EST) Message-ID: <20180119.154639.1976472463237128637.davem@davemloft.net> References: <20180118115523.5283-1-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, yuvalm@mellanox.com, idosch@mellanox.com, mlxsw@mellanox.com To: jiri@resnulli.us Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:46908 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752100AbeASUqm (ORCPT ); Fri, 19 Jan 2018 15:46:42 -0500 In-Reply-To: <20180118115523.5283-1-jiri@resnulli.us> Sender: netdev-owner@vger.kernel.org List-ID: From: Jiri Pirko Date: Thu, 18 Jan 2018 12:55:23 +0100 > From: Yuval Mintz > > During initialization the driver checks whether the flashed FW image > suits its requirements by checking that it's sufficiently new. > However, there's only a weak backward compatibility scheme that is > actually guaranteed by the FW, so driver must also upper bound the > version to prevent compatibility issues between current driver and some > possible future fw. > > Signed-off-by: Yuval Mintz > Reviewed-by: Ido Schimmel > Signed-off-by: Jiri Pirko Applied, thanks.