From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id CCBB42B95 for ; Thu, 10 Mar 2016 15:48:04 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 10 Mar 2016 06:47:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,316,1455004800"; d="scan'208";a="920981840" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by fmsmga001.fm.intel.com with ESMTP; 10 Mar 2016 06:47:39 -0800 To: Jan Medala , dev@dpdk.org References: <1457381110-20382-1-git-send-email-jan@semihalf.com> <1457381110-20382-2-git-send-email-jan@semihalf.com> From: "Hunt, David" Message-ID: <56E18909.4040306@intel.com> Date: Thu, 10 Mar 2016 14:47:37 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1457381110-20382-2-git-send-email-jan@semihalf.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Evgeny Schemeilin , matua@amazon.com Subject: Re: [dpdk-dev] [PATCH v5 1/4] ena: Amazon ENA documentation 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: Thu, 10 Mar 2016 14:48:05 -0000 On 3/7/2016 8:05 PM, Jan Medala wrote: > Signed-off-by: Evgeny Schemeilin > Signed-off-by: Alexander Matushevsky > Signed-off-by: Jan Medala > Signed-off-by: Jakub Palider > --- > MAINTAINERS | 8 ++ > doc/guides/nics/ena.rst | 252 ++++++++++++++++++++++++++++++++++++++++++++++ > doc/guides/nics/index.rst | 1 + > 3 files changed, 261 insertions(+) > create mode 100644 doc/guides/nics/ena.rst --snip-- Small nit while doing 'git am': Applying: ena: Amazon ENA documentation /root/dpdk/.git/rebase-apply/patch:197: trailing whitespace. Any Linux distribution fulfilling the conditions described in ``System Requirements`` /root/dpdk/.git/rebase-apply/patch:284: new blank line at EOF. + warning: 2 lines add whitespace errors. Regards, David.