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 C0597C61DA4 for ; Thu, 9 Feb 2023 17:54:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229665AbjBIRyZ (ORCPT ); Thu, 9 Feb 2023 12:54:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229627AbjBIRyZ (ORCPT ); Thu, 9 Feb 2023 12:54:25 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5FA551E2B2; Thu, 9 Feb 2023 09:54:24 -0800 (PST) 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 EE9C861B76; Thu, 9 Feb 2023 17:54:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 171F3C433D2; Thu, 9 Feb 2023 17:54:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675965263; bh=00nM44/MoPM42oJ0uTdNy3wFm7tJkujEAFNU2YBUoIs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=UheZwYHByqjlrnLQ7okcHNYY0m8BeJXW/D984OazYqHYChijl7F//VAkXzhVNVQiY uIqbDPv4qUefMnsfGsL4cxy2cAWhl/hX7MBZA7o7tWyzg7sglPaG065ODfKY/gMXge Jao++gUq2oO4DfUC3grPczUR62c4fzrAKv7llaCbYB1QFrONyYqqGEqCVUhJ5QxHcs xZ88dT9Fo9vc0STGxLxf+vjOuPnUx8zKQOuizOD91ih3ENsDqBLqYau/MHTFOU9Drb vxXXomLiGnQIXF4xnwSyO17pe409Ssm58IRQPKq3xbRv89wJwV9o100wFWiae3Ow8T kiOqZ1nAWnPJw== Date: Thu, 9 Feb 2023 09:54:22 -0800 From: Jakub Kicinski To: Eric Dumazet Cc: davem@davemloft.net, netdev@vger.kernel.org, pabeni@redhat.com, bpf@vger.kernel.org Subject: Re: [PATCH net-next] net: skbuff: drop the word head from skb cache Message-ID: <20230209095422.56bcda65@kernel.org> In-Reply-To: References: <20230209060642.115752-1-kuba@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Thu, 9 Feb 2023 10:17:17 +0100 Eric Dumazet wrote: > Lets not rename 'struct sk_buff' :) > > (Packets are not necessarily tied to a socket) That made me giggle :) But I may move the structures to a separate header from the inline helpers one day to make rebuilds faster..