Re: [dpdk-dev] [PATCH v3 01/19] vhost: fix messages error checks

2018-10-04 Thread Ilya Maximets
On 04.10.2018 11:13, Maxime Coquelin wrote: > Return of message handling has now changed to an enum that can > take non-negative value that is not zero in case a reply is > needed. But the code checking the variable afterwards has not > been updated, leading to success messages handling being > tre

[dpdk-dev] [PATCH v3 01/19] vhost: fix messages error checks

2018-10-04 Thread Maxime Coquelin
Return of message handling has now changed to an enum that can take non-negative value that is not zero in case a reply is needed. But the code checking the variable afterwards has not been updated, leading to success messages handling being treated as errors. Fixes: 2f270595c05d ("vhost: rework m