Re: [dpdk-dev] [PATCH 00/40] net/virtio: Virtio PMD rework

2020-12-21 Thread Maxime Coquelin
On 12/20/20 10:13 PM, Maxime Coquelin wrote: > This series significantly rework Virtio PMD to improve > the Virtio-user PMD and its backends integration. > > First part of the series (first 21 patches) removes the > dependency of Virtio-user ethdev on Virtio PCI, by > creating generic files, ad

[dpdk-dev] [PATCH 00/40] net/virtio: Virtio PMD rework

2020-12-20 Thread Maxime Coquelin
This series significantly rework Virtio PMD to improve the Virtio-user PMD and its backends integration. First part of the series (first 21 patches) removes the dependency of Virtio-user ethdev on Virtio PCI, by creating generic files, adding per-bus meta data, ... Main (if not single) functionna