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 757A3A490 for ; Mon, 22 Jan 2018 08:53:41 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CE230207FE; Mon, 22 Jan 2018 02:53:40 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 22 Jan 2018 02:53:40 -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=LoHcOrmaDdiuar+xH6OO533qRK i0Pee6ZIFVGyvia5k=; b=DYCgcsXm52ZYgSgLckT5yOBStxeqnEBY4iV2NXv6lI ZQ2VOxmrxry1z9guIpWPlmfo/dNixQKvR4HiPC6TZEqF8QKTFqSkGavC0/MUle8r QxshwhQPVkMebETNkSeR8sEKErF8Ltx6Hx37CCpyAk59qRpC3ajtTbkF80pXjF9F Y= 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=LoHcOr maDdiuar+xH6OO533qRKi0Pee6ZIFVGyvia5k=; b=q3rWac53zQraIkvjjCy7CX 8lu/ee0Rer5KakbNrLAgKS0C9CnUmxDHEg5aRWJ6B7l7uNr4T+ybStPC/cPz336k EDF+gRhynpBSDIv0L5SRUhBct8fSypIAdoZcSeKTuIkBtlfwfvaUt0MqfO0QWBwZ 9b63ooYFam9LqcDYoh0Gco/+9Mf8rXHzjx66xul0hLc3wAdbsRPB+ciKzYeY1B8N a0ummLlZRhJ2Z93TNVI0AFNW25A1fl6xpVu4hLH3DfFWW0ccr7Gy+HZ602vlzonV PtUJkHyBiZdpTA9qm3PEuRIILrPolOivGEOgclPcGALWEayTyqj7V4b26iN7Tanw == 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 80B1F24771; Mon, 22 Jan 2018 02:53:40 -0500 (EST) From: Thomas Monjalon To: Jia He Cc: dev@dpdk.org, Hemant Agrawal , Jerin Jacob , Jianbo Liu , Jan Viktorin , Olivier Matz , konstantin.ananyev@intel.com, bruce.richardson@intel.com Date: Mon, 22 Jan 2018 08:53:01 +0100 Message-ID: <3496169.WROadP3ZS7@xps> In-Reply-To: <1516596088-10364-1-git-send-email-hejianet@gmail.com> References: <1516161831-28719-1-git-send-email-hejianet@gmail.com> <1516596088-10364-1-git-send-email-hejianet@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v9 0/3] support c11 memory model barrier in librte_ring 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: Mon, 22 Jan 2018 07:53:41 -0000 22/01/2018 05:41, Jia He: > Changelog: > V9: remove the SPDX tag and refine commit logs Why did you remove the SPDX tag? You need to fix the licensing issue. BSD-2-Clause is uncommon in DPDK.