Re: [dpdk-dev] [PATCH v3 00/10] rxq interrupt mode for virtio PMD

2017-01-16 Thread Yao, Lei A
Tested-by: Lei Yao Apply patch to dpdk_next_virtio branch. Qemu version: 2.5.0 Kernel version in VM: 4.8.1 Following TCs are tested and passed: Test Case1: Basic Virtio Interrupt test Test Case2: Interrupted received in VM with different Virtio version(0.95 and 1.0) Test Case3: Interrupted by p

[dpdk-dev] [PATCH v3 00/10] rxq interrupt mode for virtio PMD

2017-01-16 Thread Jianfeng Tan
v3: - Update documents: * doc/guides/nics/features/virtio.ini * doc/guides/nics/features/virtio_vec.ini * doc/guides/nics/virtio.rst - Use hw->max_queue_pairs instead of dev->data->nb_rx_queues to allocate intr_vec array. - Fix v2 not working on legacy virtio devices by moving