netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v1] Documentations: correct net_cachelines title for struct inet_sock
@ 2024-02-23 12:02 Haiyue Wang
  2024-02-26 16:24 ` Jakub Kicinski
  2024-02-26 16:57 ` [PATCH net v2] " Haiyue Wang
  0 siblings, 2 replies; 3+ messages in thread
From: Haiyue Wang @ 2024-02-23 12:02 UTC (permalink / raw)
  To: netdev, lixiaoyan
  Cc: Haiyue Wang, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Jonathan Corbet, open list:DOCUMENTATION, open list

It's 'inet_sock' fast path usage breakdown, not 'inet_connection_sock',
correct it.

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
---
 Documentation/networking/net_cachelines/inet_sock.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/net_cachelines/inet_sock.rst b/Documentation/networking/net_cachelines/inet_sock.rst
index a2babd0d7954..868361b4792d 100644
--- a/Documentation/networking/net_cachelines/inet_sock.rst
+++ b/Documentation/networking/net_cachelines/inet_sock.rst
@@ -2,7 +2,7 @@
 .. Copyright (C) 2023 Google LLC
 
 =====================================================
-inet_connection_sock struct fast path usage breakdown
+inet_sock struct fast path usage breakdown
 =====================================================
 
 Type                    Name                  fastpath_tx_access  fastpath_rx_access  comment
-- 
2.43.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net v1] Documentations: correct net_cachelines title for struct inet_sock
  2024-02-23 12:02 [PATCH net v1] Documentations: correct net_cachelines title for struct inet_sock Haiyue Wang
@ 2024-02-26 16:24 ` Jakub Kicinski
  2024-02-26 16:57 ` [PATCH net v2] " Haiyue Wang
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2024-02-26 16:24 UTC (permalink / raw)
  To: Haiyue Wang
  Cc: netdev, lixiaoyan, David S. Miller, Eric Dumazet, Paolo Abeni,
	Jonathan Corbet, open list:DOCUMENTATION, open list

On Fri, 23 Feb 2024 20:02:12 +0800 Haiyue Wang wrote:
>  =====================================================
> -inet_connection_sock struct fast path usage breakdown
> +inet_sock struct fast path usage breakdown
>  =====================================================

You need to adjust the length to the markup lines.
-- 
pw-bot: cr

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH net v2] Documentations: correct net_cachelines title for struct inet_sock
  2024-02-23 12:02 [PATCH net v1] Documentations: correct net_cachelines title for struct inet_sock Haiyue Wang
  2024-02-26 16:24 ` Jakub Kicinski
@ 2024-02-26 16:57 ` Haiyue Wang
  1 sibling, 0 replies; 3+ messages in thread
From: Haiyue Wang @ 2024-02-26 16:57 UTC (permalink / raw)
  To: netdev, lixiaoyan
  Cc: Haiyue Wang, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Jonathan Corbet, open list:DOCUMENTATION, open list

It's 'inet_sock' fast path usage breakdown, not 'inet_connection_sock',
correct it.

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
---
v2: Adjust the title length to the markup lines.
---
 Documentation/networking/net_cachelines/inet_sock.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/networking/net_cachelines/inet_sock.rst b/Documentation/networking/net_cachelines/inet_sock.rst
index a2babd0d7954..595d7ef5fc8b 100644
--- a/Documentation/networking/net_cachelines/inet_sock.rst
+++ b/Documentation/networking/net_cachelines/inet_sock.rst
@@ -1,9 +1,9 @@
 .. SPDX-License-Identifier: GPL-2.0
 .. Copyright (C) 2023 Google LLC
 
-=====================================================
-inet_connection_sock struct fast path usage breakdown
-=====================================================
+==========================================
+inet_sock struct fast path usage breakdown
+==========================================
 
 Type                    Name                  fastpath_tx_access  fastpath_rx_access  comment
 ..struct                ..inet_sock                                                     
-- 
2.43.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-26 16:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-23 12:02 [PATCH net v1] Documentations: correct net_cachelines title for struct inet_sock Haiyue Wang
2024-02-26 16:24 ` Jakub Kicinski
2024-02-26 16:57 ` [PATCH net v2] " Haiyue Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).