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 2A887C7EE2F for ; Mon, 29 May 2023 16:23:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230029AbjE2QX0 (ORCPT ); Mon, 29 May 2023 12:23:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229944AbjE2QXN (ORCPT ); Mon, 29 May 2023 12:23:13 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A3FEFE8; Mon, 29 May 2023 09:22: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=n4QXLGAfRkLH8bC9a2mTFIwRoAkIoJF6zXz6tT7k76A=; b=T/3hS/8qkG2fAAL7LAX8/auZp8 d8jXB5EuF0GzluT7bxRwuBjNiOkIMSyNLyn78Fjl2nniVlYHvVjmCapLDz8WD6/cvjAy3aEHJIoFY 7DfBIKxQ1yw6NSSoGFwPbOsQxclH2TaiZ0oLImnV7w+le4FPAGB4oXgGFuEHoRgNg6R0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1q3fdn-00EFMM-H5; Mon, 29 May 2023 18:22:39 +0200 Date: Mon, 29 May 2023 18:22:39 +0200 From: Andrew Lunn To: Yoshihiro Shimoda Cc: s.shtylyov@omp.ru, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, geert+renesas@glider.be, magnus.damm@gmail.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH net-next 0/5] net: renesas: rswitch: Improve performance of TX Message-ID: References: <20230529080840.1156458-1-yoshihiro.shimoda.uh@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230529080840.1156458-1-yoshihiro.shimoda.uh@renesas.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, May 29, 2023 at 05:08:35PM +0900, Yoshihiro Shimoda wrote: > This patch series is based on next-20230525. Hi Yoshihiro Patches for networking should be based on the HEAD of net-next/main. Andrew