Re: [RFC v2 0/2] Add high-performance timer facility

2024-10-06 Thread Mattias Rönnblom
On 2024-10-06 15:43, Morten Brørup wrote: From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] Sent: Sunday, 6 October 2024 15.03 On 2024-10-03 23:32, Morten Brørup wrote: From: Stephen Hemminger [mailto:step...@networkplumber.org] Sent: Thursday, 3 October 2024 20.37 On Wed, 15 Mar 2023 18:0

RE: [RFC v2 0/2] Add high-performance timer facility

2024-10-06 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > Sent: Sunday, 6 October 2024 15.03 > > On 2024-10-03 23:32, Morten Brørup wrote: > >> From: Stephen Hemminger [mailto:step...@networkplumber.org] > >> Sent: Thursday, 3 October 2024 20.37 > >> > >> On Wed, 15 Mar 2023 18:03:40 +0100 > >> Ma

Re: [RFC v2 0/2] Add high-performance timer facility

2024-10-06 Thread Mattias Rönnblom
On 2024-10-03 23:32, Morten Brørup wrote: From: Stephen Hemminger [mailto:step...@networkplumber.org] Sent: Thursday, 3 October 2024 20.37 On Wed, 15 Mar 2023 18:03:40 +0100 Mattias Rönnblom wrote: This patchset is an attempt to introduce a high-performance, highly scalable timer facility int

RE: [RFC v2 0/2] Add high-performance timer facility

2024-10-03 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, 3 October 2024 20.37 > > On Wed, 15 Mar 2023 18:03:40 +0100 > Mattias Rönnblom wrote: > > > This patchset is an attempt to introduce a high-performance, highly > > scalable timer facility into DPDK. > > > > More spec

[RFC v2 0/2] Add high-performance timer facility

2023-03-15 Thread Mattias Rönnblom
This patchset is an attempt to introduce a high-performance, highly scalable timer facility into DPDK. More specifically, the goals for the htimer library are: * Efficient handling of a handful up to hundreds of thousands of concurrent timers. * Make adding and canceling timers low-overhead, co