Message ID | 20230421194656.48063-1-gerhard@engleder-embedded.com (mailing list archive) |
---|---|
Headers | show |
Series | tsnep: XDP socket zero-copy support | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 21 Apr 2023 21:46:50 +0200 you wrote: > Implement XDP socket zero-copy support for tsnep driver. I tried to > follow existing drivers like igc as far as possible. But one main > difference is that tsnep does not need any reconfiguration for XDP BPF > program setup. So I decided to keep this behavior no matter if a XSK > pool is used or not. As a result, tsnep starts using the XSK pool even > if no XDP BPF program is available. > > [...] Here is the summary with links: - [net-next,v4,1/6] tsnep: Replace modulo operation with mask https://git.kernel.org/netdev/net-next/c/42fb2962b4a6 - [net-next,v4,2/6] tsnep: Rework TX/RX queue initialization https://git.kernel.org/netdev/net-next/c/33b0ee02c84c - [net-next,v4,3/6] tsnep: Add functions for queue enable/disable https://git.kernel.org/netdev/net-next/c/2ea0a282ba09 - [net-next,v4,4/6] tsnep: Move skb receive action to separate function https://git.kernel.org/netdev/net-next/c/c2d64697f41b - [net-next,v4,5/6] tsnep: Add XDP socket zero-copy RX support https://git.kernel.org/netdev/net-next/c/3fc2333933fd - [net-next,v4,6/6] tsnep: Add XDP socket zero-copy TX support https://git.kernel.org/netdev/net-next/c/cd275c236b3f You are awesome, thank you!