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 5E7E0EB64D8 for ; Wed, 21 Jun 2023 03:40:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230050AbjFUDka (ORCPT ); Tue, 20 Jun 2023 23:40:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229941AbjFUDkZ (ORCPT ); Tue, 20 Jun 2023 23:40:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7E36198; Tue, 20 Jun 2023 20:40:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 65AA96146F; Wed, 21 Jun 2023 03:40:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 994FFC433B9; Wed, 21 Jun 2023 03:40:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687318822; bh=NK1N2aQMpnuBCeeEnGrxPS114YRM2rtVU1C+C0MyWMI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=USB49LZglltl0GBj1jtG1wQOiJygPIBl1eJGs8Sh9+kyI4+A23UomTo2iaS7iHMzp kUGTV3vgPaYOUnfXSWF+jHoQlQl/CdUtj/4I4BESKNhCTxgjLo8To7EDKS/p0Vg+Cv DG/R85eIFZcID7kKcCQ89G8f51vlt9j6RU5KpwHffo+0jU2z93FXsAJdYCNaFwv19o lh1zVUwbxqCuxzeZDvtVrUy3q5IoOQBXMHXm3ngcA3ejinWUk4mhaRh59spFGJVsMs TUOE7rUCcVKL61ttX06Xft1ADN/2j9g3Z9vA/5NJG+HWC34fobHgeROD9PX8q6AX6j iGmTUjHxAukuQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 53821E2A038; Wed, 21 Jun 2023 03:40:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] netlabel: Reorder fields in 'struct netlbl_domaddr6_map' From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168731882233.8371.7677968388605573961.git-patchwork-notify@kernel.org> Date: Wed, 21 Jun 2023 03:40:22 +0000 References: In-Reply-To: To: Christophe JAILLET Cc: paul@paul-moore.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, netdev@vger.kernel.org, linux-security-module@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sun, 18 Jun 2023 12:16:41 +0200 you wrote: > Group some variables based on their sizes to reduce hole and avoid padding. > On x86_64, this shrinks the size of 'struct netlbl_domaddr6_map' > from 72 to 64 bytes. > > It saves a few bytes of memory and is more cache-line friendly. > > Signed-off-by: Christophe JAILLET > > [...] Here is the summary with links: - [net-next] netlabel: Reorder fields in 'struct netlbl_domaddr6_map' https://git.kernel.org/netdev/net-next/c/f0d952646bcf You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html