From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yonghong Song Subject: Re: [PATCH v3 bpf 2/3] bpf: Replace [u]int32_t and [u]int64_t in libbpf Date: Tue, 24 Jul 2018 08:52:44 -0700 Message-ID: <807232f1-29b6-919a-881c-af89e45d65f4@fb.com> References: <20180724154022.3863907-1-kafai@fb.com> <20180724154022.3863907-3-kafai@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: Alexei Starovoitov , Daniel Borkmann , To: Martin KaFai Lau , Return-path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:52658 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388393AbeGXRAZ (ORCPT ); Tue, 24 Jul 2018 13:00:25 -0400 In-Reply-To: <20180724154022.3863907-3-kafai@fb.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 7/24/18 8:40 AM, Martin KaFai Lau wrote: > This patch replaces [u]int32_t and [u]int64_t usage with > __[su]32 and __[su]64. The same change goes for [u]int16_t > and [u]int8_t. > > Fixes: 8a138aed4a80 ("bpf: btf: Add BTF support to libbpf") > Signed-off-by: Martin KaFai Lau Acked-by: Yonghong Song