Message ID | 20241217000626.2958-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 7CA6310E0 for <netdev@vger.kernel.org>; Tue, 17 Dec 2024 00:07:07 +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=1734394029; cv=none; b=VMrCf6qaavM7mTRCPAE2sSfjasAmsty5niBAIRGrHFbIDoSA0ERVZw8DfDDVtVX32FBEEGf3SXhXxYyrzH7BLVyXzQlN8UGNoSFjtbvPfjZQYsmuA8fnrLOMQWHVSSktEPfa+SiHVCagS6+S73mI+B/KC4E0PGN1hJ6OXt6GkVI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734394029; c=relaxed/simple; bh=cBy7Gsab2Y6/gMtCjGjnKlfXuu7deLzuy+/1KLvYDe0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=IrEm0ua6wH/hxbI8nBH5VMKggPui2f9Y8vOQ6u7nY7UOuXm9LJsaKzWyWO6G2y/+qCotRMHSiVTUBxPdyNQHXPRM8vd1K8O3c1C1E3DMU2OUwfQUMbVGOSt8Y5cNZ2Ro3lIeUIB0oRh1Nt9U4AmXnTc+N3tzcmD28Vfn2fgPbJ0= 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=kk/izLd+; 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="kk/izLd+" 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=li2YMYaPZXFwZapwVNx5spAaLak9BubJ/q2r2/gN8y4=; t=1734394027; x=1735258027; b=kk/izLd+jvTbcVBV1OOX8bVMNeU+RPSSqdz+A1OUM02Chruez3xWuJKh/y9M14sXF1w2oFn3hcV fL9K0WsJtpUxS+/FDdI/cq/OWo6m9xD6AcWfYQceeX1a3wOhsz8I65OVDXw3HhCFPDXati//zhG1Y dE6q/eZbPsGZF0++ZV4rU9MRcB3w1pdebrwmBHGjhT5HJhqfiqjVV/X1x8w+UkhienOgnowRnIAjT KOaaNu0VWHp+x/AUGxthVhVc9EyN0zLYF+5w2TIiRLFaMCxy5pJaXOLsIu0Cp3hecJI0YRM+nvM3v x2SQYrmlNbp4JbhcnQ6iNPiP8EuYFhHBFZaQ==; Received: from ouster448.stanford.edu ([172.24.72.71]:53919 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 1tNL76-0002IN-67; Mon, 16 Dec 2024 16:07:01 -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 v4 00/12] Begin upstreaming Homa transport protocol Date: Mon, 16 Dec 2024 16:06:13 -0800 Message-ID: <20241217000626.2958-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: 8702cc1dda9699d4c426511d87241f5c X-Patchwork-Delegate: kuba@kernel.org |
Series |
Begin upstreaming Homa transport protocol
|
expand
|