From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] rte: initialize logging before bus Date: Tue, 03 Oct 2017 11:32:46 +0200 Message-ID: <1533232.b8DCheEH9f@xps> References: <20170828175703.5746-1-stephen@networkplumber.org> <20170828181331.16112-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stephen Hemminger To: Stephen Hemminger Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D42CE1B304 for ; Tue, 3 Oct 2017 11:32:47 +0200 (CEST) In-Reply-To: <20170828181331.16112-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/08/2017 20:13, Stephen Hemminger: > Any log messages during bus initialization maybe lost because > the bus registration constructor is called before the logging constructor. > > Fixes: a97725791eec ("bus: introduce bus abstraction") Cc: stable@dpdk.org > Signed-off-by: Stephen Hemminger Applied, thanks