Re: [dpdk-dev] [PATCH v4 0/3] timer library enhancement

2018-04-05 Thread Carrillo, Erik G
gt; Subject: Re: [dpdk-dev] [PATCH v4 0/3] timer library enhancement > > Let's revive these patches. > Erik, could you rebase them with experimental tag, please? > > Someone for a review? > > > 11/10/2017 22:42, Thomas Monjalon: > > This patchset is waiting for rev

Re: [dpdk-dev] [PATCH v4 0/3] timer library enhancement

2018-04-04 Thread Thomas Monjalon
Let's revive these patches. Erik, could you rebase them with experimental tag, please? Someone for a review? 11/10/2017 22:42, Thomas Monjalon: > This patchset is waiting for review. > > Robert, are you available? > > 19/09/2017 19:02, Erik Gabriel Carrillo: > > In the current implementation o

Re: [dpdk-dev] [PATCH v4 0/3] timer library enhancement

2017-10-11 Thread Thomas Monjalon
This patchset is waiting for review. Robert, are you available? 19/09/2017 19:02, Erik Gabriel Carrillo: > In the current implementation of the DPDK timer library, timers can be > created and set to be handled by a target lcore by adding it to a > skiplist that corresponds to that lcore. However

[dpdk-dev] [PATCH v4 0/3] timer library enhancement

2017-09-19 Thread Erik Gabriel Carrillo
In the current implementation of the DPDK timer library, timers can be created and set to be handled by a target lcore by adding it to a skiplist that corresponds to that lcore. However, if an application enables multiple lcores, and each of these lcores repeatedly attempts to install timers on th