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 18A01A0548; Thu, 1 Apr 2021 16:45:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C088A14135D; Thu, 1 Apr 2021 16:45:18 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 28C9C14135C for ; Thu, 1 Apr 2021 16:45:16 +0200 (CEST) IronPort-SDR: VvxHegvx4z16PtzkjS/nvsI5aaYIwyUtIt6NpB9jVqLQsoj+alb1WQS4+c/UqjrvB2iXm/Qtpv 2UgIni/4IGVg== X-IronPort-AV: E=McAfee;i="6000,8403,9941"; a="171674556" X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="171674556" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2021 07:45:15 -0700 IronPort-SDR: vfSAzR5LXSFXXzSDrygdun/Lg6VGYtYW3HOzcG4XCY2Lv+Xt5whZwVLdP8FiWDWhm3vYKUcKJa m/4lSo79hz+g== X-IronPort-AV: E=Sophos;i="5.81,296,1610438400"; d="scan'208";a="456010842" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.201.245]) ([10.213.201.245]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Apr 2021 07:45:14 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1617267209-25930-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <61f1c3a3-ee4d-5606-4df0-579b5607010c@intel.com> Date: Thu, 1 Apr 2021 15:45:11 +0100 MIME-Version: 1.0 In-Reply-To: <1617267209-25930-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] 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/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? > Signed-off-by: Min Hu (Connor) <...>