From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C0E8D11A4 for ; Wed, 20 Mar 2019 03:11:02 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Mar 2019 19:11:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,246,1549958400"; d="scan'208";a="328819395" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.110.206]) by fmsmga006.fm.intel.com with ESMTP; 19 Mar 2019 19:10:59 -0700 Date: Wed, 20 Mar 2019 10:07:03 +0800 From: Ye Xiaolong To: Bruce Richardson Cc: Stephen Hemminger , dev@dpdk.org, Qi Zhang , Karlsson Magnus , Topel Bjorn Message-ID: <20190320020703.GD16135@intel.com> References: <20190301080947.91086-1-xiaolong.ye@intel.com> <20190319071256.26302-1-xiaolong.ye@intel.com> <20190319071256.26302-2-xiaolong.ye@intel.com> <20190319091627.570eb225@shemminger-XPS-13-9360> <20190319163323.GA66276@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190319163323.GA66276@bricha3-MOBL.ger.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v2 1/6] net/af_xdp: introduce AF XDP PMD driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2019 02:11:03 -0000 On 03/19, Bruce Richardson wrote: >> This is bad. Configure your editor to always put newline at end of file. >> In .emacs >> >> (setq require-final-newline t) >> >Or use Vim which needs no extra configuration to do this. :-) I used to be a Vimer, just switch to emacs recently. :-) > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 133E2A00E6 for ; Wed, 20 Mar 2019 03:11:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D528A2BAF; Wed, 20 Mar 2019 03:11:03 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C0E8D11A4 for ; Wed, 20 Mar 2019 03:11:02 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Mar 2019 19:11:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,246,1549958400"; d="scan'208";a="328819395" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.110.206]) by fmsmga006.fm.intel.com with ESMTP; 19 Mar 2019 19:10:59 -0700 Date: Wed, 20 Mar 2019 10:07:03 +0800 From: Ye Xiaolong To: Bruce Richardson Cc: Stephen Hemminger , dev@dpdk.org, Qi Zhang , Karlsson Magnus , Topel Bjorn Message-ID: <20190320020703.GD16135@intel.com> References: <20190301080947.91086-1-xiaolong.ye@intel.com> <20190319071256.26302-1-xiaolong.ye@intel.com> <20190319071256.26302-2-xiaolong.ye@intel.com> <20190319091627.570eb225@shemminger-XPS-13-9360> <20190319163323.GA66276@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: <20190319163323.GA66276@bricha3-MOBL.ger.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v2 1/6] net/af_xdp: introduce AF XDP PMD driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190320020703.01apX6Scg6cj3997mTRFs8cQRYOtK1J4qwyeVEu_jw4@z> On 03/19, Bruce Richardson wrote: >> This is bad. Configure your editor to always put newline at end of file. >> In .emacs >> >> (setq require-final-newline t) >> >Or use Vim which needs no extra configuration to do this. :-) I used to be a Vimer, just switch to emacs recently. :-) >