From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 1ED931AA8B for ; Fri, 4 Aug 2023 22:04:54 +0000 (UTC) Received: from out-89.mta0.migadu.com (out-89.mta0.migadu.com [91.218.175.89]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85DF810EA for ; Fri, 4 Aug 2023 15:04:51 -0700 (PDT) Message-ID: <3d28fbdb-7f4b-06fc-1080-468d419dc4a1@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1691186689; 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=4U/EXTCEbT0bKWZjLQTzRSbsu3HlZmIKt4N3y5UmUCM=; b=xm0Ftx7NapCuetX9U1wQyAd4xXU1NYL7OCtc7PIVXeKlyFtxnYB0/U55uTnhVahjrJnI5S QmI9VH7/TkK+l0YgDvcpMD46nS642sGZ6D4r4IFCGZ31+Xs58JAtWRwuMfHSeyFupJAGwU 8cHP20s4Wa7i8d9Xcf92CP6s6w5ohjw= Date: Fri, 4 Aug 2023 15:04:45 -0700 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v2] bpf, docs: Formalize type notation and function semantics in ISA standard Content-Language: en-US To: Will Hawkins , David Vernet References: <20230803004450.3006690-1-hawkinsw@obs.cr> Cc: bpf@vger.kernel.org, bpf@ietf.org X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Martin KaFai Lau In-Reply-To: <20230803004450.3006690-1-hawkinsw@obs.cr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On 8/2/23 5:44 PM, Will Hawkins wrote: > Give a single place where the shorthand for types are defined and the > semantics of helper functions are described. David, please help to review. Thanks.