netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] tcp: add tcp_warn_once() common helper
@ 2024-10-21 15:52 Jason Xing
  2024-10-21 15:52 ` [PATCH net-next v2 1/2] tcp: add a common helper to debug the underlying issue Jason Xing
  2024-10-21 15:52 ` [PATCH net-next v2 2/2] tcp: add more warn of socket in tcp_send_loss_probe() Jason Xing
  0 siblings, 2 replies; 8+ messages in thread
From: Jason Xing @ 2024-10-21 15:52 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, dsahern, ncardwell; +Cc: netdev, Jason Xing

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     | 27 ++++++++++++++++-----------
 net/ipv4/tcp_output.c |  4 +---
 2 files changed, 17 insertions(+), 14 deletions(-)

-- 
2.37.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-10-22  9:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 15:52 [PATCH net-next v2 0/2] tcp: add tcp_warn_once() common helper Jason Xing
2024-10-21 15:52 ` [PATCH net-next v2 1/2] tcp: add a common helper to debug the underlying issue Jason Xing
2024-10-21 17:50   ` David Ahern
2024-10-21 15:52 ` [PATCH net-next v2 2/2] tcp: add more warn of socket in tcp_send_loss_probe() Jason Xing
2024-10-21 17:51   ` David Ahern
2024-10-22  0:47     ` Jason Xing
2024-10-22  8:00   ` Eric Dumazet
2024-10-22  9:13     ` Jason Xing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).