From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63712C77B7A for ; Thu, 18 May 2023 04:19:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229916AbjERETT (ORCPT ); Thu, 18 May 2023 00:19:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229571AbjERETR (ORCPT ); Thu, 18 May 2023 00:19:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47B0835AD for ; Wed, 17 May 2023 21:19:16 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D2E24613DC for ; Thu, 18 May 2023 04:19:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9F76CC433D2; Thu, 18 May 2023 04:19:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684383555; bh=kWki9SBP3s3z9e8Ww/Dw19IuXFtpOy6XpwmIo0LWGkw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jXN2AmuBMiyJMvI5RI0B+cuSny06go0LAOC6U+JCDgICRH7ctjefRQ1B/F3WwoCvL PuZ2uNKgsRKH55JTQ4b7Ws2nkGx3ZPCvar3CMN/OfmTbWRO1PizQfa3KNdneqiglJ4 /DGtc4esUf+EyeouPifs69w0zvijQBWcHSVbYk3JWbGfj1VjbWf8umlng2u9+w8H+0 nna42fyLwCwz9woW7mNkWoifn6dw9ZoOcNBLJrRq706/IddJocqdvOO3Uu+VysTS/e YPKZ5gEj3mkka+HYpfs8c037MaCAVFnvbE9T/0lt+GkkcFjISVph4UZ3OGayAFLr6l u/jH4EpApgefw== Date: Wed, 17 May 2023 21:19:13 -0700 From: Jakub Kicinski To: Alexander Lobakin Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Maciej Fijalkowski , Magnus Karlsson , Michal Kubiak , Larysa Zaremba , Jesper Dangaard Brouer , Ilias Apalodimas , Christoph Hellwig , netdev@vger.kernel.org, intel-wired-lan@lists.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 10/11] libie: add per-queue Page Pool stats Message-ID: <20230517211913.773c1266@kernel.org> In-Reply-To: <20230516161841.37138-11-aleksander.lobakin@intel.com> References: <20230516161841.37138-1-aleksander.lobakin@intel.com> <20230516161841.37138-11-aleksander.lobakin@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 //