Hi Ilya On 10/09/2018 10:54 PM, 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 treated as errors.External post and pre callbacks return type needs also to be changed to the new enum, so that its handling is consistent. This is done in this patch alongside with the convertion of its only user, vhost-crypto backend. Fixes: 0bff510b5ea6 ("vhost: unify message handling function signature") Signed-off-by: Maxime Coquelin <[email protected]> Acked-by: Ilya Maximets <[email protected]>
Sorry, I just notice I forgot to remove your ack from the commit message as it has quite changed since the previous version. Please let me know if the patch is OK to you. Regards, Maxime

