Re: [dpdk-dev] [PATCH 0/3] new software event timer adapter

2018-11-30 Thread Carrillo, Erik G
Hi Pavan, Thanks for the feedback. Response inline: > -Original Message- > From: Pavan Nikhilesh [mailto:pbhagavat...@caviumnetworks.com] > Sent: Friday, November 30, 2018 1:26 AM > To: Carrillo, Erik G ; Jacob, Jerin > ; rsanf...@akamai.com > Cc: step...@networkplumber.org; dev@dpdk.org

Re: [dpdk-dev] [PATCH 0/3] new software event timer adapter

2018-11-29 Thread Pavan Nikhilesh
Hi Eric, I think we may need to address the librte_timer and event_timer patches in separate series as we are modifying common code for the sake of sw_event_timer PMD and the series title implies that only the PMD has been modified. Also, I think we need to profile and report the performance regr

[dpdk-dev] [PATCH 0/3] new software event timer adapter

2018-11-29 Thread Erik Gabriel Carrillo
This patch series introduces a new version of the event timer adapter software PMD [1]. 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.