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

2017-01-16 Thread Yuanhan Liu
On Fri, Jan 13, 2017 at 12:18:33PM +, 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. > - Qu

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

2017-01-13 Thread Jianfeng Tan
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.