numam-dpdk/drivers
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
..
baseband baseband/acc100: configure PMON control registers 2022-10-29 13:01:40 +02:00
bus bus/vdev: fix crash in device cleanup 2022-10-20 11:35:07 +02:00
common common/idpf: introduce common library 2022-10-31 11:45:54 +01:00
compress common/mlx5: fix disabling build 2022-10-30 15:55:10 +01:00
crypto crypto/qat: fix null hash algorithm digest size 2022-10-29 13:01:41 +02:00
dma dma/idxd: check DSA device allocation 2022-10-10 17:53:18 +02:00
event common/cnxk: support 103XX CPT 2022-10-29 13:01:40 +02:00
gpu dev: hide driver object 2022-09-23 16:14:34 +02:00
mempool drivers: mark SW PMDs to support disabling IOVA as PA 2022-10-09 13:14:57 +02:00
net net/gve: support queue release 2022-11-11 15:48:09 +01:00
raw raw/cnxk_bphy: extend PF function address access 2022-10-26 23:19:19 +02:00
regex common/mlx5: fix disabling build 2022-10-30 15:55:10 +01:00
vdpa common/mlx5: fix disabling build 2022-10-30 15:55:10 +01:00
meson.build build: export include directories list 2022-10-28 14:27:48 +02:00