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 7E50CA0546; Tue, 6 Apr 2021 18:29:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3926C140FC0; Tue, 6 Apr 2021 18:29:28 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 4D04E140FC0 for ; Tue, 6 Apr 2021 18:29:26 +0200 (CEST) IronPort-SDR: 1S28ok2qQDV8OGbUNGzh0x1dszosvtbpUE+CjuOt370MGB+2EHFs1xaFcbeWMIb7xfis0CixJ1 +EkaKiVfRcvA== X-IronPort-AV: E=McAfee;i="6000,8403,9946"; a="190941155" X-IronPort-AV: E=Sophos;i="5.82,310,1613462400"; d="scan'208";a="190941155" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 09:29:25 -0700 IronPort-SDR: lB/0C8ZIMFwwI4tZje6ANMcDEjyItQ+52XonXCnB/0pb7GbHeJBJm0TdHDmtpxQVKJTpoT8SKR KgPzSuXSpxyA== X-IronPort-AV: E=Sophos;i="5.82,310,1613462400"; d="scan'208";a="421287630" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.250.199]) ([10.213.250.199]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 09:29:24 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1617267209-25930-1-git-send-email-humin29@huawei.com> <1617670656-18845-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <45643f96-f044-cfca-3feb-27b5ecae5867@intel.com> Date: Tue, 6 Apr 2021 17:29:20 +0100 MIME-Version: 1.0 In-Reply-To: <1617670656-18845-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] 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" On 4/6/2021 1:57 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") > Cc: stable@dpdk.org > > Signed-off-by: Min Hu (Connor) Applied to dpdk-next-net/main, thanks.