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 30F1CA0A02; Tue, 6 Apr 2021 11:17:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC08C140FB7; Tue, 6 Apr 2021 11:17:34 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 8A25B406A2 for ; Tue, 6 Apr 2021 11:17:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1617700652; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Z2vX1wyG+nvs2A7qPkkdKAv5I62Ego4R1XlWrGDWPwI=; b=GPDpPRXwCRbyxAP+AVqUnxtrVWTkzeEqgMl+6F5lZ8dhMvVFcHaqkrr1a6chxZY68y7rHW tEIUH+mH2LlY/55hU7xDEZhHdXmGPE9gZE3S5bLDMweb+QxNO4yqu0TRL2XyZR0jm0U7rS iCUGj7yttvC8tlTqJhXefaDFgffz0/A= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-413-kBfKVJuqPcGKZ_TANATwhA-1; Tue, 06 Apr 2021 05:17:31 -0400 X-MC-Unique: kBfKVJuqPcGKZ_TANATwhA-1 Received: by mail-vk1-f198.google.com with SMTP id w18so979080vko.18 for ; Tue, 06 Apr 2021 02:17:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Z2vX1wyG+nvs2A7qPkkdKAv5I62Ego4R1XlWrGDWPwI=; b=RVClwV3ODVmYD/SDgwosQ19CVNKUVmVkDdxpOrBCdrmYKD377L2iB0DQY8BgSju+Tq 77oE6MeGdKO4iQ930Nw1mPtFpdb8/3I91BEg/Zk4Gti6zkEmXlBUZvYg1Nzc91bnK64s sqSX9u6/6aiaJyH1xl5BWIHzgJOcuvr66RU0ttYe76w4Xg0iX8Ab3nS8LiZT98hg/BEW ZH/g9eIbQ2AojavDOsC+rdE6DUvaoU/GmCfudFT5R9cnj3w/Jo/wkUUQJxqRez7TtDBi Tqpcj1I2Vov3wUXFFVseSbU4G0cf+ftJHRTZ0XY/L2jmM4eQPJGBJL2sh3j/nG3HKyJb 8ITA== X-Gm-Message-State: AOAM531TsyEgaRZxsZc1Nx73Ps+f1xiLUgQRp6x44dWXLCrL3ePNkERL dYuYRVueZIEfb69E2brSobMX3yeqMCXYDhxXdnl0B+WTUb9iecPRfC4mabw9GlElWway6NlWTnd Csbb0FRSNuOnwD99Eb+M= X-Received: by 2002:a67:f895:: with SMTP id h21mr16586462vso.17.1617700650177; Tue, 06 Apr 2021 02:17:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxn0PWRxGiesOyWe+VO4MJpxxch5Ktn5cRylVOEXdUZx71pZVQr2lLgHewMNfeu4Ih5T2KcPMDGhecdVWL5r5Q= X-Received: by 2002:a67:f895:: with SMTP id h21mr16586455vso.17.1617700649970; Tue, 06 Apr 2021 02:17:29 -0700 (PDT) MIME-Version: 1.0 References: <20210310140107.2730088-1-thomas@monjalon.net> <20210405100301.657768-1-thomas@monjalon.net> <20210405100301.657768-2-thomas@monjalon.net> In-Reply-To: <20210405100301.657768-2-thomas@monjalon.net> From: David Marchand Date: Tue, 6 Apr 2021 11:17:18 +0200 Message-ID: To: Thomas Monjalon Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 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 Mon, Apr 5, 2021 at 12:03 PM Thomas Monjalon wrote: > > In the unlikely case where something goes wrong > while registering a log type, > the fallback is to use the log type 0, assigned to EAL. How about simply: the fallback is to use the EAL log type. > > Signed-off-by: Thomas Monjalon Reviewed-by: David Marchand -- David Marchand