From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH ethtool] ethtool: support combinations of FEC modes Date: Wed, 19 Sep 2018 17:33:38 +0200 Message-ID: <20180919153338.GE17466@lunn.ch> References: <518b8b8b-0151-1053-3798-6009044ed53a@solarflare.com> <20180919144117.GF3876@unicorn.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Edward Cree , "John W. Linville" , netdev , Ganesh Goudar , Jakub Kicinski , Dustin Byford , Dirk van der Merwe To: Michal Kubecek Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:38984 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728054AbeISVMT (ORCPT ); Wed, 19 Sep 2018 17:12:19 -0400 Content-Disposition: inline In-Reply-To: <20180919144117.GF3876@unicorn.suse.cz> Sender: netdev-owner@vger.kernel.org List-ID: > One loosely related question: how sure can we be that we are never going > to need more than 32 bits for FEC encodings? Is it something completely > hypothetical or is it something that could happen in the future? > Hi Michal Hopefully we have moved to a netlink socket by that time :-) I recently found that EEE still uses a u32 for advertise link modes. We should fix that in the netlink API. Andrew