From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 72C43A3168 for ; Wed, 16 Oct 2019 17:10:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5B94D1E97F; Wed, 16 Oct 2019 17:10:36 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 99E6D1E97F for ; Wed, 16 Oct 2019 17:10:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571238635; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5G5t0ctze+zoDU4dGKyy7ttsf/Iq+Qb7nj+GA+Zs30U=; b=Vsf9ay8MNYWyI/MfayYD7asqO4Zz8oaVw+GGSUqzh3WtqWeayhGszAvpnl8wWIIjHIzVBg Zq9s2PklcWIIhMJNcCK6zd1OdRKEIplcgprT75jNq7+ea+4oHeofyfZUsCAKf1kg90v2ga x368NChkPTSmhz5c/oRbuOgeu1GbgY0= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-296-SVj8RLRhNJ-QmyDVL_le3Q-1; Wed, 16 Oct 2019 11:10:28 -0400 Received: by mail-vk1-f197.google.com with SMTP id n124so9769945vkg.13 for ; Wed, 16 Oct 2019 08:10:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=i1p+4pYKTuive4OrmJK17IVnHhsK625NmrI6g4DeUaE=; b=MIyPhTOFYHen3ris8S0n1dNMA5dSsJ9vutWSM3RyjmvS27APb9ph2PkYanfX0ZqEz0 5TEMZeH2bcKk+r2C4YqNBFApl53ZcZrhrW/BkWZOEZPy/oWtikgCdgDVBl+Dn3O1N1Ap RJnl1y3Rd8wbblFIPP5Tiuftw6bzMbtZZFy8wnCTNMW3Rm29A6FwesOfMR4yspA7uWt1 PUrkexof6CAeDAwYSopawBre4N+pjwGgACHUVu8A/OzL4i0xS8iGU8eJhaac1NIkFvmW Qpi3jBPrdbfrCbCd/2LMuZcRaJWDY9Hv8m8lyyHalm9qTdpHVXCA20eXdxDDEY4e+Een KwrA== X-Gm-Message-State: APjAAAW3sO0Q/KgnmQBU90Qi0woH3HUfnQjWP3PQQPAKP9A73prDOoQd L4K51Tg9thokTZ5NUCTYtAgNarrNdeNhDRgXh863z1OTQTZICBicR1IvNom37+rJdI4ZTpa1ESM vTjFIH6UNzE7YVztiMpWRshI= X-Received: by 2002:ab0:7107:: with SMTP id x7mr18329260uan.87.1571238627646; Wed, 16 Oct 2019 08:10:27 -0700 (PDT) X-Google-Smtp-Source: APXvYqx7Is/d2pU3FroxCmuuHkqT7bn/4J0X985FE0ugOK9ExmYIKlA6l59Ym+s6v4hpHWfgD/at53tR3BOCcHQZB44= X-Received: by 2002:ab0:7107:: with SMTP id x7mr18329234uan.87.1571238627152; Wed, 16 Oct 2019 08:10:27 -0700 (PDT) MIME-Version: 1.0 References: <20191014230745.70489-1-drc@linux.vnet.ibm.com> <20191015211614.123379-1-drc@linux.vnet.ibm.com> In-Reply-To: <20191015211614.123379-1-drc@linux.vnet.ibm.com> From: David Marchand Date: Wed, 16 Oct 2019 17:10:16 +0200 Message-ID: To: David Christensen Cc: dev , Stephen Hemminger , dpdk stable X-MC-Unique: SVj8RLRhNJ-QmyDVL_le3Q-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [PATCH v2] eal/ppc: fix 64 bit atomic exchange operation X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, Oct 15, 2019 at 11:16 PM David Christensen wrote: > > The rte_atomic64_exchange operation for ppc_64 incorrectly linked > back to a 32 bit generic operation (__atomic_exchange_4) rather than > the 64 bit generic operation (__atomic_exchange_8). As a result, > applications that used rte_eth_link_get_nowait() would only receive > the link speed, they would not receive the link state, link duplex, > or link autoneg properties. > > Fixes: ff2863570f ("eal: introduce atomic exchange operation") Fixes sha1 is usually on 12 digits (from the contributing guide). Will fix when applying. > Cc: stable@dpdk.org > > Signed-off-by: David Christensen Reviewed-by: David Marchand Thanks. --=20 David Marchand