From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Mattias_R=c3=b6nnblom?= Subject: Re: [PATCH 1/2] rwlock: introduce 'try' semantics for RD and WR locking Date: Wed, 19 Dec 2018 11:28:29 +0100 Message-ID: References: <1542130061-3702-1-git-send-email-konstantin.ananyev@intel.com> <1542130061-3702-2-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: nd , "Gavin Hu (Arm Technology China)" To: Honnappa Nagarahalli , Konstantin Ananyev , "dev@dpdk.org" Return-path: Received: from mail.lysator.liu.se (mail.lysator.liu.se [130.236.254.3]) by dpdk.org (Postfix) with ESMTP id 8D4F51B4FB for ; Wed, 19 Dec 2018 11:28:32 +0100 (CET) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 0C6B240004 for ; Wed, 19 Dec 2018 11:28:32 +0100 (CET) In-Reply-To: Content-Language: en-US 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 2018-12-19 07:37, Honnappa Nagarahalli wrote: >> diff --git a/lib/librte_eal/rte_eal_version.map >> b/lib/librte_eal/rte_eal_version.map >> index 3fe78260d..8b1593dd8 100644 >> --- a/lib/librte_eal/rte_eal_version.map >> +++ b/lib/librte_eal/rte_eal_version.map >> @@ -355,6 +355,8 @@ EXPERIMENTAL { >> rte_mp_request_async; >> rte_mp_sendmsg; >> rte_option_register; >> + rte_rwlock_read_trylock; >> + rte_rwlock_write_trylock; > I do not see the other RW lock APIs in this file. > They, just like those added, are static inline functions, will not result in any symbols in any shared objects and thus shouldn't be in any version.map file.