Message ID | 20211001215858.1132715-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 661DDC433F5 for <bpf@archiver.kernel.org>; Fri, 1 Oct 2021 22:03:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4B7A961A8E for <bpf@archiver.kernel.org>; Fri, 1 Oct 2021 22:03:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355812AbhJAWFN (ORCPT <rfc822;bpf@archiver.kernel.org>); Fri, 1 Oct 2021 18:05:13 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:11150 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355802AbhJAWFM (ORCPT <rfc822;bpf@vger.kernel.org>); Fri, 1 Oct 2021 18:05:12 -0400 Received: from pps.filterd (m0044010.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 191Lthft001212 for <bpf@vger.kernel.org>; Fri, 1 Oct 2021 15:03:28 -0700 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=H5ZHUYFEhbidodW/G8tkR5W9D7fiUi+8DDuSlnbpc0o=; b=ZOFvMHbm+5pfZRyUVkSZ9u5ErBcoK8yOgAx80VeLoISLgHb9e0r8Zp+4Yr4y6hlYqPpL 7wLQIlMQt0WT79vLeyT1szs4EyIvBVOS22Ocjsp/uTVg+qc/xmhtf41bj8QfT/HNx77w nx4WRZtwY3f70cUJSkfRATpRm3ZVwYtNIuE= Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com with ESMTP id 3be92w8q8g-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Fri, 01 Oct 2021 15:03:28 -0700 Received: from intmgw002.25.frc3.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:83::5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.14; Fri, 1 Oct 2021 15:03:26 -0700 Received: by devbig612.frc2.facebook.com (Postfix, from userid 115148) id 4280F312DE4A; Fri, 1 Oct 2021 15:03:17 -0700 (PDT) From: Joanne Koong <joannekoong@fb.com> To: <bpf@vger.kernel.org> CC: <kafai@fb.com>, <netdev@vger.kernel.org>, <Kernel-team@fb.com>, Joanne Koong <joannekoong@fb.com> Subject: [PATCH bpf-next v1 0/3] Add XDP support for bpf_load_hdr_opt Date: Fri, 1 Oct 2021 14:58:55 -0700 Message-ID: <20211001215858.1132715-1-joannekoong@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-FB-Source: Intern X-Proofpoint-ORIG-GUID: 36Abbdz7yMM52_JeGbjZNPLVCynRM2eS X-Proofpoint-GUID: 36Abbdz7yMM52_JeGbjZNPLVCynRM2eS 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-01_05,2021-10-01_02,2020-04-07_01 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 mlxscore=0 phishscore=0 clxscore=1015 mlxlogscore=266 malwarescore=0 spamscore=0 impostorscore=0 bulkscore=0 adultscore=0 lowpriorityscore=0 suspectscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2109230001 definitions=main-2110010153 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 |
Add XDP support for bpf_load_hdr_opt
|
expand
|