[dpdk-dev] [PATCH v4 00/26] Single virtio implementation

2015-02-20 Thread Thomas Monjalon
> On 2/9/2015 9:14 AM, Ouyang, Changchun wrote: > > This is the patch set for single virtio implementation. > > > > Why we need single virtio? > > > > As we know currently there are at least 3 virtio PMD driver implementations: > > A) lib/librte_pmd_virtio(refer as vi

[dpdk-dev] [PATCH v4 00/26] Single virtio implementation

2015-02-17 Thread Xie, Huawei
Acked-by Huawei Xie On 2/9/2015 9:14 AM, Ouyang, Changchun wrote: > This is the patch set for single virtio implementation. > > Why we need single virtio? > > As we know currently there are at least 3 virtio PMD driver implementations: > A) lib/librte_pmd_virtio(ref

[dpdk-dev] [PATCH v4 00/26] Single virtio implementation

2015-02-09 Thread Ouyang Changchun
This is the patch set for single virtio implementation. Why we need single virtio? As we know currently there are at least 3 virtio PMD driver implementations: A) lib/librte_pmd_virtio(refer as virtio A); B) virtio_net_pmd by 6wind(refer as virtio B); C) virtio by Broc