From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id F02CD568A for ; Thu, 29 Sep 2016 16:21:58 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id w84so301370461wmg.1 for ; Thu, 29 Sep 2016 07:21:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=EMfQ081My6dupiPGy/HIzHOP8oYVRWWuFMfiEBnXgCg=; b=V6nWIq7SjXAoq9M0fyBuzpQEfdh1NDrtq2FPdZsbu4PsmEjEwYb78l0soRiWsYZKXK nBq1QCX0yhV6kNsrpICcwp/atQMNWf45I0mX5ZQRlfurkMm0Ork4NQqjoscd8FxjYEXj 26AZwu8KA+eXCQGLG3y/ittcu6BEbxw7XlTTd6qYcm47Z7smgZU6bC2g3AKwgAvrn9If umkxxcEz/uIlMxocjmQGJ64wkq4XJW0VyI4rOrOkFRc1EiwrYAPx7Fz6VHUAZDy0uiXx 6CtRWrKpKokEysj2DBZXvu+bCZs/oQDtAqLezKKw4NFtrvpIRrkLIg7f5IDRCYwlFS+5 v1fg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=EMfQ081My6dupiPGy/HIzHOP8oYVRWWuFMfiEBnXgCg=; b=dPVROG6S2RaHVxrxc5umO5JA1R4WVPsz7FHgomeStxRJ4wolmG5Jl0x8PdU3MxdEaF vlD/h5DImZDT2mCTgGWObKRsWPvx5I1sXdZYJm6I6mhRskWL9BcthuMAyAwwTjDBkBSC 0AVeCCWiPScw+3qZXDKU18knE0j1Dp4wiToaN+8qTUdIl11Dv5BiWTSY95RBcEl+xD+l W4OGTNKGukfUS/LvPhLHtRtdDh8xU1POFGjDub8pE6S69Y6ynjWekpAssGnv6GijVJar viS3MKg3uJ8GY7ap70j9F/ff22lpRYDCL9RYk1kyGyLp6K5rv0vZmh0znEJtm92SkEwg gSBQ== X-Gm-Message-State: AA6/9RnQukWeCd1UZeATJKaX8epU6RmVLGnZynlPx+1z4ZDhNYH2pYaod7zPguUcTta62YvR X-Received: by 10.28.170.73 with SMTP id t70mr13082439wme.32.1475158918705; Thu, 29 Sep 2016 07:21:58 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id a84sm28714485wme.6.2016.09.29.07.21.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Sep 2016 07:21:58 -0700 (PDT) From: Thomas Monjalon To: "Rao, Nikhil" Cc: dev@dpdk.org, Christian Ehrhardt , stable@dpdk.org Date: Thu, 29 Sep 2016 16:21:57 +0200 Message-ID: <2741746.oWx263Rdf9@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <57ED141F.8020302@intel.com> References: <1475184293-18298-1-git-send-email-nikhil.rao@intel.com> <57ED141F.8020302@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal: fix bug in x86 cmpset 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: Thu, 29 Sep 2016 14:21:59 -0000 2016-09-29 18:46, Rao, Nikhil: > > On 9/29/2016 6:35 PM, Christian Ehrhardt wrote: > > The patch misses a fixed: line which it should get I think. > > The bug has existed from the day the DPDK was open-sourced, i.e, there wasn't a specific > commit that introduced this feature/bug, hence wasn't sure if it needed the fixes tag. In this case, we use the first commit: af75078 first public release It means it can be backported everywhere.