Re: [dpdk-dev] [PATCH v7 00/22] next-eventdev: event/sw software eventdev

2017-04-01 Thread Jerin Jacob
On Thu, Mar 30, 2017 at 08:30:28PM +0100, Harry van Haaren wrote: > This is the v7 patchset of the software eventdev PMD. > Changes include the following, see patch for context > and details; > > - Docs patch now consistently uses eventdev (Anatoly) > - Reworded "root cause" to "reason" for readab

[dpdk-dev] [PATCH v7 00/22] next-eventdev: event/sw software eventdev

2017-03-30 Thread Harry van Haaren
This is the v7 patchset of the software eventdev PMD. Changes include the following, see patch for context and details; - Docs patch now consistently uses eventdev (Anatoly) - Reworded "root cause" to "reason" for readability (Anatoly) - Removed __func__ and __LINE__ from SW_LOG_ERR (Jerin) - Fixe