From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ye Xiaolong Subject: Re: [PATCH v2 1/6] net/af_xdp: introduce AF XDP PMD driver Date: Wed, 20 Mar 2019 10:07:03 +0800 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 Cc: Stephen Hemminger , dev@dpdk.org, Qi Zhang , Karlsson Magnus , Topel Bjorn To: Bruce Richardson 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) Content-Disposition: inline In-Reply-To: <20190319163323.GA66276@bricha3-MOBL.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. :-) >