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=-5.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 3D1F3C10F11 for ; Sat, 13 Apr 2019 17:15:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 037C02147A for ; Sat, 13 Apr 2019 17:15:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="s7fohP9G" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727256AbfDMRPg (ORCPT ); Sat, 13 Apr 2019 13:15:36 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:60412 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726973AbfDMRPg (ORCPT ); Sat, 13 Apr 2019 13:15:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Hjp0YMIdLlrnz4anuKAnuXiz6HBeCihvAbSF7O7fSoU=; b=s7fohP9G8u6V+ChAymy+JVzKNl 0rvZxHybC7dJgZHtIargrxwa4cshbIADlb/i4XSlUgdOv7eXCMlSa+4WqfSyF1TEUHZtHNqxV0ZZM 4f7iFtt2UQEivc4FOb4ZUWqZ1mzU2PCdjKOS5wiiqQyclCxS2uf3rhW/JlV6mIpisZrc=; Received: from andrew by vps0.lunn.ch with local (Exim 4.89) (envelope-from ) id 1hFMEw-0005sf-OQ; Sat, 13 Apr 2019 19:14:54 +0200 Date: Sat, 13 Apr 2019 19:14:54 +0200 From: Andrew Lunn To: Heiner Kallweit Cc: Florian Fainelli , David Miller , "netdev@vger.kernel.org" Subject: Re: [PATCH net-next 2/2] net: phy: add 200Gbps support to phylib Message-ID: <20190413171454.GN17901@lunn.ch> References: <2ef3d8a7-3cff-cea6-646a-4b2ed0834398@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sat, Apr 13, 2019 at 06:53:30PM +0200, Heiner Kallweit wrote: > Recently 200Gbps modes have been added to ethtool.h, but the related > extension to phylib hasn't been done yet. So add support for these > modes. > > Signed-off-by: Heiner Kallweit Reviewed-by: Andrew Lunn Andrew