Re: [dpdk-dev] [PATCH] lib/rte_vhost: fix message handling

2018-10-16 Thread Zhang, Roy Fan
Hi Maxime, Oh, sorry I didn't pull the virtio sub-tree to check. Thanks a lot! Regards, Fan > -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Tuesday, October 16, 2018 1:31 PM > To: Zhang, Roy Fan ; dev@dpdk.org > Cc: nicknickol...@gmail.com > Subj

Re: [dpdk-dev] [PATCH] lib/rte_vhost: fix message handling

2018-10-16 Thread Maxime Coquelin
Hi Fan, On 10/16/2018 02:27 PM, Fan Zhang wrote: This patch fixes the bugs introduced by the message handling rework patch. Previously some "get" message handlers did not have correct return and one if statement was wrong. Fixes: 2f270595c05d ("vhost: rework message handling as a callback array