Message ID | 20241018114535.35712-1-lulie@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-133.freemail.mail.aliyun.com (out30-133.freemail.mail.aliyun.com [115.124.30.133]) (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 090EC53AC; Fri, 18 Oct 2024 11:45:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729251948; cv=none; b=XoxocmkVEj/wpjT7rHHG8wyzz5M3Bd8lghaBUrHb0LPthW+DVc/D1kW925HF+362DfeI5yq1sp3GpycP8C5CI4Uvm19Y312EXn+pPv+dgip6lpgtcMYW4ZmueFeSjPMvCkTasI5sNkzDwwFAAcIFW24F5b5bNjvlkytI6tAQU2g= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729251948; c=relaxed/simple; bh=m+X5tGW60K4ToKsc6kC1i+2nKbRszs4xZ9HwqAkYk+E=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=pVNz0HYpXgSabRFA9RAOca4mazrNMbdsdkBr+J6jDsu2KUeduron0mLpED/XM0E+Y8YXHPqZetcW9bIv2ek6Spxr1JXlC40ZuY4cIQIHjVXjNhNNO53JPc1S3FNADAIz28JTXZBnhUwIJhjirOlwRcns+zCzAdrHFGIf91ge7CQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=LmqLmzuP; arc=none smtp.client-ip=115.124.30.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="LmqLmzuP" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1729251937; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=/M61x1cvogaG/HfRQ2l+U5zBrnsMrNgQXXlKMlMABF8=; b=LmqLmzuPogTqsaLbOcHEiRRtiueb1pRRYzbfG0IVG9OUpjSKSzzoJ9edu5fzNNKnE++fa0TJi3mGUbeFWoAG9R14oaMKVlklWDPGz0NWPR6ypn2gvceI5U+v/T5UGlZLEtQddS7f8eP4eQyMoItq6rEr73xERjZ3AT4vltnqtns= Received: from localhost(mailfrom:lulie@linux.alibaba.com fp:SMTPD_---0WHO1lIZ_1729251935 cluster:ay36) by smtp.aliyun-inc.com; Fri, 18 Oct 2024 19:45:36 +0800 From: Philo Lu <lulie@linux.alibaba.com> To: netdev@vger.kernel.org Cc: willemdebruijn.kernel@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, dsahern@kernel.org, antony.antony@secunet.com, steffen.klassert@secunet.com, linux-kernel@vger.kernel.org, dust.li@linux.alibaba.com, jakub@cloudflare.com, fred.cc@alibaba-inc.com, yubing.qiuyubing@alibaba-inc.com Subject: [PATCH v5 net-next 0/3] udp: Add 4-tuple hash for connected sockets Date: Fri, 18 Oct 2024 19:45:32 +0800 Message-Id: <20241018114535.35712-1-lulie@linux.alibaba.com> X-Mailer: git-send-email 2.32.0.3.g01195cf9f 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-Patchwork-Delegate: kuba@kernel.org |
Series |
udp: Add 4-tuple hash for connected sockets
|
expand
|