Message ID | 20240130214620.3722189-1-dw@davidwei.uk (mailing list archive) |
---|---|
Headers | show |
Series | netdevsim: link and forward skbs between ports | expand |
On Tue, 30 Jan 2024 13:46:16 -0800 David Wei wrote:
> [PATCH net-next v8 0/5] netdevsim: link and forward skbs between ports
There's only 4 patches here, you'll need to repost because you promised
patchwork 5 by saying 0/5 :(
On 2024-01-31 16:44, Jakub Kicinski wrote: > On Tue, 30 Jan 2024 13:46:16 -0800 David Wei wrote: >> [PATCH net-next v8 0/5] netdevsim: link and forward skbs between ports > > There's only 4 patches here, you'll need to repost because you promised > patchwork 5 by saying 0/5 :( I'm sorry for being a bad chef and making bad copy pasta :(
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 30 Jan 2024 13:46:16 -0800 you wrote: > This patchset adds the ability to link two netdevsim ports together and > forward skbs between them, similar to veth. The goal is to use netdevsim > for testing features e.g. zero copy Rx using io_uring. > > This feature was tested locally on QEMU, and a selftest is included. > > > [...] Here is the summary with links: - [net-next,v8,1/4] netdevsim: allow two netdevsim ports to be connected (no matching commit) - [net-next,v8,2/4] netdevsim: forward skbs from one connected port to another (no matching commit) - [net-next,v8,3/4] netdevsim: add selftest for forwarding skb between connected ports (no matching commit) - [net-next,v8,4/4] netdevsim: add Makefile for selftests https://git.kernel.org/netdev/net-next/c/8ff25dac88f6 You are awesome, thank you!