From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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=-9.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 39CEAC3A59C for ; Thu, 15 Aug 2019 15:00:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0657A2084D for ; Thu, 15 Aug 2019 15:00:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=netronome-com.20150623.gappssmtp.com header.i=@netronome-com.20150623.gappssmtp.com header.b="z4TOHubQ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733296AbfHOPAf (ORCPT ); Thu, 15 Aug 2019 11:00:35 -0400 Received: from mail-wm1-f68.google.com ([209.85.128.68]:37724 "EHLO mail-wm1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733212AbfHOPAe (ORCPT ); Thu, 15 Aug 2019 11:00:34 -0400 Received: by mail-wm1-f68.google.com with SMTP id z23so1514738wmf.2 for ; Thu, 15 Aug 2019 08:00:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=WPjOAnZ6DM44rpKDf5ErzyVWiSn5JFBQCXEWf67zCeY=; b=z4TOHubQDXl0F5kyDbvSwCXz9icNhreThbItk9nKoAQY5wQqrxBQDgRo8xatFyyEjK 2u3E8Mj5eNJBVxRuL6+e/fa6Vx6OWC2jj3Ca3vmG/D5Qxnk21+t2vCaEloSW7wzcZklT mMy+0llYblKvE6jTAFBrcPD19E107q3Ltop7YHzSmwERZuYZrgdFC71As8hHrbvuy1AP cr69m1Y7ao2sBOPwbCSnyDwrA9UV0J8bVaSo5wcvcPDt8usYlSU1olbBMoXg1symRdLD 6OC+mb4UHVrOMKRbyiw7R0SBsUUUUcuONBU1ngcMEhfvZUptdK52m1orwAOwPNvKfQiE 3pQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=WPjOAnZ6DM44rpKDf5ErzyVWiSn5JFBQCXEWf67zCeY=; b=gAPRgL1Lu9AehG3tbP2v9ZTcBtZx4YwkWX2/SvWpODI93Tv73rL6xfgPbnZtOfBgff 18jjifOMicw/WxtHdeYNvW9VuXON82qhdVzS21YlVMV63Hv1kUhWv7D2EJh0ey092IS/ mkap5G40mJquBUwuZ8j6dCyXHsOCDWSQt0T/QQiXGEHN+hPg9HcpXA0eiylq2CV+lLVS Rv6rJOfd8yoUZl1AHp2/eUf9fJ+4Ps3KuLnhydytwIma4KrXY9O4LqQB+qnP1IvV9/IG MCEThQ5h2+MqLjrklqnCAfiSii5dyMkVpZwi0KKfDodGq0yLjshxTGyRCbSiPTywXK6h wDqg== X-Gm-Message-State: APjAAAVBFEydsckVTN0bVyDHU6x81zXYUeYe014MQ4NLL0Gv/41omKRm Cne0Fvz4K7UI6KVbK6KVXywPaQ== X-Google-Smtp-Source: APXvYqzoUpka7CXCUJQAbcSDGE/qzVr65hzIknalCFmbkpMRxk0FW9NHqHkCMLDHn/JhrxHa2l/agQ== X-Received: by 2002:a1c:b189:: with SMTP id a131mr3298787wmf.7.1565881232364; Thu, 15 Aug 2019 08:00:32 -0700 (PDT) Received: from cbtest32.netronome.com ([217.38.71.146]) by smtp.gmail.com with ESMTPSA id a23sm2794857wma.24.2019.08.15.08.00.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Aug 2019 08:00:31 -0700 (PDT) From: Quentin Monnet To: Alexei Starovoitov , Daniel Borkmann Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, oss-drivers@netronome.com, Quentin Monnet Subject: [PATCH bpf-next 2/5] tools: bpf: synchronise BPF UAPI header with tools Date: Thu, 15 Aug 2019 16:00:16 +0100 Message-Id: <20190815150019.8523-3-quentin.monnet@netronome.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190815150019.8523-1-quentin.monnet@netronome.com> References: <20190815150019.8523-1-quentin.monnet@netronome.com> Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Synchronise the bpf.h header under tools, to report the addition of the new BPF_BTF_GET_NEXT_ID syscall command for bpf(). Signed-off-by: Quentin Monnet --- tools/include/uapi/linux/bpf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index 4393bd4b2419..874bc5eefee1 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h @@ -106,6 +106,7 @@ enum bpf_cmd { BPF_TASK_FD_QUERY, BPF_MAP_LOOKUP_AND_DELETE_ELEM, BPF_MAP_FREEZE, + BPF_BTF_GET_NEXT_ID, }; enum bpf_map_type { -- 2.17.1