From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B59F61B285 for ; Mon, 2 Oct 2017 20:57:16 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2017 11:57:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,470,1500966000"; d="scan'208";a="905966598" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.131]) ([10.241.225.131]) by FMSMGA003.fm.intel.com with ESMTP; 02 Oct 2017 11:57:11 -0700 To: Thomas Monjalon , dev@dpdk.org References: <20171002145925.4462-1-thomas@monjalon.net> From: Ferruh Yigit Message-ID: <80f9428d-7f9d-59c7-3520-84c64f8b8429@intel.com> Date: Mon, 2 Oct 2017 19:57:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20171002145925.4462-1-thomas@monjalon.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] eal: add doc for constructor macros 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: Mon, 02 Oct 2017 18:57:17 -0000 On 10/2/2017 3:59 PM, Thomas Monjalon wrote: > It is a reminder that the constructors without priority > get the lowest priority. > > Signed-off-by: Thomas Monjalon Reviewed-by: Ferruh Yigit