Re: [dpdk-dev] [PATCH v5 07/19] vhost: add number of fds to vhost-user messages and use it

2018-10-10 Thread Tiwei Bie
On Tue, Oct 09, 2018 at 10:54:14PM +0200, Maxime Coquelin wrote: > As soons as some anciliarry datai (fds) are received, it is copied typo: soons anciliarry datai > without checking its length. > > This patch adds adds the number of fds received to the message, s/adds adds/adds/ > which is set

[dpdk-dev] [PATCH v5 07/19] vhost: add number of fds to vhost-user messages and use it

2018-10-09 Thread Maxime Coquelin
As soons as some anciliarry datai (fds) are received, it is copied without checking its length. This patch adds adds the number of fds received to the message, which is set in read_vhost_message(). This is preliminary work to support sending fds to Qemu. Signed-off-by: Dr. David Alan Gilbert Si