All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: patchwork-bot+netdevbpf@kernel.org,
	Song Yoong Siang <yoong.siang.song@intel.com>
Cc: jesse.brandeburg@intel.com, anthony.l.nguyen@intel.com,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, richardcochran@gmail.com, ast@kernel.org,
	hawk@kernel.org, john.fastabend@gmail.com, sdf@google.com,
	vinicius.gomes@intel.com, florian.bezdeka@siemens.com,
	andrii@kernel.org, eddyz87@gmail.com, mykolal@fb.com,
	martin.lau@linux.dev, song@kernel.org, yonghong.song@linux.dev,
	kpsingh@kernel.org, haoluo@google.com, jolsa@kernel.org,
	shuah@kernel.org, intel-wired-lan@lists.osuosl.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	bpf@vger.kernel.org, linux-kselftest@vger.kernel.org,
	xdp-hints@xdp-project.net
Subject: Re: [xdp-hints] Re: [PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver
Date: Mon, 4 Mar 2024 15:19:23 +0100	[thread overview]
Message-ID: <c87b4763-09eb-5cc3-c797-20ed8a25be0b@iogearbox.net> (raw)
In-Reply-To: <170956142658.15074.12322285485014543685.git-patchwork-notify@kernel.org>

On 3/4/24 3:10 PM, patchwork-bot+netdevbpf@kernel.org wrote:
> On Sun,  3 Mar 2024 16:32:23 +0800 you wrote:
>> Implemented XDP transmit hardware timestamp metadata for igc driver.
>>
>> This patchset is tested with tools/testing/selftests/bpf/xdp_hw_metadata
>> on Intel ADL-S platform. Below are the test steps and results.
>>
>> Test Step 1: Run xdp_hw_metadata app
>>   sudo ./xdp_hw_metadata <iface> > /dev/shm/result.log
>>
>> [...]
> 
> Here is the summary with links:
>    - [iwl-next,v3,1/2] selftests/bpf: xdp_hw_metadata reduce sleep interval
>      https://git.kernel.org/bpf/bpf-next/c/01031fd47305

Fyi, Song/others, took in the small, standalone BPF selftest improvement.

Thanks,
Daniel

WARNING: multiple messages have this Message-ID (diff)
From: Daniel Borkmann <daniel@iogearbox.net>
To: patchwork-bot+netdevbpf@kernel.org,
	Song Yoong Siang <yoong.siang.song@intel.com>
Cc: linux-kselftest@vger.kernel.org, florian.bezdeka@siemens.com,
	ast@kernel.org, andrii@kernel.org, song@kernel.org,
	edumazet@google.com, anthony.l.nguyen@intel.com, sdf@google.com,
	yonghong.song@linux.dev, shuah@kernel.org, mykolal@fb.com,
	xdp-hints@xdp-project.net, vinicius.gomes@intel.com,
	john.fastabend@gmail.com, jesse.brandeburg@intel.com,
	intel-wired-lan@lists.osuosl.org, kuba@kernel.org,
	pabeni@redhat.com, hawk@kernel.org, richardcochran@gmail.com,
	kpsingh@kernel.org, haoluo@google.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, eddyz87@gmail.com,
	jolsa@kernel.org, bpf@vger.kernel.org, martin.lau@linux.dev,
	davem@davemloft.net
Subject: Re: [Intel-wired-lan] [xdp-hints] Re: [PATCH iwl-next, v3 0/2] XDP Tx Hardware Timestamp for igc driver
Date: Mon, 4 Mar 2024 15:19:23 +0100	[thread overview]
Message-ID: <c87b4763-09eb-5cc3-c797-20ed8a25be0b@iogearbox.net> (raw)
In-Reply-To: <170956142658.15074.12322285485014543685.git-patchwork-notify@kernel.org>

On 3/4/24 3:10 PM, patchwork-bot+netdevbpf@kernel.org wrote:
> On Sun,  3 Mar 2024 16:32:23 +0800 you wrote:
>> Implemented XDP transmit hardware timestamp metadata for igc driver.
>>
>> This patchset is tested with tools/testing/selftests/bpf/xdp_hw_metadata
>> on Intel ADL-S platform. Below are the test steps and results.
>>
>> Test Step 1: Run xdp_hw_metadata app
>>   sudo ./xdp_hw_metadata <iface> > /dev/shm/result.log
>>
>> [...]
> 
> Here is the summary with links:
>    - [iwl-next,v3,1/2] selftests/bpf: xdp_hw_metadata reduce sleep interval
>      https://git.kernel.org/bpf/bpf-next/c/01031fd47305

Fyi, Song/others, took in the small, standalone BPF selftest improvement.

Thanks,
Daniel

  reply	other threads:[~2024-03-04 14:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-03  8:32 [PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver Song Yoong Siang
2024-03-03  8:32 ` [Intel-wired-lan] [PATCH iwl-next, v3 " Song Yoong Siang
2024-03-03  8:32 ` [PATCH iwl-next,v3 1/2] selftests/bpf: xdp_hw_metadata reduce sleep interval Song Yoong Siang
2024-03-03  8:32   ` [Intel-wired-lan] [PATCH iwl-next, v3 " Song Yoong Siang
2024-03-03  8:32 ` [PATCH iwl-next,v3 2/2] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet Song Yoong Siang
2024-03-03  8:32   ` [Intel-wired-lan] [PATCH iwl-next, v3 " Song Yoong Siang
2024-03-06 17:29   ` Maciej Fijalkowski
2024-03-06 17:29     ` Maciej Fijalkowski
2024-03-07 13:38     ` [xdp-hints] " Kurt Kanzenbach
2024-03-07 13:38       ` [Intel-wired-lan] [xdp-hints] " Kurt Kanzenbach
2024-03-08  3:39       ` [xdp-hints] Re: [Intel-wired-lan] " Song, Yoong Siang
2024-03-08  3:39         ` [Intel-wired-lan] [xdp-hints] " Song, Yoong Siang
2024-03-04 14:10 ` [PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver patchwork-bot+netdevbpf
2024-03-04 14:10   ` [Intel-wired-lan] [PATCH iwl-next, v3 " patchwork-bot+netdevbpf
2024-03-04 14:19   ` Daniel Borkmann [this message]
2024-03-04 14:19     ` [Intel-wired-lan] [xdp-hints] " Daniel Borkmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c87b4763-09eb-5cc3-c797-20ed8a25be0b@iogearbox.net \
    --to=daniel@iogearbox.net \
    --cc=andrii@kernel.org \
    --cc=anthony.l.nguyen@intel.com \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=davem@davemloft.net \
    --cc=eddyz87@gmail.com \
    --cc=edumazet@google.com \
    --cc=florian.bezdeka@siemens.com \
    --cc=haoluo@google.com \
    --cc=hawk@kernel.org \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jesse.brandeburg@intel.com \
    --cc=john.fastabend@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=kpsingh@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=martin.lau@linux.dev \
    --cc=mykolal@fb.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=patchwork-bot+netdevbpf@kernel.org \
    --cc=richardcochran@gmail.com \
    --cc=sdf@google.com \
    --cc=shuah@kernel.org \
    --cc=song@kernel.org \
    --cc=vinicius.gomes@intel.com \
    --cc=xdp-hints@xdp-project.net \
    --cc=yonghong.song@linux.dev \
    --cc=yoong.siang.song@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.