From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v5 01/19] vhost: fix messages results handling Date: Thu, 11 Oct 2018 11:36:26 +0200 Message-ID: References: <20181009205426.21219-1-maxime.coquelin@redhat.com> <20181009205426.21219-2-maxime.coquelin@redhat.com> <20181011092940eucas1p1653f28aef02291d7c7aa780bb66f1535~cg_JbJ5iE1007410074eucas1p1Z@eucas1p1.samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: tiwei.bie@intel.com, zhihong.wang@intel.com, jfreimann@redhat.com, nicknickolaev@gmail.com, alejandro.lucero@netronome.com, dgilbert@redhat.com, stable@dpdk.org To: Ilya Maximets , dev@dpdk.org, bruce.richardson@intel.com Return-path: In-Reply-To: <20181011092940eucas1p1653f28aef02291d7c7aa780bb66f1535~cg_JbJ5iE1007410074eucas1p1Z@eucas1p1.samsung.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/11/2018 11:32 AM, Ilya Maximets wrote: > On 10.10.2018 10:25, Maxime Coquelin wrote: >> 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 >>> Acked-by: Ilya Maximets >> >> 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. > > Hi. Sorry for delay. > Had no time to check it yesterday. > Will take a look at your new v6. No worries, I really appreciate the detailed review you've done so far. Thanks, Maxime > Best regards, Ilya Maximets. > >> >> Regards, >> Maxime