mbox series

[net-next,v3,0/4] net: renesas: rswitch: Improve TX timestamp accuracy

Message ID 20230209081741.2536034-1-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series net: renesas: rswitch: Improve TX timestamp accuracy | expand

Message

Yoshihiro Shimoda Feb. 9, 2023, 8:17 a.m. UTC
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.

Changes from v2:
https://lore.kernel.org/all/20230208235721.2336249-1-yoshihiro.shimoda.uh@renesas.com/
 - Fix sparse warnings in the patch [4/4].

Changes from v1:
https://lore.kernel.org/all/20230208073445.2317192-1-yoshihiro.shimoda.uh@renesas.com/
 - Revise the patch description in the patch [3/4].

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(-)

Comments

Alexander Duyck Feb. 10, 2023, 3:31 p.m. UTC | #1
On Thu, 2023-02-09 at 17:17 +0900, Yoshihiro Shimoda wrote:
> 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.
> 
> Changes from v2:
> https://lore.kernel.org/all/20230208235721.2336249-1-yoshihiro.shimoda.uh@renesas.com/
>  - Fix sparse warnings in the patch [4/4].
> 
> Changes from v1:
> https://lore.kernel.org/all/20230208073445.2317192-1-yoshihiro.shimoda.uh@renesas.com/
>  - Revise the patch description in the patch [3/4].
> 
> 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(-)
> 

Looks good to me.

Reviewed-by: Alexander Duyck <alexanderduyck@fb.com>
patchwork-bot+netdevbpf@kernel.org Feb. 11, 2023, 4 a.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  9 Feb 2023 17:17:37 +0900 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/4] net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue
    https://git.kernel.org/netdev/net-next/c/251eadcc640a
  - [net-next,v3,2/4] net: renesas: rswitch: Move linkfix variables to rswitch_gwca
    https://git.kernel.org/netdev/net-next/c/e3f38039c681
  - [net-next,v3,3/4] net: renesas: rswitch: Remove gptp flag from rswitch_gwca_queue
    https://git.kernel.org/netdev/net-next/c/48cf0a25702b
  - [net-next,v3,4/4] net: renesas: rswitch: Improve TX timestamp accuracy
    https://git.kernel.org/netdev/net-next/c/33f5d733b589

You are awesome, thank you!