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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 437F5C433ED for ; Thu, 20 May 2021 15:44:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 21722611AD for ; Thu, 20 May 2021 15:44:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232094AbhETPpo (ORCPT ); Thu, 20 May 2021 11:45:44 -0400 Received: from mx2.suse.de ([195.135.220.15]:37916 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231556AbhETPpl (ORCPT ); Thu, 20 May 2021 11:45:41 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 0587CAB7C; Thu, 20 May 2021 15:44:19 +0000 (UTC) Received: by lion.mk-sys.cz (Postfix, from userid 1000) id 1B28660458; Thu, 20 May 2021 17:44:18 +0200 (CEST) Date: Thu, 20 May 2021 17:44:18 +0200 From: Michal Kubecek To: Jakub Kicinski Cc: netdev@vger.kernel.org, idosch@idosch.org Subject: Re: [PACTH ethtool-next v3 0/7] ethtool: support FEC and standard stats Message-ID: <20210520154418.l3bwpdmizgab7fgm@lion.mk-sys.cz> References: <20210503160830.555241-1-kuba@kernel.org> <20210518154214.22060227@kicinski-fedora-PC1C0HJN> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210518154214.22060227@kicinski-fedora-PC1C0HJN> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, May 18, 2021 at 03:42:14PM -0700, Jakub Kicinski wrote: > On Mon, 3 May 2021 09:08:23 -0700 Jakub Kicinski wrote: > > This series adds support for FEC requests via netlink > > and new "standard" stats. > > Anything I can do to help with those? They disappeared from > patchwork due to auto archiving being set to 2 weeks. Sorry for the delay, the series is applied now (with one additional commit masking spurious "make check" failure). Michal