Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 0/2] UDP socket repair
@ 2021-08-10 14:43 Bui Quang Minh
  2021-08-10 15:12 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Bui Quang Minh @ 2021-08-10 14:43 UTC (permalink / raw)
  To: linux-kernel, netdev
  Cc: davem, kuba, yoshfuji, dsahern, willemb, pabeni, avagin,
	alexander, minhquangbui99, lesedorucalin01

Hi,

This series implement UDP_REPAIR sockoption for dumping the corked packet
in UDP socket's send queue. A new path is added to recvmsg() for dumping
packet's data and msg_name related information of the packet.

Thanks,
Quang Minh.

Bui Quang Minh (2):
  udp: UDP socket send queue repair
  selftests: Add udp_repair test

 include/linux/udp.h                      |   3 +-
 include/net/udp.h                        |   2 +
 include/uapi/linux/udp.h                 |   1 +
 net/ipv4/udp.c                           |  94 +++++++++-
 net/ipv6/udp.c                           |  56 +++++-
 tools/testing/selftests/net/.gitignore   |   1 +
 tools/testing/selftests/net/Makefile     |   1 +
 tools/testing/selftests/net/udp_repair.c | 218 +++++++++++++++++++++++
 8 files changed, 371 insertions(+), 5 deletions(-)
 create mode 100644 tools/testing/selftests/net/udp_repair.c

-- 
2.17.1


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

* Re: [PATCH 0/2] UDP socket repair
  2021-08-10 14:43 [PATCH 0/2] UDP socket repair Bui Quang Minh
@ 2021-08-10 15:12 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2021-08-10 15:12 UTC (permalink / raw)
  To: Bui Quang Minh
  Cc: linux-kernel, netdev, davem, yoshfuji, dsahern, willemb, pabeni,
	avagin, alexander, lesedorucalin01

On Tue, 10 Aug 2021 21:43:57 +0700 Bui Quang Minh wrote:
> This series implement UDP_REPAIR sockoption for dumping the corked packet
> in UDP socket's send queue. A new path is added to recvmsg() for dumping
> packet's data and msg_name related information of the packet.

The second patch does not apply to net-next, please rebase.

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

end of thread, other threads:[~2021-08-10 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10 14:43 [PATCH 0/2] UDP socket repair Bui Quang Minh
2021-08-10 15:12 ` Jakub Kicinski

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