Junfeng Guo 10d9e91a76 net/gve: support queue release
Add support for queue operations:
 - rx_queue_release
 - tx_queue_release

Previous gve_tx_queue_release and gve_rx_queue_release functions are
only used internally to release Rx/Tx queue related resources.

But when the queues or ports are required to re-config, both of the dev
ops tx_queue_release and ops rx_queue_release will be checked and then
called.

Without these two dev ops, the Rx/Tx queue struct will be set as NULL
directly.

Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@amd.com>
2022-11-11 15:48:09 +01:00
..
2022-10-20 11:35:07 +02:00
2022-10-30 15:55:10 +01:00
2022-10-10 17:53:18 +02:00
2022-10-29 13:01:40 +02:00
2022-09-23 16:14:34 +02:00
2022-11-11 15:48:09 +01:00
2022-10-30 15:55:10 +01:00
2022-10-30 15:55:10 +01:00