From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 1/7] service cores: header and implementation Date: Tue, 11 Jul 2017 11:54:41 +0200 Message-ID: <13391507.vzRJCuhnFb@xps> References: <1498735421-100164-1-git-send-email-harry.van.haaren@intel.com> <1499445667-32588-2-git-send-email-harry.van.haaren@intel.com> <20170711082950.GB29792@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, keith.wiles@intel.com, bruce.richardson@intel.com To: Jerin Jacob , Harry van Haaren Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id BFAAB29CB for ; Tue, 11 Jul 2017 11:54:42 +0200 (CEST) In-Reply-To: <20170711082950.GB29792@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/07/2017 10:29, Jerin Jacob: > IMO, We don't need to expose rte_service_private.h to application. If > you agree, add the following or similar change If it must not be exposed, the file should not have the prefix rte_ In doc/api/doxy-api.conf, every files with rte_ prefix will be processed for doxygen documentation: FILE_PATTERNS = rte_*.h