Message ID | 20210204234827.1628857-1-yhs@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 X-Spam-Level: X-Spam-Status: No, score=-14.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01D95C433E9 for <bpf@archiver.kernel.org>; Thu, 4 Feb 2021 23:49:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B718E64FB2 for <bpf@archiver.kernel.org>; Thu, 4 Feb 2021 23:49:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231265AbhBDXtV (ORCPT <rfc822;bpf@archiver.kernel.org>); Thu, 4 Feb 2021 18:49:21 -0500 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:55052 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231231AbhBDXtU (ORCPT <rfc822;bpf@vger.kernel.org>); Thu, 4 Feb 2021 18:49:20 -0500 Received: from pps.filterd (m0109334.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 114NkYIs007848 for <bpf@vger.kernel.org>; Thu, 4 Feb 2021 15:48:39 -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=NjqJJp2Jp5aHJBp1l9VQMpOiKqbbaKqk6YF2UD7DMrQ=; b=q+G4lsv0npuYnIQciFoZor837RuMAhYB/m/bi2AAuKnQMVJYJptsAjVNgJfF0pP9oG7J KU2j8x5WSVOgwo/bbOejxWtusabwunfEkNRwDgR/LoH7znUq+Pv7v6okK4IcwEodgzGk /96YaRrE7fe0xMTOT0iFv9EcAynu0EfEZP4= Received: from mail.thefacebook.com ([163.114.132.120]) by mx0a-00082601.pphosted.com with ESMTP id 36fh1uvqer-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Thu, 04 Feb 2021 15:48:39 -0800 Received: from intmgw001.38.frc1.facebook.com (2620:10d:c085:208::11) by mail.thefacebook.com (2620:10d:c085:21d::5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Thu, 4 Feb 2021 15:48:39 -0800 Received: by devbig003.ftw2.facebook.com (Postfix, from userid 128203) id B50D23704E75; Thu, 4 Feb 2021 15:48:27 -0800 (PST) From: Yonghong Song <yhs@fb.com> To: <bpf@vger.kernel.org> CC: Alexei Starovoitov <ast@kernel.org>, Cong Wang <xiyou.wangcong@gmail.com>, Daniel Borkmann <daniel@iogearbox.net>, <kernel-team@fb.com> Subject: [PATCH bpf-next 0/8] bpf: add bpf_for_each_map_elem() helper Date: Thu, 4 Feb 2021 15:48:27 -0800 Message-ID: <20210204234827.1628857-1-yhs@fb.com> X-Mailer: git-send-email 2.24.1 X-FB-Internal: Safe Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.369,18.0.737 definitions=2021-02-04_13:2021-02-04,2021-02-04 signatures=0 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=1 malwarescore=0 clxscore=1015 phishscore=0 mlxlogscore=218 bulkscore=0 suspectscore=0 lowpriorityscore=0 adultscore=0 priorityscore=1501 mlxscore=1 impostorscore=0 spamscore=1 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2102040144 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 |
bpf: add bpf_for_each_map_elem() helper
|
expand
|