From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5817AC5ACAE for ; Wed, 11 Sep 2019 11:37:10 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id D74EC2081B for ; Wed, 11 Sep 2019 11:37:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D74EC2081B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EE2541E947; Wed, 11 Sep 2019 13:37:08 +0200 (CEST) Received: from huawei.com (szxga04-in.huawei.com [45.249.212.190]) by dpdk.org (Postfix) with ESMTP id 894E01E943 for ; Wed, 11 Sep 2019 13:37:07 +0200 (CEST) Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id A27A19826B6967145C36; Wed, 11 Sep 2019 19:37:05 +0800 (CST) Received: from [127.0.0.1] (10.57.115.182) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.439.0; Wed, 11 Sep 2019 19:36:58 +0800 To: Ye Xiaolong References: <1566568031-45991-1-git-send-email-xavier.huwei@huawei.com> <1566568031-45991-23-git-send-email-xavier.huwei@huawei.com> <20190829231702.6635abb3@hermes.lan> <20190903152715.GA27293@intel.com> CC: , Stephen Hemminger , , , , From: "Wei Hu (Xavier)" Message-ID: <9b9a610e-2e45-f550-970c-bce0e02e17bf@huawei.com> Date: Wed, 11 Sep 2019 19:36:49 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20190903152715.GA27293@intel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.115.182] X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH 22/22] net/hns3: add hns3 build files 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" On 2019/9/3 23:27, Ye Xiaolong wrote: > On 08/29, Stephen Hemminger wrote: >> On Fri, 23 Aug 2019 21:47:11 +0800 >> "Wei Hu (Xavier)" wrote: >> >>> +Limitations or Known issues >>> +--------------------------- >>> +Build with clang is not supported yet. >>> +Currently, only ARMv8 architecture is supported. >>> \ No newline at end of file >> Pleas fix this. You need to add new line at end of >> file. Vi does this by default, and Emacs has an option >> to do this. > Just set below line in .emacs would work, Stephen told me last time :). > (setq require-final-newline t) > > Thanks, > Xiaolong > > . Thanks for your suggestion. Xavier >