From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 01/12] eal: add param register infrastructure Date: Wed, 10 Oct 2018 14:28:08 +0200 Message-ID: <7413111.8yn6HtgHZ2@xps> References: <20181003173612.67101-1-kevin.laatz@intel.com> <20181010105134.48079-1-kevin.laatz@intel.com> <20181010105134.48079-2-kevin.laatz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, harry.van.haaren@intel.com, stephen@networkplumber.org, gaetan.rivet@6wind.com, shreyansh.jain@nxp.com, mattias.ronnblom@ericsson.com, bruce.richardson@intel.com To: Kevin Laatz Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id CB75C4C8F for ; Wed, 10 Oct 2018 14:28:14 +0200 (CEST) In-Reply-To: <20181010105134.48079-2-kevin.laatz@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/10/2018 12:51, Kevin Laatz: > --- /dev/null > +++ b/lib/librte_eal/common/include/rte_param.h Please add a global doxygen comment for the file. The context or goal is missing here. We need to understand what is the purpose of this new API file. Thanks