Message ID | 20241028213541.1529-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 A6B231EB9E6 for <netdev@vger.kernel.org>; Mon, 28 Oct 2024 21:37:38 +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=1730151460; cv=none; b=TLSYfFSOusrTbv/LpQgQaBgRQ16fLEvjWvPcFhWt9EbPLnP2ToY4kuYYEE43DOECvzGgmjIyTMkDJQog0hYjykbpxuDLTrz+98BdIY0w2P+YJtxmqjUKy65dKNMzoTxtSE5+/K1ojfcMZBdm7LYdPUgu81g+/hsf/K/AV1TkuyI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730151460; c=relaxed/simple; bh=/Fptveym2eKKF0x5Oma8JfPl+ff+1brHCM1fJcQRwVY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=uQDaPWWg6+IVcfhHT+rzbnUmzHuKC6QuxgBZVrHGgOnjN50oDUr6ejUF+RdN8tsSOLw8t85DeC7rNdA/qjbTcBcaSSGqxhiu4WIX8rOqjAwfXqTmGwKsR+Q2N6Fp0VqxtNZe7FOdNfmGkVardxigf+2nK2OuaOC92aJERhtOqc0= 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=byB3N/Us; 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="byB3N/Us" 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=fRCICEQQGv4K4ysWm0tUpGtXzi3Nl4Ow7zIuR7wNg68=; t=1730151458; x=1731015458; b=byB3N/UsEqAZSRl5ZiktuV5kSTeWBIRFaecP1FED0ObGqMRh0iQ9DQ/evld4sfT1uebuJvW2VsE iS0+Ln52fTK344rYewc2+zKHMJud0qIn7OCp9gPvnHieD0oMYft65YoU9Ot4W63dFyFsO0Q1dRh8L AcqRCceZA0a6JniNuLW7YcEqiOd5SDsuUbqODKNaQJ0BZ7Z091Dwzkp5eMC+cBjWsb3vVsGlFEhvW 9ifLNex/Lmtb7ByA/XWk5fc9yo1KLx5IQxHbdqRVU9PtNvXy3do8qUzFyKYkdRWDY5N81m/+ZnTTg xDRYu3ob5GXSoWRB5W7uLX06/kwl07r2MTdg==; Received: from ouster2016.stanford.edu ([172.24.72.71]:54106 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 1t5XPG-0005xj-GJ; Mon, 28 Oct 2024 14:36:11 -0700 From: John Ousterhout <ouster@cs.stanford.edu> To: netdev@vger.kernel.org Cc: John Ousterhout <ouster@cs.stanford.edu> Subject: [PATCH net-next 00/12] Begin upstreaming Homa transport protocol Date: Mon, 28 Oct 2024 14:35:27 -0700 Message-ID: <20241028213541.1529-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: dfe9a19d2d5d3f4658608889c96f7beb X-Patchwork-Delegate: kuba@kernel.org |
Series |
Begin upstreaming Homa transport protocol
|
expand
|