From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kumar, Ravi1" Subject: Re: [PATCH 3/4] doc: Add documents for AMD XGBE Ethernet Date: Fri, 15 Sep 2017 12:26:34 +0000 Message-ID: References: <1505324838-25734-1-git-send-email-ravi1.kumar@amd.com> <1505324838-25734-3-git-send-email-ravi1.kumar@amd.com> <64885f61-1947-5e20-2922-9c8ed3ebcd91@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Shippen, Greg" To: Hemant Agrawal , "dev@dpdk.org" Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0066.outbound.protection.outlook.com [104.47.34.66]) by dpdk.org (Postfix) with ESMTP id 08CEF2BBE for ; Fri, 15 Sep 2017 14:26:37 +0200 (CEST) In-Reply-To: Content-Language: en-US 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 9/14/2017 7:32 PM, Kumar, Ravi1 wrote: >>> Hi Ravi, >>> ' >>> On 9/13/2017 11:17 PM, Ravi Kumar wrote: >>>> Signed-off-by: Ravi Kumar >>>> --- >>>> doc/guides/nics/axgbe.rst | 214 ++++++++++++++++++++++++++++= +++++++++ >>>> doc/guides/nics/features/axgbe.ini | 18 ++++ >>>> doc/guides/nics/index.rst | 1 + >>>> 3 files changed, 233 insertions(+) >>>> create mode 100644 doc/guides/nics/axgbe.rst create mode 100644=20 >>>> doc/guides/nics/features/axgbe.ini >>>> >>>> diff --git a/doc/guides/nics/axgbe.rst b/doc/guides/nics/axgbe.rst=20 >>>> new file mode 100644 index 0000000..97056fa >>>> --- /dev/null >>>> +++ b/doc/guides/nics/axgbe.rst >>>> @@ -0,0 +1,214 @@ >>>> +.. Copyright (c) 2017 Advanced Micro Devices, Inc. >>>> + All rights reserved. >>>> + >>>> + AMD 10Gb Ethernet driver >>>> + >>>> + This file is available to you under your choice of the following = two >>>> + licenses: >>> >>> will it be possible for you make these consistent with other DPDK Dual = license plate formats? >>> e.g. >>> ./drivers/crypto/qat/qat_adf/qat_algs.h >>> or, >>> ./drivers/crypto/dpaa2_sec/mc/dpseci.c >> >> Hi Hemant, >> >> By format do you mean wordings of the license have to change? >> >> Regards, >> Ravi >> > >I meant following: > >1. As a non-written convention, we are adding following statement in the t= op of such dual licensed files : " This file is provided under a dual >BSD/GPLv2 license. When using or redistributing this file, you may do so u= nder either license.". And license header as "BSD LICENSE" or "GPL .." > >2. you are using a modified version of BSD. Typical license in DPDK files = are BSD-3 or BSD-2. If you intend to use your specific version of BSD licen= se, it will require TechBoard, Gov Board and legal approval. > >3. Additionally your BSD license is including a proprietary license text o= f Synopsys. This will also need approval before it get included in DPDK. > >4. It seems you have copy pasted the same license text in all the files.=20 >e.g. do you intend to keep dual license option + Synopsys text for your do= cumentation and the files, which you have created originally for dpdk only. > Hi Hemant, Thank you very much for the detailed explanation. We have to work with our = Legal team on this. We will get back to you. Regards, Ravi > >>> >>> >>>> + >>>> + License 1: GPLv2 >>>> + >>>> + Copyright (c) 2017 Advanced Micro Devices, Inc. >>>> + >>>> + This file is free software; you may copy, redistribute and/or mod= ify >>>> + it under the terms of the GNU General Public License as published= by >>>> + the Free Software Foundation, either version 2 of the License, or= (at >>>> + your option) any later version. >>>> + >>>> + This file is distributed in the hope that it will be useful, but >>>> + WITHOUT ANY WARRANTY; without even the implied warranty of >>>> + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU >>>> + General Public License for more details. >>>> + >>>> + You should have received a copy of the GNU General Public License >>>> + along with this program. If not, see . >>>> + >>>> + This file incorporates work covered by the following copyright an= d >>>> + permission notice: >>>> + >>>> + Copyright (c) 2013 Synopsys, Inc. >>>> + >>>> + The Synopsys DWC ETHER XGMAC Software Driver and documentation >>>> + (hereinafter "Software") is an unsupported proprietary work of Sy= nopsys, >>>> + Inc. unless otherwise expressly agreed to in writing between Syno= psys >>>> + and you. >>>> + >>>> + The Software IS NOT an item of Licensed Software or Licensed Prod= uct >>>> + under any End User Software License Agreement or Agreement for Li= censed >>>> + Product with Synopsys or any supplement thereto. Permission is he= reby >>>> + granted, free of charge, to any person obtaining a copy of this s= oftware >>>> + annotated with this license and the Software, to deal in the Soft= ware >>>> + without restriction, including without limitation the rights to u= se, >>>> + copy, modify, merge, publish, distribute, sublicense, and/or sell= copies >>>> + of the Software, and to permit persons to whom the Software is fu= rnished >>>> + to do so, subject to the following conditions: >>>> + >>>> + The above copyright notice and this permission notice shall be in= cluded >>>> + in all copies or substantial portions of the Software. >>>> + >>>> + THIS SOFTWARE IS BEING DISTRIBUTED BY SYNOPSYS SOLELY ON AN "AS I= S" >>>> + BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT L= IMITED >>>> + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A >>>> + PARTICULAR PURPOSE ARE HEREBY DISCLAIMED. IN NO EVENT SHALL SYNOP= SYS >>>> + BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLAR= Y, OR >>>> + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT= OF >>>> + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR B= USINESS >>>> + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHET= HER IN >>>> + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHE= RWISE) >>>> + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVIS= ED OF >>>> + THE POSSIBILITY OF SUCH DAMAGE. >>>> + >>>> + License 2: Modified BSD >>>> + >>>> + Copyright (c) 2017 Advanced Micro Devices, Inc. >>>> + All rights reserved. >>>> + >>>> + Redistribution and use in source and binary forms, with or withou= t >>>> + modification, are permitted provided that the following condition= s >>>> + are met: >>>> + >>>> + * Redistributions of source code must retain the above copyright >>>> + notice, this list of conditions and the following disclaimer. >>>> + * Redistributions in binary form must reproduce the above copyrig= ht >>>> + notice, this list of conditions and the following disclaimer in t= he >>>> + documentation and/or other materials provided with the distributi= on. >>>> + * Neither the name of Advanced Micro Devices, Inc. nor the >>>> + names of its contributors may be used to endorse or promote produ= cts >>>> + derived from this software without specific prior written permiss= ion. >>>> + >>>> + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTO= RS "AS IS" >>>> + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED= TO, THE >>>> + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULA= R PURPOSE >>>> + ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FO= R ANY >>>> + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIA= L DAMAGES >>>> + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS O= R SERVICES; >>>> + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER = CAUSED AND >>>> + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY= , OR TORT >>>> + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE= USE OF >>>> + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. >>>> + >>>> + This file incorporates work covered by the following copyright an= d >>>> + permission notice: >>>> + >>>> + Copyright (c) 2013 Synopsys, Inc. >>>> + >>>> + The Synopsys DWC ETHER XGMAC Software Driver and documentation >>>> + (hereinafter "Software") is an unsupported proprietary work of Sy= nopsys, >>>> + Inc. unless otherwise expressly agreed to in writing between Syno= psys >>>> + and you. >>>> + >>>> + The Software IS NOT an item of Licensed Software or Licensed Prod= uct >>>> + under any End User Software License Agreement or Agreement for Li= censed >>>> + Product with Synopsys or any supplement thereto. Permission is he= reby >>>> + granted, free of charge, to any person obtaining a copy of this s= oftware >>>> + annotated with this license and the Software, to deal in the Soft= ware >>>> + without restriction, including without limitation the rights to u= se, >>>> + copy, modify, merge, publish, distribute, sublicense, and/or sell= copies >>>> + of the Software, and to permit persons to whom the Software is fu= rnished >>>> + to do so, subject to the following conditions: >>>> + >>>> + The above copyright notice and this permission notice shall be in= cluded >>>> + in all copies or substantial portions of the Software. >>>> + >>>> + THIS SOFTWARE IS BEING DISTRIBUTED BY SYNOPSYS SOLELY ON AN "AS I= S" >>>> + BASIS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT L= IMITED >>>> + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A >>>> + PARTICULAR PURPOSE ARE HEREBY DISCLAIMED. IN NO EVENT SHALL SYNOP= SYS >>>> + BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLAR= Y, OR >>>> + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT= OF >>>> + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR B= USINESS >>>> + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHET= HER IN >>>> + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHE= RWISE) >>>> + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVIS= ED OF >>>> + THE POSSIBILITY OF SUCH DAMAGE. >>>> +