[PATCH 03/21] net/virtio: virtqueue headers alloc refactoring

2023-02-09 Thread Maxime Coquelin
This patch refactors virtqueue initialization by moving its headers allocation and deallocation in dedicated function. While at it, it renames the memzone metadata and address pointers in the virtnet_tx and virtnet_ctl structures to remove redundant virtio_net_ prefix. Signed-off-by: Maxime Coque

[PATCH 03/21] net/virtio: virtqueue headers alloc refactoring

2023-02-07 Thread Maxime Coquelin
This patch refactors virtqueue initialization by moving its headers allocation and deallocation in dedicated function. While at it, it renames the memzone metadata and address pointers in the virtnet_tx and virtnet_ctl structures to remove redundant virtio_net_ prefix. Signed-off-by: Maxime Coque