From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6788CA0548; Fri, 2 Apr 2021 03:46:00 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4853A40F35; Fri, 2 Apr 2021 03:46:00 +0200 (CEST) Received: from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32]) by mails.dpdk.org (Postfix) with ESMTP id E52F240150 for ; Fri, 2 Apr 2021 03:45:58 +0200 (CEST) Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4FBNBj6tMDzkgmc for ; Fri, 2 Apr 2021 09:44:13 +0800 (CST) Received: from [10.67.103.128] (10.67.103.128) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.498.0; Fri, 2 Apr 2021 09:45:52 +0800 To: Ferruh Yigit , References: <1617267209-25930-1-git-send-email-humin29@huawei.com> <61f1c3a3-ee4d-5606-4df0-579b5607010c@intel.com> From: "Min Hu (Connor)" Message-ID: <8ac461ed-021d-a017-fa79-167782df0247@huawei.com> Date: Fri, 2 Apr 2021 09:45:52 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <61f1c3a3-ee4d-5606-4df0-579b5607010c@intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.128] X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH] net/hns3: use the correct HiSilicon copyright X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 在 2021/4/1 22:45, Ferruh Yigit 写道: > On 4/1/2021 9:53 AM, Min Hu (Connor) wrote: >> According to the suggestion of our legal department, >> to standardize the copyright license of our code to >> avoid potential copyright risks, we make a unified >> modification to the "Hisilicon", which was nonstandard, >> in the main modules we maintain. >> >> We change it to "HiSilicon", which is consistent with >> the terms used on the following official website: >> https://www.hisilicon.com/en/terms-of-use. >> >> Fixes: 565829db8b8f ("net/hns3: add build and doc infrastructure") >> Fixes: 952ebacce4f2 ("net/hns3: support SVE Rx") >> Fixes: e31f123db06b ("net/hns3: support NEON Tx") >> Fixes: c09c7847d892 ("net/hns3: support traffic management") >> > > Is backport not requested intentionally? > Yes, we think this is just spelling bug, which does not affect functionality, so there is no need to backport. By the way, Is there any standard for which patch should be backported? >> Signed-off-by: Min Hu (Connor) > > <...> > > > .