Message ID | 20230315233312.568731-1-pkaligineedi@google.com (mailing list archive) |
---|---|
Headers | show |
Series | gve: Add XDP support for GQI-QPL format | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 15 Mar 2023 16:33:07 -0700 you wrote: > Adding support for XDP DROP, PASS, TX, REDIRECT for GQI QPL format. > Add AF_XDP zero-copy support. > > When an XDP program is installed, dedicated TX queues are created to > handle XDP traffic. The user needs to ensure that the number of > configured TX queues is equal to the number of configured RX queues; and > the number of TX/RX queues is less than or equal to half the maximum > number of TX/RX queues. > > [...] Here is the summary with links: - [net-next,v4,1/5] gve: XDP support GQI-QPL: helper function changes https://git.kernel.org/netdev/net-next/c/2e80aeae9f80 - [net-next,v4,2/5] gve: Changes to add new TX queues https://git.kernel.org/netdev/net-next/c/7fc2bf78a430 - [net-next,v4,3/5] gve: Add XDP DROP and TX support for GQI-QPL format https://git.kernel.org/netdev/net-next/c/75eaae158b1b - [net-next,v4,4/5] gve: Add XDP REDIRECT support for GQI-QPL format https://git.kernel.org/netdev/net-next/c/39a7f4aa3e4a - [net-next,v4,5/5] gve: Add AF_XDP zero-copy support for GQI-QPL format https://git.kernel.org/netdev/net-next/c/fd8e40321a12 You are awesome, thank you!