[dpdk-dev] [PATCH v5 0/9] virtio 1.0 enabling for virtio pmd driver

2016-01-19 Thread Yuanhan Liu
v5: minor fixes: - fix wrong type of arg "offset" of read/write_dev_config(): patch 2 is newly added for that. - check "offset + length" overflow Almost all difference comes from virtio 1.0 are the PCI layout change: the major configuration structures are stored at bar space, and t

[dpdk-dev] [PATCH v5 0/9] virtio 1.0 enabling for virtio pmd driver

2016-01-19 Thread Xie, Huawei
On 1/19/2016 4:10 PM, Yuanhan Liu wrote: > v5: minor fixes: > > - fix wrong type of arg "offset" of read/write_dev_config(): patch 2 > is newly added for that. > > - check "offset + length" overflow > > Almost all difference comes from virtio 1.0 are the PCI layout change: > the major