[PATCH] net/gve: add reset path
Stephen Hemminger
stephen at networkplumber.org
Tue Dec 30 19:21:05 CET 2025
On Tue, 30 Dec 2025 02:29:58 +0000
"Jasper Tran O'Leary" <jtranoleary at google.com> wrote:
> Currently, the driver does not include any reset functionality and hence
> cannot be reset by the application. This patch introduces a driver
> callback for the `rte_eth_dev_reset` function which will reset the
> device.
>
> Also, as a precaution, null out device pointers to rx and tx queue
> arrays when we release the queues during a reset.
>
> Signed-off-by: Jasper Tran O'Leary <jtranoleary at google.com>
> Reviewed-by: Joshua Washington <joshwash at google.com>
> ---
Queued to next-net
More information about the dev
mailing list