> From: Pavan Nikhilesh [mailto:[email protected]]
> Sent: Wednesday, October 25, 2017 12:59 PM
> To: [email protected]; [email protected]; Van Haaren,
> Harry <[email protected]>
> Cc: [email protected]; Pavan Nikhilesh <[email protected]>
> Subject: [dpdk-dev] [PATCH v4 5/7] examples/eventdev: update sample app to
> use service
> 
> Update the sample app eventdev_pipeline_sw_pmd to use service run iter for
> event scheduling in case of sw eventdev.
> 
> Signed-off-by: Pavan Nikhilesh <[email protected]>


One note below,

Acked-by: Harry van Haaren <[email protected]>

 
> +     ret = rte_event_dev_service_id_get(dev_id,
> +                             &fdata->evdev_service_id);
> +     if (ret != -ESRCH && ret != 0 ) {

Checkpatch warns on the space between  0  and the  )

Reply via email to