Message ID | 20250106181219.1075-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 E17DC1547F3 for <netdev@vger.kernel.org>; Mon, 6 Jan 2025 18:12:57 +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=1736187179; cv=none; b=VN1kpLR77i0Sj4lJMc1gM7ovkJyBhHmUoklEd919obn2w46hKhvXxujjHTHAYoyZGI7yl/xLC5ZOwyPsdMDTysPgwF1Y9O6oI/nFv5bFPlUAmN18jBd9ZmlObMavUAydBK6IeyXqmlvzbvVCS2Vmc4ABYw9lLZUE2VkM2Oy0Tqg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736187179; c=relaxed/simple; bh=YzAfHWH4ra3PlRgD+WcxUkQ8FQ86hwp9+5OS/VBtW50=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=TcOEXb88slj4s3nrP6c8JeyLcV5HrhtWfgrk1sYgJOEWqgIuhu8ud3cDRs/N+5zfI6lpnZE5vBDnLdgJ5Pxzoh4xP/sXyUApqW3lofM9WqP4N5pTydugGL8O3XLJn0HosIbVLM6U5ToQJVdWcpVNDy31AtgibMbCnlLNr2NEmMw= 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=EdpaFFzF; 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="EdpaFFzF" 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=Pn/KWUWhxPIqt6KAgjYwFLQOcHzv3QoYwkOMCzO2luc=; t=1736187177; x=1737051177; b=EdpaFFzFrPQxCNNysZiCgrTjleHzgKhd/rYPKfR1KhO8R4c61Fo1uGRt86kcJ4SvTD3LQv/epTP 8lNPJOGBESPix+q1F8u31BPlObExc36raIFIxw3zBr7+jrZHElWzrbniSh6oAiaLLpdv1/bYctfQ9 CfqycL27dOtcvUWZ8jpGXlMcii9UWGMomZ52dSHGjrs5qvuhDT3DTOVumahrlpEhOl5T9pMdFCgPE VFWGlwdjxW62TAFCx56EhoChMSfdPiJbtDo9Kdy9zZon8UegTdKW764OWh6BzyfmsEvyVqRrNosos 9CxOTQ14FsoQAEguu+vVJBz5XJ9m4rHMnakg==; Received: from 70-228-78-207.lightspeed.sntcca.sbcglobal.net ([70.228.78.207]:59627 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 1tUrax-0003Bs-RR; Mon, 06 Jan 2025 10:12:56 -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 v5 00/12] Begin upstreaming Homa transport protocol Date: Mon, 6 Jan 2025 10:12:06 -0800 Message-ID: <20250106181219.1075-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: -1.0 X-Spam-Level: X-Scan-Signature: 81520be12f304d17541e0b31b5b6c7bb X-Patchwork-Delegate: kuba@kernel.org |
Series |
Begin upstreaming Homa transport protocol
|
expand
|