Re: [PATCHv7 0/6] ipvs: Use kthreads for stats
Pablo Neira Ayuso <[email protected]>
| Newsgroups | org.kernel.vger.lvs-devel,org.kernel.vger.netfilter-devel |
|---|---|
| Message-ID | <Y5HTM6jY/ZRw+ar0@salvia> |
On Tue, Nov 22, 2022 at 06:45:58PM +0200, Julian Anastasov wrote: > Hello, > > This patchset implements stats estimation in kthread context. > It replaces the code that runs on single CPU in timer context every > 2 seconds and causing latency splats as shown in reports [1], [2], [3]. > The solution targets setups with thousands of IPVS services, destinations > and multi-CPU boxes. Series applied to nf-next, thanks.