From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 274E21B167 for ; Fri, 5 Jan 2018 11:32:34 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 505F32100E; Fri, 5 Jan 2018 05:32:34 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 05 Jan 2018 05:32:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=uPp7cRipRSb5KGt4l+U7vIf0wq 6Wc+DSkDKYQsJi9WI=; b=EnqTileQDYxKTDapaU++ogxj0I63+kUv+fSxT3so7J b7FeHZufwfmU8Y9HoCtFpHYZr7PzPTDTASABBtwfmrp80GdrwhBMGzMYhs7KuZpW YFZ2pJYjHgPYocjmrCB2ziwHTX9RCyazxyMM9YGY5mBPimt1GnYZMJ5EovqS5q0S g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=uPp7cR ipRSb5KGt4l+U7vIf0wq6Wc+DSkDKYQsJi9WI=; b=QNmnTr5IkXf4CW7s1iSOTr Vzp1TxPUgDpOyIPQR8eiigxCYY4Q5fEcdpkbCaCL2fDCLb0XxFACivqE2413v0qW N4zpMve9XoLGBHYGKIW35WDOVjgmNePskQC3cUbILq6n6YR3Uz6BrwQGIynu5o6j 1KwFYBaRXdMna3HHplfrIQ2wndgDcyMQkl1/0ZOUK9GkUJyB+ned/NJqbqo2iEfr qND1/1nHWJWA0HYA7kewjMEww2s9H3Rm1T3imDm/ttNSbYOuKIpvjXVqN1/jcXHa OK912hlb31VzI8lCAgoDWSCSzwg/yKHkvcF3Qrs7iTIhh0Y0GpsZNA2kGEEE+xgw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D8241247FF; Fri, 5 Jan 2018 05:32:33 -0500 (EST) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, Hemant Agrawal , Ferruh Yigit , Andrew Rybchenko , Stephen Hemminger , Trishan de Lanerolle Date: Fri, 05 Jan 2018 11:32:13 +0100 Message-ID: <1915220.5237Sd7Wjp@xps> In-Reply-To: References: <20171208102830.2817-1-olivier.matz@6wind.com> <20171222155902.6408-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] net: update licence for network headers 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: , X-List-Received-Date: Fri, 05 Jan 2018 10:32:35 -0000 28/12/2017 12:42, Hemant Agrawal: > On 12/22/2017 9:29 PM, Olivier Matz wrote: > > To be compliant with the DPDK licensing guidelines, switch to > > BSD-3-Clause. It can be done safely since the BSD headers from which > > these files derive also exist as a BSD-3-Clause license in FreeBSD. > > > > Link: https://raw.githubusercontent.com/freebsd/freebsd/78a6b0861813af31e1354fa407c5701e8764b4d6/sys/netinet/ip_icmp.h > > Link: https://raw.githubusercontent.com/freebsd/freebsd/78a6b0861813af31e1354fa407c5701e8764b4d6/sys/netinet/ip.h > > Link: https://raw.githubusercontent.com/freebsd/freebsd/78a6b0861813af31e1354fa407c5701e8764b4d6/sys/netinet/sctp.h > > Link: https://raw.githubusercontent.com/freebsd/freebsd/78a6b0861813af31e1354fa407c5701e8764b4d6/sys/netinet/tcp.h > > Link: https://raw.githubusercontent.com/freebsd/freebsd/78a6b0861813af31e1354fa407c5701e8764b4d6/sys/netinet/udp.h > > Signed-off-by: Olivier Matz > > --- > > lib/librte_net/rte_icmp.h | 69 ++++--------------------------------------- > > lib/librte_net/rte_ip.h | 74 ++++------------------------------------------- > > lib/librte_net/rte_sctp.h | 72 ++++----------------------------------------- > > lib/librte_net/rte_tcp.h | 72 ++++----------------------------------------- > > lib/librte_net/rte_udp.h | 72 ++++----------------------------------------- > > 5 files changed, 26 insertions(+), 333 deletions(-) > > Acked-by: Hemant Agrawal Applied, thanks