From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin KaFai Lau Subject: [PATCH bpf-next 3/4] bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_info Date: Wed, 5 Dec 2018 17:35:45 -0800 Message-ID: <20181206013545.2803461-1-kafai@fb.com> References: <20181206013543.2803263-1-kafai@fb.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , Yonghong Song To: Return-path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:36092 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727358AbeLFBgB (ORCPT ); Wed, 5 Dec 2018 20:36:01 -0500 Received: from pps.filterd (m0001303.ppops.net [127.0.0.1]) by m0001303.ppops.net (8.16.0.27/8.16.0.27) with SMTP id wB61XxoG004671 for ; Wed, 5 Dec 2018 17:36:00 -0800 Received: from mail.thefacebook.com ([199.201.64.23]) by m0001303.ppops.net with ESMTP id 2p6rsvg8hf-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Wed, 05 Dec 2018 17:36:00 -0800 In-Reply-To: <20181206013543.2803263-1-kafai@fb.com> Sender: netdev-owner@vger.kernel.org List-ID: This patch sync the name changes in bpf_func_info to the tools/. Signed-off-by: Martin KaFai Lau Acked-by: Yonghong Song --- tools/include/uapi/linux/bpf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h index 64262890feb2..16263e8827fc 100644 --- a/tools/include/uapi/linux/bpf.h +++ b/tools/include/uapi/linux/bpf.h @@ -2991,7 +2991,7 @@ struct bpf_flow_keys { }; struct bpf_func_info { - __u32 insn_offset; + __u32 insn_off; __u32 type_id; }; -- 2.17.1