diff options
| author | Joshua Washington <[email protected]> | 2025-03-21 00:29:06 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-03-25 20:51:14 +0000 |
| commit | 542a58f1b090cdcea951b7c9c48c3ba57d1e35b1 (patch) | |
| tree | 0fc71b45ef4fd38dccaa40e5eebbb4557d982522 /tools/testing/selftests/drivers/net/lib/py/env.py | |
| parent | gve: remove xdp_xsk_done and xdp_xsk_wakeup statistics (diff) | |
| download | kernel-542a58f1b090cdcea951b7c9c48c3ba57d1e35b1.tar.gz kernel-542a58f1b090cdcea951b7c9c48c3ba57d1e35b1.zip | |
gve: introduce config-based allocation for XDP
An earlier patch series[1] introduced RX/TX ring allocation configuration
structs which contained metadata used to allocate and configure new RX
and TX rings. This led to a much cleaner and safer allocation pattern
wherein queue resources were not deallocated until new queue resources
were successfully allocated.
Migrate the XDP allocation path to use the same pattern to allow for the
existence of a single allocation path instead of relying on XDP-specific
allocation methods. These extra allocation methods result in the
duplication of many existing behaviors while being prone to error when
configuration changes unrelated to XDP occur.
Link: https://lore.kernel.org/netdev/[email protected]/ [1]
Reviewed-by: Praveen Kaligineedi <[email protected]>
Reviewed-by: Willem de Bruijn <[email protected]>
Signed-off-by: Joshua Washington <[email protected]>
Signed-off-by: Harshitha Ramamurthy <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/drivers/net/lib/py/env.py')
0 files changed, 0 insertions, 0 deletions
