From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id BB59FA045E for ; Wed, 29 May 2019 18:51:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 711B41B955; Wed, 29 May 2019 18:51:01 +0200 (CEST) Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id C8CC51B952 for ; Wed, 29 May 2019 18:50:59 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us4.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id 24F34BC0079; Wed, 29 May 2019 16:50:58 +0000 (UTC) Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 29 May 2019 17:50:51 +0100 To: Anatoly Burakov , CC: Olivier Matz , , , References: From: Andrew Rybchenko Message-ID: Date: Wed, 29 May 2019 19:50:48 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-GB X-Originating-IP: [91.220.146.112] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24644.003 X-TM-AS-Result: No-7.540000-8.000000-10 X-TMASE-MatchedRID: VPleTT1nwdTmLzc6AOD8DfHkpkyUphL9NCNwVR2A4lcy/xh6GqNHVSy3 q0w1rGZmrbUFsQE+E9h87O92xUnEZg0QFx1SMBmDwbRQ2Bpmlio3MuSq9XdO0wwv1ZvdCH+FFXC UeF7nROZFzHrMKRZICh3DeMfpbWC9c8knU5CZtUpxBYLeFmtS7S2VljVYB9GN2Yajy1P9W1XdKU SBW7I322+5ieh24ZYRkZOl7WKIImrvXOvQVlExsNAtbEEX0MxBbGVEmIfjf3uhRDCWh4vr/VtsF 6CJPfOWuLUVscVN0O7qJMZv5Fkrg140AGtenH5M9gIWXNCZ0PObgF9dq5kihGxTYi6FufUR+bX/ KCWtA2U= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--7.540000-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24644.003 X-MDID: 1559148659-ect6oGzn0wbQ Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 22/25] mempool: use new mempool list locking API 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/29/19 7:31 PM, Anatoly Burakov wrote: > Replace usages of direct access to shared memory config with > calls to the new API. > > Signed-off-by: Anatoly Burakov Reviewed-by: Andrew Rybchenko