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

2023-03-01 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > Sent: Wednesday, 1 March 2023 16.50 > > On 2023-03-01 14:31, Morten Brørup wrote: > >> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > >> Sent: Wednesday, 1 March 2023 12.18 > >> > >> On 2023-02-28 17:01, Morten Brør

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

2023-03-01 Thread Mattias Rönnblom
On 2023-03-01 14:31, Morten Brørup wrote: >> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] >> Sent: Wednesday, 1 March 2023 12.18 >> >> On 2023-02-28 17:01, Morten Brørup wrote: From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] Sent: Tuesday, 28 February 2023 1

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

2023-03-01 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > Sent: Wednesday, 1 March 2023 12.18 > > On 2023-02-28 17:01, Morten Brørup wrote: > >> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > >> Sent: Tuesday, 28 February 2023 10.39 > > > > I have been looking for a high p

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

2023-03-01 Thread Mattias Rönnblom
On 2023-02-28 17:01, Morten Brørup wrote: >> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] >> Sent: Tuesday, 28 February 2023 10.39 > > I have been looking for a high performance timer library (for use in a fast > path TCP stack), and this looks very useful, Mattias. > > My initi

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

2023-02-28 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > Sent: Tuesday, 28 February 2023 10.39 I have been looking for a high performance timer library (for use in a fast path TCP stack), and this looks very useful, Mattias. My initial feedback is based on quickly skimming the patch sou

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

2023-02-28 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. * Reduced overhead of adding and canceling timers.