netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: dpaa: remove init which already done in per-cpu allocation
@ 2017-10-29  1:48 yuan linyu
  2017-10-30  5:08 ` Madalin-cristian Bucur
  2017-11-01  3:09 ` David Miller
  0 siblings, 2 replies; 10+ messages in thread
From: yuan linyu @ 2017-10-29  1:48 UTC (permalink / raw)
  To: netdev; +Cc: David S . Miller, yuan linyu

From: yuan linyu <Linyu.Yuan@alcatel-sbell.com.cn>

Signed-off-by: yuan linyu <Linyu.Yuan@alcatel-sbell.com.cn>
---
 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c b/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
index a8d0be8..1ccc316 100644
--- a/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
+++ b/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
@@ -2814,10 +2814,6 @@ static int dpaa_eth_probe(struct platform_device *pdev)
 		err = -ENOMEM;
 		goto free_dpaa_fqs;
 	}
-	for_each_possible_cpu(i) {
-		percpu_priv = per_cpu_ptr(priv->percpu_priv, i);
-		memset(percpu_priv, 0, sizeof(*percpu_priv));
-	}
 
 	priv->num_tc = 1;
 	netif_set_real_num_tx_queues(net_dev, priv->num_tc * DPAA_TC_TXQ_NUM);
-- 
2.7.4

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

end of thread, other threads:[~2017-11-01  3:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-29  1:48 [PATCH net-next] net: dpaa: remove init which already done in per-cpu allocation yuan linyu
2017-10-30  5:08 ` Madalin-cristian Bucur
2017-10-30  5:12   ` Yuan, Linyu (NSB - CN/Shanghai)
2017-10-30  5:15     ` Madalin-cristian Bucur
2017-10-30  5:20       ` Yuan, Linyu (NSB - CN/Shanghai)
2017-10-30  5:56         ` Madalin-cristian Bucur
2017-10-30  6:15           ` Yuan, Linyu (NSB - CN/Shanghai)
2017-10-30  7:13             ` Madalin-cristian Bucur
2017-10-30  7:17               ` Madalin-cristian Bucur
2017-11-01  3:09 ` David Miller

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).