Message ID | 20241114105207.30185-1-lulie@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-131.freemail.mail.aliyun.com (out30-131.freemail.mail.aliyun.com [115.124.30.131]) (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 DFB651F80D9; Thu, 14 Nov 2024 10:52:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731581538; cv=none; b=t6r27Ak75kXnfgyvI4PWbmZc1YlOwTo+BsnUq/g5/SgjfX37l8U1ukGl9n1X/2Ik9wdyO1vNI04BMBVDoH0qBkIXtGkDrFjEdfUaJgVa5jMDNT0LG+7+WuRY+dtyJd3BoyTXCbYvIyZY+OK/mGVf7vVHelkvx/D+hWK/k/HqvyQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731581538; c=relaxed/simple; bh=iIbTOnWJprLa9tUZppOlK5v707KbZgl9IpFKK6b7vQY=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=vBIqB6Kpz9ybjxosfaPplWInwLHSNsti0KQ6qJeLNv1FUrZF3zHV4sk8bvSo+rOnhP+hPew9Hwx4x+SJG+hd6mYZKimAOM4uRgNh/AVMr8Ax9m+YEGTuh/DcJNZqiIa/kap1UX+nuJDD83yAefASSq8PXt5L4qE5Og6GbVNU4CM= 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=ARzPhFUG; arc=none smtp.client-ip=115.124.30.131 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="ARzPhFUG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1731581528; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=VYSF/4DCLMuBnbY3lrhC6EcD93k59Q9du06AvBRzuFA=; b=ARzPhFUGt6S93JJB5ybB4l53+fTea9TA6RC/otuUF8VlLpeDhcgbJNVKV26lmlyBefAxBQzbSeD8anQsD9XAMTVmNMiUuvTyyvVorp0HBnyAdNFRsSuqt54FMxx11JcoA9jovlKHu3L4MKUO5cPs1uR4iqLeln3bkbVBZzAPtSY= Received: from localhost(mailfrom:lulie@linux.alibaba.com fp:SMTPD_---0WJOQDX._1731581527 cluster:ay36) by smtp.aliyun-inc.com; Thu, 14 Nov 2024 18:52:07 +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, horms@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 v9 net-next 0/4] udp: Add 4-tuple hash for connected sockets Date: Thu, 14 Nov 2024 18:52:03 +0800 Message-Id: <20241114105207.30185-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
|