Message ID | 20211022220249.2040337-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 CF516C433FE for <bpf@archiver.kernel.org>; Fri, 22 Oct 2021 22:03:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B0ABC60FBF for <bpf@archiver.kernel.org>; Fri, 22 Oct 2021 22:03:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231820AbhJVWGN (ORCPT <rfc822;bpf@archiver.kernel.org>); Fri, 22 Oct 2021 18:06:13 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:58742 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231363AbhJVWGN (ORCPT <rfc822;bpf@vger.kernel.org>); Fri, 22 Oct 2021 18:06:13 -0400 Received: from pps.filterd (m0089730.ppops.net [127.0.0.1]) by m0089730.ppops.net (8.16.1.2/8.16.1.2) with SMTP id 19MLBWeQ023632 for <bpf@vger.kernel.org>; Fri, 22 Oct 2021 15:03:55 -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=u7Ixq+WDZFUYVA5JiMxLeRovRuVVg/Hm0c19nQYUAcY=; b=Bq4r1NFdpQJayUDXymIlVdY25vpOQyR5bXcFo54vAoa2Wma7YyShhp1/yO4RKBsJNbHZ 7Y2RkPp/h+1Ym2hKGFj3yF3rngbbueWaf+NIasVCcMpSOKM/j6CJ10IeAfFYZ1H4V1eJ DQ0NN2wUa9a3Nm+gRFEBly1F9GdrgV8EL1w= Received: from mail.thefacebook.com ([163.114.132.120]) by m0089730.ppops.net with ESMTP id 3buu1ydd65-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Fri, 22 Oct 2021 15:03:54 -0700 Received: from intmgw001.37.frc1.facebook.com (2620:10d:c085:208::f) by mail.thefacebook.com (2620:10d:c085:11d::5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.14; Fri, 22 Oct 2021 15:03:53 -0700 Received: by devbig612.frc2.facebook.com (Postfix, from userid 115148) id CC2093EE3863; Fri, 22 Oct 2021 15:03:49 -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 v5 bpf-next 0/5] Implement bloom filter map Date: Fri, 22 Oct 2021 15:02:44 -0700 Message-ID: <20211022220249.2040337-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-GUID: UFvGgnhpMv7bjycCEO3aTCWRu4URPsz- X-Proofpoint-ORIG-GUID: UFvGgnhpMv7bjycCEO3aTCWRu4URPsz- 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.425,FMLib:17.0.607.475 definitions=2021-10-22_05,2021-10-22_01,2020-04-07_01 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 mlxlogscore=999 spamscore=0 bulkscore=0 adultscore=0 malwarescore=0 mlxscore=0 impostorscore=0 phishscore=0 priorityscore=1501 clxscore=1015 suspectscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2109230001 definitions=main-2110220125 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 bloom filter map
|
expand
|