[dpdk-dev] [PATCH v2 00/10] virtio fixes

2017-09-07 Thread Olivier Matz
This patchset addresses several issues related to offload and Rx/Tx handler selection in virtio PMD. v1 -> v2: - add one patch to remove uneeded SSE check on x86 - remove Cc stable on last patches - inline virtio_update_rxtx_handler() in tx queue setup Olivier Matz (10): net/virtio: revert "do

Re: [dpdk-dev] [PATCH v2 00/10] virtio fixes

2017-09-11 Thread Yuanhan Liu
On Thu, Sep 07, 2017 at 02:13:37PM +0200, Olivier Matz wrote: > This patchset addresses several issues related to offload and > Rx/Tx handler selection in virtio PMD. Thanks a lot for working on it. Seires applied to dpdk-next-virtio. --yliu > > v1 -> v2: > - add one patch to remove unee