From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-181.mta0.migadu.com (out-181.mta0.migadu.com [91.218.175.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 90D241586F4 for ; Wed, 24 Apr 2024 21:50:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.181 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713995449; cv=none; b=s4CCM5/u6jE6wFEQM5hel2bK1mStHnLWqeXIlQuTjN8Xmy012t2EVRPFm1Y6yj8RhelqOoz4Z5lTk+QcTG8AR1lHvJtL0OWhkYbMfjKSOYYni3UJDgWFRiCC7HuN74T1uJp8RpTacT/UCwXMcxL9VqJ5DP6BPq63g3J44F82UaA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713995449; c=relaxed/simple; bh=U/f0nf6h9F8yps4GjM0xDWooFK92vVOs9kuCXrbPIbU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=uBQ7XyNkXC7wldWn3Yp2v5YUp9oH8L7Tguhi3yjwc0jXSZK1ZY/RdRMQski+i5cuVk14eopNxfJefeNooZjD9Owo+H63D/G5yUDECeGFmbNqc5HqCycOVXExYw9TtLAmGNuZjx2Io9EVQJYJMnyz7CEK5Gl1Xq2YKuUrLtEIZrw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=KEvs492O; arc=none smtp.client-ip=91.218.175.181 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="KEvs492O" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1713995444; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=U/f0nf6h9F8yps4GjM0xDWooFK92vVOs9kuCXrbPIbU=; b=KEvs492Od2v18DpUsp6LMGgNVEhYwjmRfjXkyITlp7RpSdzm8dhJ/fvERbRugVeVFQjZ0Y zZDV3nsegoWko02dJHYexIp3zwwuqS0jULpo7gyW9WX2wHre8GOj1WViJo3jU0e0vqC797 yJlTq/OZGPDU3Hq+NVrkbr5WCJ79Two= Date: Wed, 24 Apr 2024 14:50:39 -0700 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH bpf-next v1] bpf: update the comment for BTF_FIELDS_MAX Content-Language: en-GB To: Haiyue Wang , bpf@vger.kernel.org Cc: Alexei Starovoitov , Daniel Borkmann , John Fastabend , Andrii Nakryiko , Martin KaFai Lau , Eduard Zingerman , Song Liu , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , open list References: <20240424054526.8031-1-haiyue.wang@intel.com> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yonghong Song In-Reply-To: <20240424054526.8031-1-haiyue.wang@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 4/23/24 10:45 PM, Haiyue Wang wrote: > The commit d56b63cf0c0f ("bpf: add support for bpf_wq user type") > changes the fields support number to 11, just sync the comment. > > Signed-off-by: Haiyue Wang Acked-by: Yonghong Song