Re: [dpdk-dev] [PATCH] eventdev: clarify the worker thread workflow

2017-05-31 Thread Jerin Jacob
] [PATCH] eventdev: clarify the worker thread workflow > User-Agent: Mutt/1.8.0 (2017-02-23) > > On Thu, May 18, 2017 at 04:40:41PM +0530, Jerin Jacob wrote: > > If the RTE_EVENT_DEV_CAP_DISTRIBUTED_SCHED capability flag > > is not set indicates the device is centralized an

Re: [dpdk-dev] [PATCH] eventdev: clarify the worker thread workflow

2017-05-18 Thread Bruce Richardson
On Thu, May 18, 2017 at 04:40:41PM +0530, Jerin Jacob wrote: > If the RTE_EVENT_DEV_CAP_DISTRIBUTED_SCHED capability flag > is not set indicates the device is centralized and thus needs > a dedicated scheduling thread that repeatedly calls > rte_event_schedule(). > > Update the worker thread code

[dpdk-dev] [PATCH] eventdev: clarify the worker thread workflow

2017-05-18 Thread Jerin Jacob
If the RTE_EVENT_DEV_CAP_DISTRIBUTED_SCHED capability flag is not set indicates the device is centralized and thus needs a dedicated scheduling thread that repeatedly calls rte_event_schedule(). Update the worker thread code snippet to match the description. Signed-off-by: Jerin Jacob --- lib/l