From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A48D2C433DB for ; Mon, 15 Mar 2021 09:40:18 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 421DB64DFD for ; Mon, 15 Mar 2021 09:40:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 421DB64DFD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3EF5D24260F; Mon, 15 Mar 2021 10:40:16 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id F22DB24260F for ; Mon, 15 Mar 2021 10:40:13 +0100 (CET) IronPort-SDR: oXShkSMsZZosNAnTdxxau4Q45aMFkmeRp5QKnBPiWq0qpcGxH+VAxGBRvM8tPmn06f1O8yWR9I ytp62ZSRde+Q== X-IronPort-AV: E=McAfee;i="6000,8403,9923"; a="208960750" X-IronPort-AV: E=Sophos;i="5.81,249,1610438400"; d="scan'208";a="208960750" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2021 02:40:12 -0700 IronPort-SDR: yboD2cyLIj7FOvDUNQQKvqRl54PMUdzTfqltgHubUvkzUOMf3bHrEifUTN56PZBZsjzuolDUnA dj14PWs4qRKQ== X-IronPort-AV: E=Sophos;i="5.81,249,1610438400"; d="scan'208";a="405121724" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.11.180]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 15 Mar 2021 02:40:10 -0700 Date: Mon, 15 Mar 2021 09:40:06 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, mb@smartsharesystems.com Message-ID: <20210315094006.GA2040@bricha3-MOBL.ger.corp.intel.com> References: <20210309233116.1934666-1-thomas@monjalon.net> <20210312181720.242252-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210312181720.242252-1-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH v3 00/11] improve options help 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 Fri, Mar 12, 2021 at 07:17:09PM +0100, Thomas Monjalon wrote: > The main intent of this series is to provide a nice help > for the --log-level option. > More patches are added to improve options help in general. > > > v3: > - fix use of RTE_LOG_MAX > - accept (with warning) log level higher than RTE_LOG_MAX > v2: > - fix use of the new macro RTE_LOG_MAX in level parsing > - improve parameters type and name while moving functions > > Series-acked-by: Bruce Richardson