All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next 0/2] Adds CMSG+rx timestamps to TCP rx. zerocopy
@ 2020-12-11 18:44 Arjun Roy
  2020-12-11 18:44 ` [net-next 1/2] tcp: Remove CMSG magic numbers for tcp_recvmsg() Arjun Roy
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Arjun Roy @ 2020-12-11 18:44 UTC (permalink / raw)
  To: davem, netdev; +Cc: arjunroy, edumazet, soheil

From: Arjun Roy <arjunroy@google.com>

This patch series provides CMSG and receive timestamp support to TCP
receive zerocopy. Patch 1 refactors CMSG pending state for
tcp_recvmsg() to avoid the use of magic numbers; patch 2 implements
receive timestamp via CMSG support for receive zerocopy, and uses the
constants added in patch 1.

Arjun Roy (2):
  tcp: Remove CMSG magic numbers for tcp_recvmsg().
  tcp: Add receive timestamp support for receive zerocopy.

 include/uapi/linux/tcp.h |   4 ++
 net/ipv4/tcp.c           | 114 ++++++++++++++++++++++++++++-----------
 2 files changed, 87 insertions(+), 31 deletions(-)

-- 
2.29.2.576.ga3fc446d84-goog


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

end of thread, other threads:[~2020-12-15  0:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-11 18:44 [net-next 0/2] Adds CMSG+rx timestamps to TCP rx. zerocopy Arjun Roy
2020-12-11 18:44 ` [net-next 1/2] tcp: Remove CMSG magic numbers for tcp_recvmsg() Arjun Roy
2020-12-11 18:44 ` [net-next 2/2] tcp: Add receive timestamp support for receive zerocopy Arjun Roy
2020-12-15  0:25   ` Jakub Kicinski
2020-12-15  0:27 ` [net-next 0/2] Adds CMSG+rx timestamps to TCP rx. zerocopy Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.