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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B44C9C4167B for ; Mon, 4 Dec 2023 10:17:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232966AbjLDKQx (ORCPT ); Mon, 4 Dec 2023 05:16:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229791AbjLDKQv (ORCPT ); Mon, 4 Dec 2023 05:16:51 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 210E6B6 for ; Mon, 4 Dec 2023 02:16:58 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF9B7C433C7; Mon, 4 Dec 2023 10:16:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701685017; bh=NvabCPUoEeNgkHlQOh++f/IpiYrFxijeYof5NfRPONE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=gj60O4w3gXfZMoRfR6TVuuBMVNHiyEh6nUNydfFfRtKH2vJhhhVuUfP9Y4+rhdY5B zjCUTsbEh5i2w9D6MgQWx68op4BJuUViJcr9vihhIQ8pM0QJhsxRJLcvyPKCr6mmvh 2fi5L0nxX4kFshYlSuzPTS0BbZwOLeu6gZ3GQp0LhzILev3EvwzL6CIBTA/cDwOP5S DE1a4L0ovYgsibC0R82gwV80GU4EzfF3khZdF8IufKrqTVx7GteEKxJT8Lh7qC0oMP fXKPG9TSggDDEaNpqmO1xTH+Yafxw1vMknRluaszrrr6d4GsKEX1oH+EnHBEKjkV1g wSPOvEgh46O1A== Message-ID: <8e20031c-83cb-4927-ab6a-e6b4840e1e42@kernel.org> Date: Mon, 4 Dec 2023 11:16:48 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH bpf-next v3 3/3] selftests/bpf: add Launch Time request to xdp_hw_metadata Content-Language: en-US To: Song Yoong Siang , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jonathan Corbet , Bjorn Topel , Magnus Karlsson , Maciej Fijalkowski , Jonathan Lemon , Alexei Starovoitov , Daniel Borkmann , John Fastabend , Stanislav Fomichev , Lorenzo Bianconi , Tariq Toukan , Willem de Bruijn , Maxime Coquelin , Andrii Nakryiko , Mykola Lysenko , Martin KaFai Lau , Song Liu , Yonghong Song , KP Singh , Hao Luo , Jiri Olsa , Shuah Khan , Alexandre Torgue , Jose Abreu Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, bpf@vger.kernel.org, xdp-hints@xdp-project.net, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kselftest@vger.kernel.org References: <20231203165129.1740512-1-yoong.siang.song@intel.com> <20231203165129.1740512-4-yoong.siang.song@intel.com> From: Jesper Dangaard Brouer In-Reply-To: <20231203165129.1740512-4-yoong.siang.song@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/3/23 17:51, Song Yoong Siang wrote: > This patch is tested with stmmac on Intel Tiger Lake platform. Refer to > result below, the delta between pre-determined launch time and actual HW > transmit complete time is around 24 us. Is there any NIC setup (e.g. ethtool/qdisc) requirements to enable HW for this feature? --Jesper