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 3A26DA00E6 for ; Wed, 12 Jun 2019 23:15:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B6B051C521; Wed, 12 Jun 2019 23:15:10 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id E3ABC1C4F9 for ; Wed, 12 Jun 2019 23:15:09 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7B8E83082A8D; Wed, 12 Jun 2019 21:14:59 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.61]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 53EF11001B0D; Wed, 12 Jun 2019 21:14:54 +0000 (UTC) From: Aaron Conole To: Neil Horman Cc: dev@dpdk.org, Jerin Jacob Kollanukkaran , Bruce Richardson , Thomas Monjalon , Akhil Goyal , Hemant Agrawal References: <20190525184346.27932-1-nhorman@tuxdriver.com> <20190612203903.16565-1-nhorman@tuxdriver.com> <20190612203903.16565-10-nhorman@tuxdriver.com> Date: Wed, 12 Jun 2019 17:14:53 -0400 In-Reply-To: <20190612203903.16565-10-nhorman@tuxdriver.com> (Neil Horman's message of "Wed, 12 Jun 2019 16:39:03 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Wed, 12 Jun 2019 21:15:09 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v1 9/9] dpaa2: mark internal functions with __rte_internal 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" Neil Horman writes: > Identify functions in the dpaa2 driver which are internal (based on > their not having an rte_ prefix) and tag them with __rte_internal > > Signed-off-by: Neil Horman > CC: Jerin Jacob Kollanukkaran > CC: Bruce Richardson > CC: Thomas Monjalon > CC: Akhil Goyal > CC: Hemant Agrawal > --- I think it's incomplete. https://travis-ci.com/ovsrobot/dpdk/builds/115329014