From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1BBB8A09E4 for ; Thu, 4 Feb 2021 14:35:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0FE90240710; Thu, 4 Feb 2021 14:35:50 +0100 (CET) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id E82612406D9; Thu, 4 Feb 2021 14:35:46 +0100 (CET) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 8E61A7F516; Thu, 4 Feb 2021 16:35:46 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 8E61A7F516 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1612445746; bh=ig1ZgSJCoM+o5c93DCVUkL13LSDZvF9YD3GkJ3LPr+s=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=exCd1o6/YzLb7uAxmb7Ab0+TMm1mIHdqW8fKq/mXLDjKm5tZOzLupCEuP1qiqdTC4 51zxulJW6DcCxCD8JYUNMR/39wCpvjr5O29uu4oCOT9F49deKb8g2MJQX56DlcJ1NO ++eIMRfQO1fV1+fiznQQVcc6Wjg4d+MaLCGI+cLA= To: David Marchand , dev@dpdk.org Cc: konstantin.ananyev@intel.com, bruce.richardson@intel.com, stable@dpdk.org, Ruifeng Wang , Olivier Matz , Phil Yang , Andrew Rybchenko , Thomas Monjalon References: <20210129203307.25123-1-david.marchand@redhat.com> <20210204100520.15414-1-david.marchand@redhat.com> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Thu, 4 Feb 2021 16:35:46 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <20210204100520.15414-1-david.marchand@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2 1/2] mbuf: remove unneeded atomic header include X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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 2/4/21 1:05 PM, David Marchand wrote: > There is no need for the direct inclusion of the generic/ header [1] > now that we don't use the rte_atomic API anymore. > > 1: https://git.dpdk.org/dpdk/commit/?id=3eb860b08eb7 > > Fixes: e41d27a68df6 ("mbuf: remove atomic reference counters") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand > Reviewed-by: Ruifeng Wang Acked-by: Andrew Rybchenko