public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
From: "Burakov, Anatoly" <anatoly.burakov@intel.com>
To: Bruce Richardson <bruce.richardson@intel.com>, <dev@dpdk.org>
Subject: Re: [PATCH] net/ixgbe: shrink size of context index
Date: Thu, 9 Apr 2026 14:18:25 +0200	[thread overview]
Message-ID: <105e86f9-0f2b-46d4-bea3-4b55bf5ed92a@intel.com> (raw)
In-Reply-To: <20260408154804.1596060-1-bruce.richardson@intel.com>

On 4/8/2026 5:48 PM, Bruce Richardson wrote:
> The ixgbe driver only supports two contexts, so using uint32_t for the
> context index is excessive. Reducing this to uint8_t shrinks the ixgbe
> part of the union from 32 bytes to 24. Although it does not in itself
> shrink the space for the whole struct, it is worth doing as ixgbe is the
> second-largest block in the union, so may become relevant if other
> rework shrinks the idpf-specific block.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---

Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>

-- 
Thanks,
Anatoly

  reply	other threads:[~2026-04-09 12:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-08 15:48 [PATCH] net/ixgbe: shrink size of context index Bruce Richardson
2026-04-09 12:18 ` Burakov, Anatoly [this message]
2026-04-09 13:45   ` Bruce Richardson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=105e86f9-0f2b-46d4-bea3-4b55bf5ed92a@intel.com \
    --to=anatoly.burakov@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox