Re: [PATCH net-next v3 02/18] net: Display info about MSG_SPLICE_PAGES memory handling in proc
From: David Howells
Date: Fri Jun 23 2023 - 05:43:47 EST
Paolo Abeni <pabeni@xxxxxxxxxx> wrote:
> Have you considered percpu counters instead of the above atomics?
Makes sense, since I've got per-cpu structs anyway.
David