mbox series

[net-next,0/2] enetc: trivial PTP one-step TX timestamping cleanups

Message ID 20211020174220.1093032-1-vladimir.oltean@nxp.com (mailing list archive)
Headers show
Series enetc: trivial PTP one-step TX timestamping cleanups | expand

Message

Vladimir Oltean Oct. 20, 2021, 5:42 p.m. UTC
These are two cleanup patches for some inconsistencies I noticed in the
driver's TX ring cleanup function.

Vladimir Oltean (2):
  net: enetc: remove local "priv" variable in enetc_clean_tx_ring()
  net: enetc: use the skb variable directly in enetc_clean_tx_ring()

 drivers/net/ethernet/freescale/enetc/enetc.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Comments

Claudiu Manoil Oct. 21, 2021, 9:37 a.m. UTC | #1
> -----Original Message-----
> From: Vladimir Oltean <vladimir.oltean@nxp.com>
> Sent: Wednesday, October 20, 2021 8:42 PM
[...]
> Subject: [PATCH net-next 0/2] enetc: trivial PTP one-step TX timestamping
> cleanups
> 
> These are two cleanup patches for some inconsistencies I noticed in the
> driver's TX ring cleanup function.
> 
> Vladimir Oltean (2):
>   net: enetc: remove local "priv" variable in enetc_clean_tx_ring()
>   net: enetc: use the skb variable directly in enetc_clean_tx_ring()
> 
>  drivers/net/ethernet/freescale/enetc/enetc.c | 8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)
> 
> --

Reviewed-by: <Claudiu Manoil <claudiu.manoil@nxp.com>
patchwork-bot+netdevbpf@kernel.org Oct. 21, 2021, 10:40 p.m. UTC | #2
Hello:

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

On Wed, 20 Oct 2021 20:42:18 +0300 you wrote:
> These are two cleanup patches for some inconsistencies I noticed in the
> driver's TX ring cleanup function.
> 
> Vladimir Oltean (2):
>   net: enetc: remove local "priv" variable in enetc_clean_tx_ring()
>   net: enetc: use the skb variable directly in enetc_clean_tx_ring()
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: enetc: remove local "priv" variable in enetc_clean_tx_ring()
    https://git.kernel.org/netdev/net-next/c/ae77bdbc2fc6
  - [net-next,2/2] net: enetc: use the skb variable directly in enetc_clean_tx_ring()
    https://git.kernel.org/netdev/net-next/c/520661495409

You are awesome, thank you!