Message ID | 20241108054836.123484-1-lulie@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-101.freemail.mail.aliyun.com (out30-101.freemail.mail.aliyun.com [115.124.30.101]) (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 3F4E91C3F0B; Fri, 8 Nov 2024 05:48:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.101 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731044924; cv=none; b=T0kU1f9p0D72da9l2+xOXGQ5bDXGZ1R66eN+3DwVFVk6Dmj1avj7Qsni2WV7AlqZqqSuERQCZf401DocOAu74zBsx4aLFRh4NDONMGadBeg4HO6pkTPJbfHyryV+c67Wb1Iy0fdiStITZLbVoJV0xfOBdWVXcBxhJnUPc0sWd0w= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731044924; c=relaxed/simple; bh=BC2ckwWkVtQbg+crF3fb4Uz/bxIhCg6EwMU2xvSjZ9Q=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=aP2kZEoPnv4ZGcp+jGmEbzuIJUsdvRXhy7Qxmonn3a1VUrfIBZNkz6C9FMa69+VrIHkl0Jqgbz4iGUGHwEM9arrz3QIGvtty+gm6R9b7wTxY0KHx8o2MHH/W2KqB61kb39StzRoJm+NT+iEEUB8CSTkv/I3/4e+QJSnvDFGLguc= 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=Yqqik/wl; arc=none smtp.client-ip=115.124.30.101 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="Yqqik/wl" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1731044917; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=R+XoQMp47jHzDCgNkX/MTBF2dU+HVLOQB0c6h9SrfAE=; b=Yqqik/wlJAQiHR8PED1owHp5wQZ7IiaOcAA1piqyxBA5kNsugFbpmmfILBEqdNfzGcslqvMt4uOVGy9VaL3WUrksHdjg56RtJxURlcF4lGhpDu+Bp7E6CtlECv/EXwz10WbXLo4hxY8fge+s9W2Ls8Vns6LxUnqUM2xI//zft+g= Received: from localhost(mailfrom:lulie@linux.alibaba.com fp:SMTPD_---0WIxm7Pa_1731044916 cluster:ay36) by smtp.aliyun-inc.com; Fri, 08 Nov 2024 13:48:37 +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 v8 net-next 0/4] udp: Add 4-tuple hash for connected sockets Date: Fri, 8 Nov 2024 13:48:32 +0800 Message-Id: <20241108054836.123484-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
|