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 41205A00E6 for ; Mon, 5 Aug 2019 11:24:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 37FD71BDFE; Mon, 5 Aug 2019 11:24:46 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 718FF1B9D6 for ; Mon, 5 Aug 2019 11:24:44 +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 x759A2ke029914; Mon, 5 Aug 2019 02:24:43 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=pfpt0818; bh=j0nw0VjJ+T7TeD/ZwUpx73QoGvKzkC/HHvUKGnHMSTw=; b=hcrlDqVmdPSTCGDzG31xQtzYR0OZeejO2Zd+Keiy6qZs2faE6sMlb/qLqaYQst8f+6AC ZHMTKBV0CXnwSCCDPyK7UHDrQiIzbY/Kxl6FU5AU/JPfRlSlULfRq8SjsgMrVQ/C9FG2 r76HKDbPmmX/LYFUTWOxU+IRXkiL3tZyRV+BuLS8pHQLZpQIa0rKfqTfcxTPr94XV+3Z WSUuc+WQpJIZYdEcT0BpD16tEBeVlvo+BTdpBBBNkN4pNVFoSp+KdsCryoLC1d9PqJFi +Q2LJJzXQZL9dNvROtEcbnyzkAV3aTsDo8Bf9oWWl3gqkc6PGUycyYv4TN0YIiYWjykH QA== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0a-0016f401.pphosted.com with ESMTP id 2u57mqx9d3-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 05 Aug 2019 02:24:43 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 5 Aug 2019 02:24:42 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Mon, 5 Aug 2019 02:24:41 -0700 Received: from irv1user08.caveonetworks.com (unknown [10.104.116.105]) by maili.marvell.com (Postfix) with ESMTP id BFBCC3F7040; Mon, 5 Aug 2019 02:24:41 -0700 (PDT) Received: (from rmody@localhost) by irv1user08.caveonetworks.com (8.14.4/8.14.4/Submit) id x759Ofif019780; Mon, 5 Aug 2019 02:24:41 -0700 X-Authentication-Warning: irv1user08.caveonetworks.com: rmody set sender to rmody@marvell.com using -f From: Rasesh Mody To: , Thomas Monjalon CC: Rasesh Mody , Hemant Agrawal , Jerin Jacob Kollanukkaran , John McNamara , GR-Everest-DPDK-Dev Date: Mon, 5 Aug 2019 02:24:25 -0700 Message-ID: <20190805092426.19415-1-rmody@marvell.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20190731080225.19225-1-rmody@marvell.com> References: <20190731080225.19225-1-rmody@marvell.com> MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:5.22.84,1.0.8 definitions=2019-08-05_04:2019-07-31,2019-08-05 signatures=0 Subject: [dpdk-dev] [PATCH v2 1/2] doc: use SPDX tag for bnx2x PMD guide 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" Use SPDX tag for bnx2x PMD guide v2: add short patch description Signed-off-by: Rasesh Mody --- doc/guides/nics/bnx2x.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/guides/nics/bnx2x.rst b/doc/guides/nics/bnx2x.rst index cecbfc2e7..a7dee0c10 100644 --- a/doc/guides/nics/bnx2x.rst +++ b/doc/guides/nics/bnx2x.rst @@ -1,6 +1,5 @@ -.. BSD LICENSE +.. SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2015 QLogic Corporation - All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions -- 2.18.0