> From: Jerin Jacob [mailto:[email protected]]
> Sent: Sunday, May 28, 2017 8:59 PM
> To: [email protected]
> Cc: Richardson, Bruce <[email protected]>; Van Haaren, Harry
> <[email protected]>; [email protected]; Eads, Gage 
> <[email protected]>;
> [email protected]; Vangati, Narender <[email protected]>; Rao, 
> Nikhil
> <[email protected]>; [email protected]; Jerin Jacob
> <[email protected]>
> Subject: [dpdk-dev] [PATCH 22/33] app/testeventdev: perf: add eventdev port 
> setup
> 
> Setup one port per worker and link to all queues and setup
> N producer ports to inject the events.
> 
> Signed-off-by: Jerin Jacob <[email protected]>

Same comment as before about producer enqueue depth, with that suggestion;

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


> +
> +     /* port for producers, no links */
> +     const struct rte_event_port_conf prod_conf = {
> +                     .dequeue_depth = 8,
> +                     .enqueue_depth = 8,

enqueue_depth = 32 ?

Reply via email to