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 34F42A0A0A; Mon, 5 Apr 2021 12:05:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0E963140E41; Mon, 5 Apr 2021 12:05:45 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mails.dpdk.org (Postfix) with ESMTP id 7DBFC140E09 for ; Mon, 5 Apr 2021 12:05:43 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 1B5725C009C; Mon, 5 Apr 2021 06:05:43 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 05 Apr 2021 06:05:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm3; bh= JzaIN9waBO0KfDF+IZFwpvzOaG4EwJHiCD3B0OaocjE=; b=fM+Ngch6YAJpnENM CPT8otewUJDcN5SVfMMppNoZWv7pUDU4eyGs2FiESpxLyuUKBY5aUoEJBE0qS6aJ 5ll8BaeQb2JdifaRmd4Ygof35dQDLpJi/ORk3jbptsN/4+D2Ae2HWkw1jSZO9/sy lpXFt7+cImlrE4r883ufCSDgUEW40WRnzizgNRCFXcZAeOra6SQK3fjo4Wa3K3r2 yd0T/YcXWoRos9csNoipTwkaSuQe8E2ps2sSWcMpm5irKdRrjyOe1tE4sbk6ySHm CGRJxzVQgf8ey/d7+TsFWEZKwbVgpiDnDbQH6iDH8oDbNC3CXk5CtAhF8C2UnPQ8 dFStHQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=JzaIN9waBO0KfDF+IZFwpvzOaG4EwJHiCD3B0Oaoc jE=; b=P/J6C8PayAN9BMRpi1jAc2h2bB5at6A6ameeEtq9RCnuszuDT6YUg0im2 pSfvCaFbHsh7J4uz8KgWSyavoamG/FGkmmjbCo/8aXJft/1ehraF0W9s+vhzS0UB 4Lpl/rCrMm+QyewXRtnnINhvs+6iWlGv3Q+xgp1jNG66eNqNgs44H+wMHVPRXjkl 9t5zUP5DIZQ2cHI7oxSjociKFxUEdLE1xrTrXPVjJKXT+BOh/zjj3v7cxFOkuyaD KRustGCb9cXChv3h4iOsgnx2Y8DqfDYlzrnL76bitjD3YjZIfBmbfN4cNSzIWfMW 8dX00ksqqq/EsODcPFJt27JVueyjA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudejvddgvdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkjghfggfgtgesthfure dttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpedugefgvdefudfftdefge elgffhueekgfffhfeujedtteeutdejueeiiedvffegheenucfkphepjeejrddufeegrddv tdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9531D24005A for ; Mon, 5 Apr 2021 06:05:42 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 05 Apr 2021 12:05:40 +0200 Message-ID: <3937087.mexZfU9BJH@thomas> In-Reply-To: <20210405100301.657768-1-thomas@monjalon.net> References: <20210310140107.2730088-1-thomas@monjalon.net> <20210405100301.657768-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/3] drivers: align log names 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" Sorry the name of the series should be "cleanup drivers log registration" 05/04/2021 12:02, Thomas Monjalon: > After working on the option "--log-level help", > it became clear that few adjustments were required > for the log registration of some drivers. > > v2: > - align bonding and af_packet > - make explicit the RTE_LOGTYPE_EAL default > > Thomas Monjalon (3): > log: choose EAL log type on registration failure > drivers: fix log level after loading > drivers: align log names