From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: [PATCH net-next] net: unify the pcpu_tstats and br_cpu_netstats Date: Fri, 3 Jan 2014 04:53:47 +0000 (UTC) Message-ID: References: <1388653054-4341-1-git-send-email-roy.qing.li@gmail.com> To: netdev@vger.kernel.org Return-path: Received: from plane.gmane.org ([80.91.229.3]:52321 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbaACEzF (ORCPT ); Thu, 2 Jan 2014 23:55:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vywmm-0004aN-00 for netdev@vger.kernel.org; Fri, 03 Jan 2014 05:55:04 +0100 Received: from c-67-170-205-66.hsd1.ca.comcast.net ([67.170.205.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jan 2014 05:55:03 +0100 Received: from xiyou.wangcong by c-67-170-205-66.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jan 2014 05:55:03 +0100 Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 02 Jan 2014 at 08:57 GMT, roy.qing.li@gmail.com wrote: > From: Li RongQing > > They are same, so unify them as one, pcpu_tstats. > and move pcpu_tstat into netdevice.h > tstats means Tunnel STATS, right? So, it has to be in if_tunnel.h.