Message ID | 20230209174144.3280955-1-davemarchevsky@fb.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <bpf-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7528C636D6 for <bpf@archiver.kernel.org>; Thu, 9 Feb 2023 17:42:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229567AbjBIRmC (ORCPT <rfc822;bpf@archiver.kernel.org>); Thu, 9 Feb 2023 12:42:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbjBIRmB (ORCPT <rfc822;bpf@vger.kernel.org>); Thu, 9 Feb 2023 12:42:01 -0500 Received: from mx0a-00082601.pphosted.com (mx0a-00082601.pphosted.com [67.231.145.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0CC8738EAE for <bpf@vger.kernel.org>; Thu, 9 Feb 2023 09:41:59 -0800 (PST) Received: from pps.filterd (m0109334.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 319GxKb5001551 for <bpf@vger.kernel.org>; Thu, 9 Feb 2023 09:41:58 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : content-type : content-transfer-encoding : mime-version; s=facebook; bh=b77e2G//AoN2goVMDFOC9JW04CZH6lmAtwhvJ7ghsqg=; b=p6VS+qwGwMr6wW7p13YUr3SQUYwEAjlcGpiAgjkE63klCcjzWZkGVCAiIWI68Bksh3va XpAKzjWm7ghaqrczUb9PgjyhyanvP1yRdzoN3dQV2R1jeyDMI4Do6w/bfozBhnzJxRIK QbXdDbbnUQJ7LuPtLb+BGhFo9mI/NME9b2c= Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3nmsar4j52-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Thu, 09 Feb 2023 09:41:58 -0800 Received: from twshared26225.38.frc1.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:82::d) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.17; Thu, 9 Feb 2023 09:41:57 -0800 Received: by devbig077.ldc1.facebook.com (Postfix, from userid 158236) id 6BD3E16905FBC; Thu, 9 Feb 2023 09:41:46 -0800 (PST) From: Dave Marchevsky <davemarchevsky@fb.com> To: <bpf@vger.kernel.org> CC: Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Andrii Nakryiko <andrii@kernel.org>, Kernel Team <kernel-team@fb.com>, Kumar Kartikeya Dwivedi <memxor@gmail.com>, Tejun Heo <tj@kernel.org>, Dave Marchevsky <davemarchevsky@fb.com> Subject: [PATCH v4 bpf-next 00/11] BPF rbtree next-gen datastructure Date: Thu, 9 Feb 2023 09:41:33 -0800 Message-ID: <20230209174144.3280955-1-davemarchevsky@fb.com> X-Mailer: git-send-email 2.30.2 X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-GUID: v11dU7f2pUNeM_ywEW4T9_MiQk8YX7zy X-Proofpoint-ORIG-GUID: v11dU7f2pUNeM_ywEW4T9_MiQk8YX7zy Content-Transfer-Encoding: quoted-printable X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.170.22 definitions=2023-02-09_13,2023-02-09_03,2023-02-09_01 Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
BPF rbtree next-gen datastructure
|
expand
|