[dpdk-dev] [PATCH v4 0/8] virtio_user as an alternative exception path

Yuanhan Liu yuanhan.liu at linux.intel.com
Mon Jan 16 16:05:03 CET 2017


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


More information about the dev mailing list