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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EBD38C25B0E for ; Thu, 18 Aug 2022 21:33:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345628AbiHRVc7 (ORCPT ); Thu, 18 Aug 2022 17:32:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232083AbiHRVc5 (ORCPT ); Thu, 18 Aug 2022 17:32:57 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0CBB11144; Thu, 18 Aug 2022 14:32:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=j8uBKWetBFUoKG9XjcCgGD+nxkNDFBzdOP9TSgJLkUw=; b=xk4fxfgkbPKpndi7N7eaJosIS7 dkBolJwkTlk648rWKpPOeeIfAMEC4niyjTbJvbA1GdoDsRvoc1vlXyJNbCaYYdVGzdzbVjXimYqs9 QMQmhbbka7dxp7c7Hg8yPApALQH6n8wrr5AAU3JA1EtPKbOspj0PhBsTwtFqgr4dgFAg=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oOn84-00DqYo-AJ; Thu, 18 Aug 2022 23:32:40 +0200 Date: Thu, 18 Aug 2022 23:32:40 +0200 From: Andrew Lunn To: Sean Anderson Cc: netdev@vger.kernel.org, Heiner Kallweit , Russell King , Paolo Abeni , Eric Dumazet , Alexandru Marginean , Vladimir Oltean , "David S . Miller" , Jakub Kicinski , linux-kernel@vger.kernel.org, Bhadram Varka , Camelia Alexandra Groza , Claudiu Manoil , Ioana Ciornei , Jonathan Corbet , Madalin Bucur , linux-doc@vger.kernel.org Subject: Re: [PATCH v3 00/11] net: phy: Add support for rate adaptation Message-ID: References: <20220725153730.2604096-1-sean.anderson@seco.com> <14d72a66-b202-f7b6-e690-e119368bf1b6@seco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14d72a66-b202-f7b6-e690-e119368bf1b6@seco.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I have some other series [1,2] which have also received little-to-no feedback. Should > I resend those as well? I didn't ping about these earlier because there was a merge > window open, and e.g. gregkh has told me not to ping at that time (since series will > be reviewed afterwards). Should I be pinging sooner on netdev? For netdev, you need to resend after the merge window. Other subsystems might look at older patch, and if they apply cleanly might merge them. But not netdev. Andrew