All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Ahern <dsahern@kernel.org>
To: Coco Li <lixiaoyan@google.com>, Jakub Kicinski <kuba@kernel.org>,
	Eric Dumazet <edumazet@google.com>,
	Neal Cardwell <ncardwell@google.com>,
	Mubashir Adnan Qureshi <mubashirq@google.com>,
	Paolo Abeni <pabeni@redhat.com>, Andrew Lunn <andrew@lunn.ch>,
	Jonathan Corbet <corbet@lwn.net>
Cc: netdev@vger.kernel.org, Chao Wu <wwchao@google.com>,
	Wei Wang <weiwan@google.com>,
	Pradeep Nemavat <pnemavat@google.com>
Subject: Re: [PATCH v3 net-next 5/6] net-device: reorganize net_device fast path variables
Date: Tue, 24 Oct 2023 21:11:27 -0600	[thread overview]
Message-ID: <5cd4aec9-ca43-400a-97bb-9e94b20abb49@kernel.org> (raw)
In-Reply-To: <20231025012411.2096053-6-lixiaoyan@google.com>

On 10/24/23 7:24 PM, Coco Li wrote:
> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index
> b8bf669212cce..d4a8c42d9a9aa 100644 --- a/include/linux/netdevice.h +++
> b/include/linux/netdevice.h @@ -2076,6 +2076,60 @@ enum
> netdev_ml_priv_type { */ struct net_device { + /* Caacheline
> organization can be found documented in

same here -- double aa in Cacheline

  reply	other threads:[~2023-10-25  3:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-25  1:24 [PATCH v3 net-next 0/6] Analyze and Reorganize core Networking Structs to optimize cacheline consumption Coco Li
2023-10-25  1:24 ` [PATCH v3 net-next 1/6] Documentations: Analyze heavily used Networking related structs Coco Li
2023-10-25  1:24 ` [PATCH v3 net-next 2/6] cache: enforce cache groups Coco Li
2023-10-25  6:50   ` Daniel Borkmann
2023-10-25  1:24 ` [PATCH v3 net-next 3/6] net-smnp: reorganize SNMP fast path variables Coco Li
2023-10-25  3:09   ` David Ahern
2023-10-25  1:24 ` [PATCH v3 net-next 4/6] netns-ipv4: reorganize netns_ipv4 " Coco Li
2023-10-25  3:10   ` David Ahern
2023-10-25  1:24 ` [PATCH v3 net-next 5/6] net-device: reorganize net_device " Coco Li
2023-10-25  3:11   ` David Ahern [this message]
2023-10-25  6:58   ` Daniel Borkmann
2023-10-25  1:24 ` [PATCH v3 net-next 6/6] tcp: reorganize tcp_sock " Coco Li

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=5cd4aec9-ca43-400a-97bb-9e94b20abb49@kernel.org \
    --to=dsahern@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=corbet@lwn.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=lixiaoyan@google.com \
    --cc=mubashirq@google.com \
    --cc=ncardwell@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pnemavat@google.com \
    --cc=weiwan@google.com \
    --cc=wwchao@google.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.