All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: John Ousterhout <ouster@cs.stanford.edu>
Cc: netdev@vger.kernel.org, pabeni@redhat.com, edumazet@google.com,
	horms@kernel.org
Subject: Re: [PATCH net-next v9 00/15] Begin upstreaming Homa transport protocol
Date: Tue, 27 May 2025 19:16:15 -0700	[thread overview]
Message-ID: <20250527191615.57502235@kernel.org> (raw)
In-Reply-To: <20250526042819.2526-1-ouster@cs.stanford.edu>

On Sun, 25 May 2025 21:28:02 -0700 John Ousterhout wrote:
> This patch series begins the process of upstreaming the Homa transport
> protocol. Homa is an alternative to TCP for use in datacenter
> environments. It provides 10-100x reductions in tail latency for short
> messages relative to TCP. Its benefits are greatest for mixed workloads
> containing both short and long messages running under high network loads.
> Homa is not API-compatible with TCP: it is connectionless and message-
> oriented (but still reliable and flow-controlled). Homa's new API not
> only contributes to its performance gains, but it also eliminates the
> massive amount of connection state required by TCP for highly connected
> datacenter workloads (Homa uses ~ 1 socket per application, whereas
> TCP requires a separate socket for each peer).

## Form letter - net-next-closed

The merge window for v6.16 has begun and therefore net-next is closed
for new drivers, features, code refactoring and optimizations.

Please repost when net-next reopens after June 9th.

RFC patches sent for review only are obviously welcome at any time.

See: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#development-cycle
-- 
pw-bot: defer

  parent reply	other threads:[~2025-05-28  2:16 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-26  4:28 [PATCH net-next v9 00/15] Begin upstreaming Homa transport protocol John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 01/15] net: homa: define user-visible API for Homa John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 02/15] net: homa: create homa_wire.h John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 03/15] net: homa: create shared Homa header files John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 04/15] net: homa: create homa_pool.h and homa_pool.c John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 05/15] net: homa: create homa_peer.h and homa_peer.c John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 06/15] net: homa: create homa_sock.h and homa_sock.c John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 07/15] net: homa: create homa_interest.h and homa_interest John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 08/15] net: homa: create homa_pacer.h and homa_pacer.c John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 09/15] net: homa: create homa_rpc.h and homa_rpc.c John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 10/15] net: homa: create homa_outgoing.c John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 11/15] net: homa: create homa_utils.c John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 12/15] net: homa: create homa_incoming.c John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 13/15] net: homa: create homa_timer.c John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 14/15] net: homa: create homa_plumbing.c John Ousterhout
2025-05-26  4:28 ` [PATCH net-next v9 15/15] net: homa: create Makefile and Kconfig John Ousterhout
2025-05-28  2:16 ` Jakub Kicinski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-09 15:40 [PATCH net-next v9 00/15] Begin upstreaming Homa transport protocol John Ousterhout

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250527191615.57502235@kernel.org \
    --to=kuba@kernel.org \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=ouster@cs.stanford.edu \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.