Message ID | 20221217082506.1570898-1-davemarchevsky@fb.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <bpf-owner@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 91B0CC3DA6E for <bpf@archiver.kernel.org>; Sat, 17 Dec 2022 08:25:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229950AbiLQIZY (ORCPT <rfc822;bpf@archiver.kernel.org>); Sat, 17 Dec 2022 03:25:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbiLQIZW (ORCPT <rfc822;bpf@vger.kernel.org>); Sat, 17 Dec 2022 03:25:22 -0500 Received: from mx0b-00082601.pphosted.com (mx0b-00082601.pphosted.com [67.231.153.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DCCCF2F664 for <bpf@vger.kernel.org>; Sat, 17 Dec 2022 00:25:20 -0800 (PST) Received: from pps.filterd (m0109331.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2BH7SvGY004214 for <bpf@vger.kernel.org>; Sat, 17 Dec 2022 00:25:20 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=facebook; bh=jA+diI+y6ux1wWdaFBvAR7HIVhM5qrLCuJSRJXSo8Og=; b=KmuuzSHWgYPATSAuYicJnGyuSmuqYqBAGkLO3ylFHlPz8tX/GVGmjyKT5dkSu9CZsP7G DP/vGcXaCSUNHSD+GLdKE9NLKoDx0Afpp1SPfXHAn0Xv0CK4JL4FvlJV60btI8s8FmzZ 7zUdmXujJKujCIW9JNHfUWJGktX/ru6A0IU= Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3mh6um0mh5-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Sat, 17 Dec 2022 00:25:19 -0800 Received: from twshared19053.17.frc2.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:83::7) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.34; Sat, 17 Dec 2022 00:25:18 -0800 Received: by devbig077.ldc1.facebook.com (Postfix, from userid 158236) id 82D9412A9DF84; Sat, 17 Dec 2022 00:25:10 -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 v2 bpf-next 00/13] BPF rbtree next-gen datastructure Date: Sat, 17 Dec 2022 00:24:53 -0800 Message-ID: <20221217082506.1570898-1-davemarchevsky@fb.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-ORIG-GUID: 7HC00LFBHXKaaLzv_qVRuF1syeXMezcb X-Proofpoint-GUID: 7HC00LFBHXKaaLzv_qVRuF1syeXMezcb X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.923,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-12-17_03,2022-12-15_02,2022-06-22_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
|