All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] ipvlan: add a missing __percpu pcpu_stats
@ 2015-02-12  3:51 Eric Dumazet
  2015-02-12  4:04 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Dumazet @ 2015-02-12  3:51 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Mahesh Bandewar

From: Eric Dumazet <edumazet@google.com>

Cosmetic patch to add __percpu qualifier to pcpu_stats

Signed-off-by: Eric Dumazet <edumazet@google.com>
---
 drivers/net/ipvlan/ipvlan.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ipvlan/ipvlan.h b/drivers/net/ipvlan/ipvlan.h
index 2729f64b3e7e..924ea98bd531 100644
--- a/drivers/net/ipvlan/ipvlan.h
+++ b/drivers/net/ipvlan/ipvlan.h
@@ -67,7 +67,7 @@ struct ipvl_dev {
 	struct list_head	addrs;
 	int			ipv4cnt;
 	int			ipv6cnt;
-	struct ipvl_pcpu_stats	*pcpu_stats;
+	struct ipvl_pcpu_stats	__percpu *pcpu_stats;
 	DECLARE_BITMAP(mac_filters, IPVLAN_MAC_FILTER_SIZE);
 	netdev_features_t	sfeatures;
 	u32			msg_enable;

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

* Re: [PATCH net] ipvlan: add a missing __percpu pcpu_stats
  2015-02-12  3:51 [PATCH net] ipvlan: add a missing __percpu pcpu_stats Eric Dumazet
@ 2015-02-12  4:04 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-02-12  4:04 UTC (permalink / raw)
  To: eric.dumazet; +Cc: netdev, maheshb

From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Wed, 11 Feb 2015 19:51:46 -0800

> From: Eric Dumazet <edumazet@google.com>
> 
> Cosmetic patch to add __percpu qualifier to pcpu_stats
> 
> Signed-off-by: Eric Dumazet <edumazet@google.com>

Applied.

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

end of thread, other threads:[~2015-02-12  3:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-12  3:51 [PATCH net] ipvlan: add a missing __percpu pcpu_stats Eric Dumazet
2015-02-12  4:04 ` David Miller

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.