Re: [PATCH net-next 10/11] libie: add per-queue Page Pool stats

From: Alexander Lobakin
Date: Thu May 18 2023 - 09:49:26 EST


From: Jakub Kicinski <kuba@xxxxxxxxxx>
Date: Wed, 17 May 2023 21:19:13 -0700

> On Tue, 16 May 2023 18:18:40 +0200 Alexander Lobakin wrote:
>> +static inline void libie_rq_stats_get_pp(u64 *sarr, struct page_pool *pool)
>> +{
>> +}
>
> s/inline //

I was afraid a bit the compiler can decide to not inline it for some
reason ._. But I can drop that with no issues.

Thanks,
Olek