netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Claudiu Manoil <claudiu.manoil@nxp.com>
To: "David S . Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [PATCH net-next 5/6] enetc: Drop redundant ____cacheline_aligned_in_smp
Date: Mon, 13 Jul 2020 15:56:09 +0300	[thread overview]
Message-ID: <1594644970-13531-6-git-send-email-claudiu.manoil@nxp.com> (raw)
In-Reply-To: <1594644970-13531-1-git-send-email-claudiu.manoil@nxp.com>

'struct enetc_bdr' is already '____cacheline_aligned_in_smp'.

Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
---
 drivers/net/ethernet/freescale/enetc/enetc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/freescale/enetc/enetc.h b/drivers/net/ethernet/freescale/enetc/enetc.h
index cec7e05ec523..af5a276ce02d 100644
--- a/drivers/net/ethernet/freescale/enetc/enetc.h
+++ b/drivers/net/ethernet/freescale/enetc/enetc.h
@@ -199,7 +199,7 @@ struct enetc_int_vector {
 	struct napi_struct napi;
 	char name[ENETC_INT_NAME_MAX];
 
-	struct enetc_bdr rx_ring ____cacheline_aligned_in_smp;
+	struct enetc_bdr rx_ring;
 	struct enetc_bdr tx_ring[];
 };
 
-- 
2.17.1


  parent reply	other threads:[~2020-07-13 12:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-13 12:56 [PATCH net-next 0/6] enetc: Add adaptive interrupt coalescing Claudiu Manoil
2020-07-13 12:56 ` [PATCH net-next 1/6] enetc: Refine buffer descriptor ring sizes Claudiu Manoil
2020-07-13 12:56 ` [PATCH net-next 2/6] enetc: Factor out the traffic start/stop procedures Claudiu Manoil
2020-07-13 12:56 ` [PATCH net-next 3/6] enetc: Fix interrupt coalescing register naming Claudiu Manoil
2020-07-13 12:56 ` [PATCH net-next 4/6] enetc: Add interrupt coalescing support Claudiu Manoil
2020-07-13 22:18   ` Jakub Kicinski
2020-07-13 12:56 ` Claudiu Manoil [this message]
2020-07-13 12:56 ` [PATCH net-next 6/6] enetc: Add adaptive interrupt coalescing Claudiu Manoil
2020-07-13 22:30   ` Jakub Kicinski
2020-07-14 11:21     ` Claudiu Manoil
2020-07-14 16:54       ` Jakub Kicinski

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=1594644970-13531-6-git-send-email-claudiu.manoil@nxp.com \
    --to=claudiu.manoil@nxp.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).