Re: [dpdk-dev] [PATCH v2 0/4] various fixes and cleanups for virtio PMD

2017-12-27 Thread Yuanhan Liu
On Mon, Dec 11, 2017 at 01:13:28PM +0800, Tiwei Bie wrote: > v2: > - refine indent for patch 2 > - fix a typo in commit log for patch 4 > - drop the blank lines squeezing patch Series applied to dpdk-next-virtio. Thanks. --yliu > > Tiwei Bie (4): > net/virtio: fix vector Rx break caus

[dpdk-dev] [PATCH v2 0/4] various fixes and cleanups for virtio PMD

2017-12-10 Thread Tiwei Bie
v2: - refine indent for patch 2 - fix a typo in commit log for patch 4 - drop the blank lines squeezing patch Tiwei Bie (4): net/virtio: fix vector Rx break caused by rxq flushing net/virtio: fix typo in LRO support net/virtio: remove a redundant macro definition for ctrl vq net/virtio: re