From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6976B20C8F; Tue, 11 Jul 2017 05:54:42 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 11 Jul 2017 05:54:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=+OWYZrr95enAe95 ajwiYxS4zyoK8dicuIhgX+t+WcRY=; b=GBnTrQmKzW+mAG7fM+8Xw//8gQe9eTW V2mL+sXxDIN8lDVYL3ZL98TqTH0QD3U5PAZKsPUYVTFYAqQm4qiSR+VfhRTpg2lh 1PI9Q4YA9BeNAQwyzovNwluLNSGpE/yR3/4YL0XEaaQ/LaCTh+XCsKUwAVOoXllu l75CxYklBIxI= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=+OWYZrr95enAe95ajwiYxS4zyoK8dicuIhgX+t+WcRY=; b=Djh7Jrz6 SOaBhcRMsHo+gL983q0YMZJ1AyQxfIjDatXo3t66GeaKva3+gHRpBHey/OIc1FED KhAbYHcrTTECkTtK1yHVkY6Tci7wz6PTg6NtkfUkRTpMQP6JpjHH+LV+/GMnRriY ENGNnJlOC6x9shtRC2JT8oAQ3OTyzNR12fWs0GzF+2/Nv0sBMClQWbcC/GKVNsyS f1EsEh9kkCzRgfLFnbIZct0MidNJvBV8Sr5NJiy8md9d0HbEUFOpEb6s7wDkTE1a l4sNWyNmhleDwZnfSs30IHIZXYRrMELM9LkybcDgKZuog7DWYgi1pYlDDw34X1Jq 90ron/pw0N2vhA== X-ME-Sender: X-Sasl-enc: RCr7CMGJwPovB5rf3A5hh2073wEBC1H1OT08W3WT58zl 1499766882 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1E7817E2C1; Tue, 11 Jul 2017 05:54:42 -0400 (EDT) From: Thomas Monjalon To: Jerin Jacob , Harry van Haaren Cc: dev@dpdk.org, keith.wiles@intel.com, bruce.richardson@intel.com Date: Tue, 11 Jul 2017 11:54:41 +0200 Message-ID: <13391507.vzRJCuhnFb@xps> In-Reply-To: <20170711082950.GB29792@jerin> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 1/7] service cores: header and implementation 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: , X-List-Received-Date: Tue, 11 Jul 2017 09:54:43 -0000 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