From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2B380A0546; Wed, 7 Apr 2021 10:17:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0CD61141083; Wed, 7 Apr 2021 10:17:10 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 3617914106C for ; Wed, 7 Apr 2021 10:17:09 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id A49147F53C; Wed, 7 Apr 2021 11:17:08 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru A49147F53C DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1617783428; bh=cgLbHqReUT9HXkTy5eyyRF39EmW8h9PfGvVT1kzUCOg=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=CDoONe7V+/q9at2lmY9P5xYdBBAbCSmodVDaVwWC2dp3Rwx1EssgZhPe//FKiEGK3 xsQm8IFw20Uxj5sb9wjkW1cahVZcZpJmwLhDFqJ57x0njh8yvOXwOtQxIWtGZBT+ip N4hzcETPK43snTjo1WBFoTuOeCEdvn8iAYcGoKMw= To: Thomas Monjalon , dev@dpdk.org Cc: david.marchand@redhat.com References: <20210310140107.2730088-1-thomas@monjalon.net> <20210406132204.1818522-1-thomas@monjalon.net> <20210406132204.1818522-2-thomas@monjalon.net> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Wed, 7 Apr 2021 11:17:08 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210406132204.1818522-2-thomas@monjalon.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 1/3] log: choose EAL log type on registration failure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/6/21 4:22 PM, Thomas Monjalon wrote: > In the unlikely case where something goes wrong > while registering a log type, > the fallback is to use the EAL log type. > > Signed-off-by: Thomas Monjalon > Reviewed-by: David Marchand Reviewed-by: Andrew Rybchenko