Message ID | 20211006222103.3631981-1-joannekoong@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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D26AFC433F5 for <bpf@archiver.kernel.org>; Wed, 6 Oct 2021 22:21:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B6E1A60F44 for <bpf@archiver.kernel.org>; Wed, 6 Oct 2021 22:21:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239506AbhJFWX3 (ORCPT <rfc822;bpf@archiver.kernel.org>); Wed, 6 Oct 2021 18:23:29 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:37074 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230236AbhJFWX1 (ORCPT <rfc822;bpf@vger.kernel.org>); Wed, 6 Oct 2021 18:23:27 -0400 Received: from pps.filterd (m0109333.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 196K30ev007897 for <bpf@vger.kernel.org>; Wed, 6 Oct 2021 15:21:34 -0700 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=nrvGpJGn8iQ0oPnJnAgfjdq7nXSVRMcGo7wXZ5GMDTA=; b=WLKbQPyMqL1RdKS5AHXnpK5QGSDfMWEt5A927oEqtlYRBw60Ji5toXI5T7EL/0BrOPzD FFn5MDegK5BHs90jzml1Uti3//j7e6SioE04d+SRhi6SiZ2z5FGFUdrbyoRkuQgctubt gMxQtQr3lToLryEcUtE/JiefcPWCdJH4YaE= Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com with ESMTP id 3bhc1bmnv2-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Wed, 06 Oct 2021 15:21:34 -0700 Received: from intmgw001.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.2308.14; Wed, 6 Oct 2021 15:21:33 -0700 Received: by devbig612.frc2.facebook.com (Postfix, from userid 115148) id 89D6D345188A; Wed, 6 Oct 2021 15:21:29 -0700 (PDT) From: Joanne Koong <joannekoong@fb.com> To: <bpf@vger.kernel.org> CC: <Kernel-team@fb.com>, Joanne Koong <joannekoong@fb.com> Subject: [PATCH bpf-next v4 0/5] Implement bitset maps, with bloom filter Date: Wed, 6 Oct 2021 15:20:58 -0700 Message-ID: <20211006222103.3631981-1-joannekoong@fb.com> X-Mailer: git-send-email 2.30.2 X-FB-Internal: Safe Content-Type: text/plain X-FB-Source: Intern X-Proofpoint-ORIG-GUID: lUKyfZFQnV3p_g8PNIj64mc6qmcxqbwo X-Proofpoint-GUID: lUKyfZFQnV3p_g8PNIj64mc6qmcxqbwo 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.182.1,Aquarius:18.0.790,Hydra:6.0.391,FMLib:17.0.607.475 definitions=2021-10-06_04,2021-10-06_01,2020-04-07_01 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 malwarescore=0 priorityscore=1501 adultscore=0 spamscore=0 impostorscore=0 mlxscore=0 phishscore=0 clxscore=1015 mlxlogscore=999 bulkscore=0 lowpriorityscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2109230001 definitions=main-2110060139 X-FB-Internal: deliver Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
Implement bitset maps, with bloom filter
|
expand
|