From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1ED6CA04B5; Fri, 11 Sep 2020 09:23:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8ADB41B13C; Fri, 11 Sep 2020 09:23:08 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 399A88F96; Fri, 11 Sep 2020 09:23:07 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 08B7JmQu021545; Fri, 11 Sep 2020 00:23:06 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=subject : to : cc : references : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=pfpt0220; bh=NI+nreOE834nNJpw/Y1mdxQsCbAJbDy/7lJRV5EFYiw=; b=O+sxHSOX8RDmjR1emKhIosAhbqrpmrLs4kkXWQY3zvATA/4l5lJS9UjS6+eprl2L9R+M SPFfUwUAatQIiUgPBCctVXV160jNc6sOPedt+3jVufXYFhsdQbeFyny/w07rbVFUBBz7 ceIKxDzEa0brCKFoka15Joul5JhJJquUVBuBB36QAaIbEffDvmDaC/7cojXxkX9EaRIZ 314ll9qAloMm57JOZp/vfSyIGQ3pCuGS9Z0apOzBgiBkdtucN4GwKc6YtVFdz4IUIrM5 4YvOYlfSRVpT49Aer8UEmEifw69Y6G7Iz5LwCljn/QlF1VIs+TiEmH6REJSldMrsdH/y TQ== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0a-0016f401.pphosted.com with ESMTP id 33c81q8b1g-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 11 Sep 2020 00:23:06 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 11 Sep 2020 00:23:04 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 11 Sep 2020 00:23:05 -0700 Received: from [10.193.39.7] (NN-LT0019.marvell.com [10.193.39.7]) by maili.marvell.com (Postfix) with ESMTP id 3526E3F703F; Fri, 11 Sep 2020 00:23:02 -0700 (PDT) To: Ferruh Yigit , Rasesh Mody CC: , , Stephen Hemminger , Jerin Jacob Kollanukkaran References: <20200909195214.5ab088ee@hermes.lan> <20200910120906.3526458-1-ferruh.yigit@intel.com> From: Igor Russkikh Message-ID: Date: Fri, 11 Sep 2020 10:23:01 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Thunderbird/81.0 MIME-Version: 1.0 In-Reply-To: <20200910120906.3526458-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235, 18.0.687 definitions=2020-09-11_02:2020-09-10, 2020-09-11 signatures=0 Subject: Re: [dpdk-dev] [EXT] [PATCH] net/qede/base: add missing licence 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" Thanks Ferruh, > Adding BSD-3 SPDX license tag. > > Fixes: 519438f7c17f ("net/qede/base: re-arrange few structures for DDC") > Cc: stable@dpdk.org > > Reported-by: Stephen Hemminger > Signed-off-by: Ferruh Yigit > --- > Cc: Jerin Jacob Acked-by: Igor Russkikh