mbox series

[net-next,v3,0/2] tcp: add tcp_warn_once() common helper

Message ID 20241023081452.9151-1-kerneljasonxing@gmail.com (mailing list archive)
Headers show
Series tcp: add tcp_warn_once() common helper | expand

Message

Jason Xing Oct. 23, 2024, 8:14 a.m. UTC
From: Jason Xing <kernelxing@tencent.com>

Paolo Abeni suggested we can introduce a new helper to cover more cases
in the future for better debug.

Jason Xing (2):
  tcp: add a common helper to debug the underlying issue
  tcp: add more warn of socket in tcp_send_loss_probe()

 include/net/tcp.h     | 26 +++++++++++++++-----------
 net/ipv4/tcp_output.c |  4 +---
 2 files changed, 16 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 30, 2024, 1:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed, 23 Oct 2024 16:14:50 +0800 you wrote:
> From: Jason Xing <kernelxing@tencent.com>
> 
> Paolo Abeni suggested we can introduce a new helper to cover more cases
> in the future for better debug.
> 
> Jason Xing (2):
>   tcp: add a common helper to debug the underlying issue
>   tcp: add more warn of socket in tcp_send_loss_probe()
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] tcp: add a common helper to debug the underlying issue
    https://git.kernel.org/netdev/net-next/c/386c2b877b97
  - [net-next,v3,2/2] tcp: add more warn of socket in tcp_send_loss_probe()
    https://git.kernel.org/netdev/net-next/c/668d663989c7

You are awesome, thank you!