Message ID | 20240228232253.2875900-1-dw@davidwei.uk (mailing list archive) |
---|---|
Headers | show |
Series | netdevsim: link and forward skbs between ports | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 28 Feb 2024 15:22:48 -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. > > I ran netdev selftests CI style and all tests but the following passed: > - gro.sh > - l2tp.sh > - ip_local_port_range.sh > > [...] Here is the summary with links: - [v14,1/5] netdevsim: allow two netdevsim ports to be connected https://git.kernel.org/netdev/net-next/c/f532957d76de - [v14,2/5] netdevsim: forward skbs from one connected port to another https://git.kernel.org/netdev/net-next/c/9eb95228a741 - [v14,3/5] netdevsim: add ndo_get_iflink() implementation https://git.kernel.org/netdev/net-next/c/8debcf5832c3 - [v14,4/5] netdevsim: add selftest for forwarding skb between connected ports https://git.kernel.org/netdev/net-next/c/dfb429ea4f2d - [v14,5/5] netdevsim: fix rtnetlink.sh selftest https://git.kernel.org/netdev/net-next/c/8ee60f9c41fb You are awesome, thank you!