Message ID | 20250115185937.1324-1-ouster@cs.stanford.edu (mailing list archive) |
---|---|
Headers | show
Received: from smtp1.cs.Stanford.EDU (smtp1.cs.stanford.edu [171.64.64.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7C80C1D5AB8 for <netdev@vger.kernel.org>; Wed, 15 Jan 2025 19:00:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=171.64.64.25 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736967619; cv=none; b=urRhfpjYU3pYHlfwliObRyzf+nUkky/lEv0JleItlawKvbcu5u5dL0EDt/Z/1Ab77f60F7aPNsKfo9dsc0ddSi4+sOIwwlkCnLPDdSGZUb3A9PM2JSuptwWuxFxO45fKWNwV5zwaNpmtRsJz/IaKX3Gu2mTHTwOWnQ8JYbi03p8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736967619; c=relaxed/simple; bh=EpjgUbWZasQo0ueRLGg6KfUxrjJcjihbrnyhcJc8CiM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=KjvSPQTEbzaycUUo7fkR1BHc5YYDF3d9WkPMNneWsc/MlR/ZhCWc3mXZNMoMIVE98IV1eg+Wtvx26WKxY61bKgnokX1hmAr8V65SMbY9B90unhUUn/ikWsLkCrmmZMXQxkFDsoGydaVnzkngTDw7yECCIF++Bek3idczoHujDsw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=cs.stanford.edu; spf=pass smtp.mailfrom=cs.stanford.edu; dkim=pass (2048-bit key) header.d=cs.stanford.edu header.i=@cs.stanford.edu header.b=aKd9X3Yb; arc=none smtp.client-ip=171.64.64.25 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=cs.stanford.edu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cs.stanford.edu Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cs.stanford.edu header.i=@cs.stanford.edu header.b="aKd9X3Yb" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.stanford.edu; s=cs2308; h=Content-Transfer-Encoding:MIME-Version: Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tG1lcSBoGRdPkDm89qBLAXp4dc2n/d09TUMM39tRJXM=; t=1736967617; x=1737831617; b=aKd9X3YbiGIt/HebXAKj+wQUJis74l/uualPrbaXARmnhWjLLPFgXk7iZQ525AjrkqZkalETXkc EY2ZiGAJa7r2Pi4RyNSmq4uVZOZVhgUhh/lHMEWAdvuEykBLcQkOao+vJzwM1fm/oLMMZvGzcP+Ab zEIFoEVe3smZyya8gSHPfzeYaJhVgGecGYrhYwF329fRlqCnd82/GH0Hkw84mW/GMPgRwTaNm4Kgh j7m9MYV2tP3XHFAMVeB7dZu+tXpxlejIORRtl6xaRugdqw5sn6GtFDt6UCedA9Mse2v6Q9fhUeNBT Up1UkCm9jg4NMRhtn1u1u30/CDh1lD0s69jQ==; Received: from ouster448.stanford.edu ([172.24.72.71]:52661 helo=localhost.localdomain) by smtp1.cs.Stanford.EDU with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from <ouster@cs.stanford.edu>) id 1tY8cb-0002BF-OY; Wed, 15 Jan 2025 11:00:10 -0800 From: John Ousterhout <ouster@cs.stanford.edu> To: netdev@vger.kernel.org Cc: pabeni@redhat.com, edumazet@google.com, horms@kernel.org, kuba@kernel.org, John Ousterhout <ouster@cs.stanford.edu> Subject: [PATCH net-next v6 00/12] Begin upstreaming Homa transport protocol Date: Wed, 15 Jan 2025 10:59:24 -0800 Message-ID: <20250115185937.1324-1-ouster@cs.stanford.edu> X-Mailer: git-send-email 2.45.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -101.0 X-Scan-Signature: 1d850ab87a3e5a2ab763966491000bbf X-Patchwork-Delegate: kuba@kernel.org |
Series |
Begin upstreaming Homa transport protocol
|
expand
|