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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07F55C31E4B for ; Fri, 14 Jun 2019 18:45:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC9C820673 for ; Fri, 14 Jun 2019 18:45:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726393AbfFNSpP (ORCPT ); Fri, 14 Jun 2019 14:45:15 -0400 Received: from charlotte.tuxdriver.com ([70.61.120.58]:36370 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725868AbfFNSpO (ORCPT ); Fri, 14 Jun 2019 14:45:14 -0400 Received: from uucp by smtp.tuxdriver.com with local-rmail (Exim 4.63) (envelope-from ) id 1hbrCK-0002jn-T2; Fri, 14 Jun 2019 14:45:12 -0400 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.15.2/8.14.6) with ESMTP id x5EIeHaw027745; Fri, 14 Jun 2019 14:40:17 -0400 Received: (from linville@localhost) by localhost.localdomain (8.15.2/8.15.2/Submit) id x5EIeF9i027744; Fri, 14 Jun 2019 14:40:15 -0400 Date: Fri, 14 Jun 2019 14:40:15 -0400 From: "John W. Linville" To: Andrew Lunn Cc: linville@redhat.com, netdev Subject: Re: [PATCH v2 0/2] Add 100BaseT1 and 1000BaseT1 Message-ID: <20190614184013.GD23700@tuxdriver.com> References: <20190531135748.23740-1-andrew@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190531135748.23740-1-andrew@lunn.ch> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, May 31, 2019 at 03:57:46PM +0200, Andrew Lunn wrote: > Import the latest ethtool.h and add two new links modes. > > v2: > Move the new speeds to the end of the all_advertised_modes_bits[]. > Remove the same_line bit for the new moved > Add the new modes to the man page. > > Andrew Lunn (2): > ethtool: sync ethtool-copy.h with linux-next from 30/05/2019 > ethtool: Add 100BaseT1 and 1000BaseT1 link modes > > ethtool-copy.h | 7 ++++++- > ethtool.8.in | 2 ++ > ethtool.c | 6 ++++++ > 3 files changed, 14 insertions(+), 1 deletion(-) Thanks for the patches! Queued for next release... John -- John W. Linville Someday the world will need a hero, and you linville@tuxdriver.com might be all we have. Be ready.