Re: [dpdk-dev] [PATCH v2 1/1] eventdev: add new software event timer adapter

2018-12-10 Thread Carrillo, Erik G
etworks.com; rsanf...@akamai.com; > step...@networkplumber.org; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/1] eventdev: add new software event > timer adapter > > On 2018-12-07 21:34, Erik Gabriel Carrillo wrote: > > This patch introduces a new version of the event timer ad

Re: [dpdk-dev] [PATCH v2 1/1] eventdev: add new software event timer adapter

2018-12-09 Thread Mattias Rönnblom
On 2018-12-07 21:34, Erik Gabriel Carrillo wrote: This patch introduces a new version of the event timer adapter software PMD. In the original design, timer event producer lcores in the primary and secondary processes enqueued event timers into a ring, and a service core in the primary process de

[dpdk-dev] [PATCH v2 1/1] eventdev: add new software event timer adapter

2018-12-07 Thread Erik Gabriel Carrillo
This patch introduces a new version of the event timer adapter software PMD. In the original design, timer event producer lcores in the primary and secondary processes enqueued event timers into a ring, and a service core in the primary process dequeued them and processed them further. To improve