From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 80B3058DD for ; Fri, 5 Jun 2015 05:01:14 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 04 Jun 2015 20:01:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,555,1427785200"; d="scan'208";a="582463198" Received: from pgsmsx108.gar.corp.intel.com ([10.221.44.103]) by orsmga003.jf.intel.com with ESMTP; 04 Jun 2015 20:01:12 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX108.gar.corp.intel.com (10.221.44.103) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 5 Jun 2015 11:00:56 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.94]) by shsmsx102.ccr.corp.intel.com ([169.254.2.109]) with mapi id 14.03.0224.002; Fri, 5 Jun 2015 11:00:55 +0800 From: "Zhang, Helin" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH 1/9] kni: fix whitespace Thread-Index: AQHQntTr0VCiOH8MG0mc+w025KKIXJ2b6DMAgAFRoZA= Date: Fri, 5 Jun 2015 03:00:55 +0000 Message-ID: References: <1433429007-4640-1-git-send-email-stephen@networkplumber.org> <1433429007-4640-2-git-send-email-stephen@networkplumber.org> <4522406.UrXfWM9kLK@xps13> In-Reply-To: <4522406.UrXfWM9kLK@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 1/9] kni: fix whitespace X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2015 03:01:14 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, June 4, 2015 10:52 PM > To: Zhang, Helin > Cc: dev@dpdk.org; Stephen Hemminger > Subject: Re: [dpdk-dev] [PATCH 1/9] kni: fix whitespace >=20 > 2015-06-04 07:43, Stephen Hemminger: > > From: Stephen Hemminger > > > > Ran this code base through a script which: > > - removes trailing whitespace > > - removes space before tabs > > - removes blank lines at end of file > > > > Signed-off-by: Stephen Hemminger > > --- > > .../linuxapp/kni/ethtool/igb/e1000_api.c | 1 - > > .../linuxapp/kni/ethtool/igb/e1000_manage.c | 2 - > > .../linuxapp/kni/ethtool/igb/e1000_mbx.c | 1 - > > .../linuxapp/kni/ethtool/igb/e1000_nvm.c | 2 - > > lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h | 2 +- > > .../linuxapp/kni/ethtool/igb/igb_debugfs.c | 1 - > > .../linuxapp/kni/ethtool/igb/igb_ethtool.c | 26 ++++++------ > > lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 2 +- > > .../linuxapp/kni/ethtool/igb/igb_param.c | 3 +- > > .../linuxapp/kni/ethtool/igb/igb_procfs.c | 46 > +++++++++++----------- > > .../linuxapp/kni/ethtool/igb/igb_regtest.h | 2 - > > lib/librte_eal/linuxapp/kni/ethtool/igb/igb_vmdq.c | 1 - > > lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h | 4 +- > > .../linuxapp/kni/ethtool/igb/kcompat_ethtool.c | 11 +++--- > > .../linuxapp/kni/ethtool/ixgbe/ixgbe_82599.c | 1 - > > .../linuxapp/kni/ethtool/ixgbe/ixgbe_api.c | 1 - > > .../linuxapp/kni/ethtool/ixgbe/ixgbe_common.c | 1 - > > .../linuxapp/kni/ethtool/ixgbe/ixgbe_main.c | 5 --- > > .../linuxapp/kni/ethtool/ixgbe/ixgbe_sriov.h | 1 - > > .../linuxapp/kni/ethtool/ixgbe/ixgbe_x540.c | 7 ++-- > > .../linuxapp/kni/ethtool/ixgbe/kcompat.h | 2 +- >=20 > Helin, do you approve patching kni base driver? Thomas, I have acked it, also another one in the same patch set for e1000 d= river.