Hi Maxime, > -----Original Message----- > From: Maxime Coquelin <[email protected]> > Sent: Tuesday, July 28, 2020 5:10 PM > To: Fu, Patrick <[email protected]>; [email protected]; Xia, Chenbo > <[email protected]> > Subject: Re: [PATCH v1] vhost: fix async callback return type define > > > > On 7/23/20 7:39 AM, [email protected] wrote: > > From: Patrick Fu <[email protected]> > > > > * @return > > - * -1 on failure, number of iov segments completed on success > > + * number of iov segments completed on success > Ditto > > > */ > > - int (*check_completed_copies)(int vid, uint16_t queue_id, > > + uint32_t (*check_completed_copies)(int vid, uint16_t queue_id, > > struct rte_vhost_async_status *opaque_data, > > uint16_t max_packets); > > }; > > > > Other than that: > Reviewed-by: Maxime Coquelin <[email protected]> > > I can fixup the comments while applying if you agree with it. >
Yes, I think removing "on success" is correct there. Thanks, Patrick

