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 CC1F1A00C2; Sat, 25 Apr 2020 16:39:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0E0E91C1C7; Sat, 25 Apr 2020 16:39:22 +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 543771C1C6 for ; Sat, 25 Apr 2020 16:39:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587825559; 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=1jinx1sq1W3GFaPeBaq+su4EaLutyU69fn2M1HEmQ5A=; b=PL3cyZ7311B4PZLDeYFhziDLUpKoJ/I/Bp96YiwKVqm8gba/bAuga9hkBIYhlurjoWUS7J XOdxXGBcEcGC54/Ds8ZMv2fp2o+YDsXUgfvfCsfIxp6+22dwZ+WG+eAk1YedqA1FfFs8N5 piQrNuauoZkQ/5ngegBDIqbTnIZ4Bgg= 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-276-CD2AHbGOP0qV9Ax5S5KILA-1; Sat, 25 Apr 2020 10:39:17 -0400 X-MC-Unique: CD2AHbGOP0qV9Ax5S5KILA-1 Received: by mail-vk1-f197.google.com with SMTP id w25so6390276vkm.8 for ; Sat, 25 Apr 2020 07:39:17 -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=/9TUx+fPXis6mCVY74yghqk79nXv+24gurVtVcCx4P4=; b=Z287XuCj43zUu7EofaVFtg0xPIV7KX39uKz68Wj4NkFOrSpBGjhTvZISVvqsYnFx23 LomcnH4DzRQvyA1s64/4SwGFpFbHzgFNZNp/HsbDtH9L29Q0Hfg4/JPoe5egu6bpL3hK oS0C5mO9CimKF098cbHCBM5bUz5AvI1DHyN1eY3yiVpWg8SkITDDPUkBtDJOr7B1XQyS D6wFnfkKbKQL9lHkH49GecDRyVwJZtPhebQaxQbCm4M94uTAvPVt3CJ8s/xUd8QoopYE +IUyC1XlsnBzyNLdzWisYsm4f0qwggYb/ILYP4ULLLN45Zto/5CRuNFpUhc5gec+AMMR iAjg== X-Gm-Message-State: AGi0PuZvp19UBwtEAQQMVLJyEseepysjhoJM7bo7LLwyOEZwZPGbIEPn 18KXsPx7+Xzh5cY+1W/GDUPpxw65cnUosZzvQJ2j3mXkdfxnnOY2qC5OgAm333ZglLAmbOdZD9d B2kk+uocgnTIyPcT9ufU= X-Received: by 2002:a67:487:: with SMTP id 129mr11873009vse.105.1587825557361; Sat, 25 Apr 2020 07:39:17 -0700 (PDT) X-Google-Smtp-Source: APiQypJVmLSVvTciqNDk4b37iY9wWC0egmgKSLg3+eqIW/Tb5PjqGaFH3uUSuHD3zBrw6N1fkdia9hca4uPIjS09z/M= X-Received: by 2002:a67:487:: with SMTP id 129mr11872995vse.105.1587825557099; Sat, 25 Apr 2020 07:39:17 -0700 (PDT) MIME-Version: 1.0 References: <20190613142344.9188-1-nhorman@tuxdriver.com> <20200425105620.73021-1-haiyue.wang@intel.com> In-Reply-To: <20200425105620.73021-1-haiyue.wang@intel.com> From: David Marchand Date: Sat, 25 Apr 2020 16:39:06 +0200 Message-ID: To: Haiyue Wang Cc: dev , Thomas Monjalon , Bruce Richardson , "Yigit, Ferruh" , Neil Horman , Ray Kinsella X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v7 0/6] dpdk: introduce __rte_internal tag 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 Sat, Apr 25, 2020 at 1:02 PM Haiyue Wang wrote: > > Move the internal function into INTERNAL session to avoid the ABI > checking, and it is only used for DPDK drivers or related library. > > __rte_internal funA > > INTERNAL { > global: > > funA > }; Thanks a lot for working on this. I did some modifications (see my replies on patch 3 and 5) and applied this series. We are just missing the update on the scripts mentioned in a previous mail. Can you work on this for rc2? Thanks again! --=20 David Marchand