From patchwork Wed Feb 8 07:34:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 13132528 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 27D7BC05027 for ; Wed, 8 Feb 2023 07:35:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230284AbjBHHe4 (ORCPT ); Wed, 8 Feb 2023 02:34:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229517AbjBHHe4 (ORCPT ); Wed, 8 Feb 2023 02:34:56 -0500 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id E05DE31E11; Tue, 7 Feb 2023 23:34:54 -0800 (PST) X-IronPort-AV: E=Sophos;i="5.97,280,1669042800"; d="scan'208";a="148858877" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 08 Feb 2023 16:34:54 +0900 Received: from localhost.localdomain (unknown [10.166.15.32]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 3DEDE41C8A7D; Wed, 8 Feb 2023 16:34:54 +0900 (JST) From: Yoshihiro Shimoda To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Cc: netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH net-next 0/4] net: renesas: rswitch: Improve TX timestamp accuracy Date: Wed, 8 Feb 2023 16:34:41 +0900 Message-Id: <20230208073445.2317192-1-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org This patch series is based on next-20230206. The patch [[123]/4] are minor refacoring for readability. The patch [4/4] is for improving TX timestamp accuracy. To improve the accuracy, it requires refactoring so that this is not a fixed patch. Yoshihiro Shimoda (4): net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue net: renesas: rswitch: Move linkfix variables to rswitch_gwca net: renesas: rswitch: Remove gptp flag from rswitch_gwca_queue net: renesas: rswitch: Improve TX timestamp accuracy drivers/net/ethernet/renesas/rswitch.c | 295 ++++++++++++++++++------- drivers/net/ethernet/renesas/rswitch.h | 46 +++- 2 files changed, 248 insertions(+), 93 deletions(-)