2014-05-29 15:18, Ouyang Changchun: > This v4 patch series replace previous v1, v2, v3 patch for virtio-net > multiple queues feature. Please apply this v4 patch series and ignore > previous patches. > > It splits previous one patch into the following 2 patches for easy to > review: Cleanup the existing codes in virtio-net PMD; > Support multiple queues feature in DPDK based virtio-net frontend; > > In sum, this patch supports multiple queues feature in DPDK based virtio-net > frontend. It firstly gets max queue number of virtio-net from virtio PCI > configuration and then send command to negotiate the queue number with > backend; When receiving and transmitting packets, it negotiates multiple > virtio-net queues which serve RX/TX; To utilize this feature, the backend > also need support multiple queues feature and enable it. > > Ouyang Changchun (2): > Cleanup the existing codes in virtio-net PMD. > Support multiple queues feature in DPDK based virtio-net frontend.
Doing clean-up and splitting it in a separated patch is really nice. Thank you for your rework. Acked-by: Thomas Monjalon <thomas.monjalon at 6wind.com> Applied for version 1.7.0. Thanks -- Thomas