On Fri, Jan 13, 2017 at 12:18:33PM +0000, Jianfeng Tan wrote: > v4: > - Fix a clang compiling error by removing "NULL" line in the definition > of vhost_msg_strings. This error does not show up when it's defined > as a static variable, so not necessary to fix it in stable branch. > - Query kernel to get how many regions are supported, default 64 regions. > - Set TUNSETSNDBUF to INT_MAX. > - When get_features, unmask those backend-specific feature bits. > - Remove VHOST_KERNEL_MAX_QUEUES (8) restriction, but due to another > restriction by VIRTIO_MAX_VIRTQUEUES (8), we still cannot configure > more than 8 queues. > - Add a howto document.
Series (except the doc patch) applied to dpdk-next-virtio. Thanks. --yliu