[dpdk-dev] [PATCH v8 0/6] virtio support for container

2016-06-14 Thread Yuanhan Liu
Series Acked-by: Yuanhan Liu --yliu On Mon, Jun 13, 2016 at 06:38:57AM +, Jianfeng Tan wrote: > v8: > - Change to use max_queue_pairs instead of queue_pairs to initialize >and deinitialize queues. > - Remove vhost-kernel support. > > v7: > - CONFIG_RTE_VIRTIO_VDEV -> CONFIG_R

[dpdk-dev] [PATCH v8 0/6] virtio support for container

2016-06-13 Thread Jianfeng Tan
v8: - Change to use max_queue_pairs instead of queue_pairs to initialize and deinitialize queues. - Remove vhost-kernel support. v7: - CONFIG_RTE_VIRTIO_VDEV -> CONFIG_RTE_VIRTIO_USER; and corresondingly, RTE_VIRTIO_VDEV -> RTE_VIRTIO_USER. - uint64_t -> uintptr_t, so that it can be comp