From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2581E5A9D for ; Wed, 10 Jun 2015 11:01:17 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 10 Jun 2015 02:01:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,586,1427785200"; d="scan'208";a="740674267" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga002.fm.intel.com with ESMTP; 10 Jun 2015 02:01:15 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.51]) by IRSMSX108.ger.corp.intel.com ([169.254.11.59]) with mapi id 14.03.0224.002; Wed, 10 Jun 2015 10:01:13 +0100 From: "Burakov, Anatoly" To: Thomas Monjalon , "Bernal Marin, Miguel" Thread-Topic: [dpdk-dev] Headers files with BSD license in kernel Thread-Index: AQHQott4jQCnMzfu4E6XrFM2Eez2zZ2kie8AgABMYoCAAAkTAIAAAWOAgAB+wICAABGyEA== Date: Wed, 10 Jun 2015 09:01:13 +0000 Message-ID: References: <20150609174057.GA4394@linux.intel.com> <20150609181528.0053039d@urahara> <1927342.Zb0Nrj3NUW@xps13> In-Reply-To: <1927342.Zb0Nrj3NUW@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Headers files with BSD license in kernel X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 09:01:18 -0000 > 2015-06-10 01:20, Zhang, Helin: > > From: Stephen Hemminger [mailto:stephen@networkplumber.org] > > > > > On Tue, Jun 09, 2015 at 12:40:57PM -0500, Miguel Bernal Marin wro= te: > > > > > > Hi, > > > > > > > > > > > > I'm working on Clear Linux project, and when I was integrating > > > > > > DPDK kernel modules to our kernel I found there are two > > > > > > headers with BSD License > > > > > > > > > > > > rte_pci_dev_feature_defs.h > > > > > > rte_pci_dev_features.h > > > > > > > > > > > > those are included in igb_uio module. > > > > > > > > > > > > Are those licenses correct? > > > > > > You can always escalate a BSD license to GPL, but the other way is no= t > allowed. > > > Ideally, the language on the file should make it clear that it is dua= l > licensed. > > > In an ideal world, igb_uio would go away, I am working on that. > > > > Yes, I agree with you. To be clearer, rte_pci_dev_feature_defs.h > > should be in dual liceses, and rte_pci_dev_features.h should be in GPL > license. >=20 > Yes, it is an error from this commit: > http://dpdk.org/browse/dpdk/commit/?id=3D88701645c98c9c88 > These definitions were moved from a GPL file so they should keep the GPL > header. > Then it is used in EAL: > http://dpdk.org/browse/dpdk/commit/?id=3Dff0b67d1c868c19 > So it must be dual licensed, like for rte_pci_dev_ids.h: > http://dpdk.org/browse/dpdk/tree/lib/librte_eal/common/include/ > rte_pci_dev_ids.h Agreed, should have been more careful. Should I make the patch to correct t= his?