From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DCEC9A00C2; Sat, 25 Apr 2020 17:53:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B07361C1C6; Sat, 25 Apr 2020 17:53:54 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 5A15E1C1B1 for ; Sat, 25 Apr 2020 17:53:52 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id EA81290D; Sat, 25 Apr 2020 11:53:50 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Sat, 25 Apr 2020 11:53:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= yaCBMaK57F+wb27dNrtSwrR4tq448kGIcTgzRDKI2bQ=; b=TFRPn8LUOMwTK8rg FY3gQnD6j0n7Qu+StkLKV0hCvh2sKL6Es7N0ZwNbofgLk2QP+TOcNVQHmQkzpvEm pB2fbZr3XEw3W8R+0+FGyLhJyYNlU0JuTnuvxt2u92IXFFHsTT/zCv6KR16xauZL wQhGpDKIiPlVwxjtR6o/lMP/EZsrZKS3qnj00KCm8V/yhOk8x0ap3b7rObsbfd0U Snd7H1Luep3/VkHYts9nSrcj+kZ+fRuo5ryvXfqJ9aGbwJEmlFXZE80Y3OWgDS9n laLCkBWKNonqaX22oIZC7Afsqv6LkgUZY6dY/+67Cd8xsFf3HKDnGgQpnCBqedX8 bHqn+A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc: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=yaCBMaK57F+wb27dNrtSwrR4tq448kGIcTgzRDKI2 bQ=; b=cHG1W3sYYxBCG+OczdKs4ldEilsfSv73+Rnjyb6o0VON8ctzwPW/MrW4r 8AkDBohA6noYFHNt7j7ACaFFikY+E8v3L02UZtcdVSXcQbTctQL1T1GfOZjrbaU3 HEYLtA91hqPV5nGL2SRWtAHdNw9kBjfQoUJjFUzhMc9KAgCSC3jwUIuwZU0KGRq1 u6dMr7IfASJptIFmTudVNJvxQjjmpg5+KhltsViEIyVp2zlESn4ep5XAVTwyd0ru eAjFpsgiX8e0Ct5t4cAAqrE8qHhzoYB2XVE+wzbsGWGhk/s+BFmVUrZt42/K6XBy gqJ2Y1GsqTcJcpW2tir+r8sfdc70g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrheeggdejudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 E5302328005E; Sat, 25 Apr 2020 11:53:48 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, ferruh.yigit@intel.com, arybchenko@solarflare.com, david.marchand@redhat.com Date: Sat, 25 Apr 2020 17:53:47 +0200 Message-ID: <3883337.3T5rpR7ggn@thomas> In-Reply-To: <20200104013341.19809-13-stephen@networkplumber.org> References: <20200104013341.19809-1-stephen@networkplumber.org> <20200104013341.19809-13-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 12/14] ethdev: raise priority of old driver warning X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" 04/01/2020 02:33, Stephen Hemminger: > The priority of the message about drivers not using new (correct) > behaviour on close was debug. And debug messages are typically surpressed > and never seen. Raise the priority so that broken drivers are visible > and hopefully get developers to fix. > > Signed-off-by: Stephen Hemminger > --- > --- a/lib/librte_ethdev/rte_ethdev.c > +++ b/lib/librte_ethdev/rte_ethdev.c > @@ -1717,7 +1717,7 @@ rte_eth_dev_close(uint16_t port_id) > - RTE_ETHDEV_LOG(DEBUG, "Port closing is using an old behaviour.\n" > + RTE_ETHDEV_LOG(NOTICE, "Port closing is using an old behaviour.\n" Acked-by: Thomas Monjalon PS: I did not notice this patch earlier. Please, next time, Cc maintainers with this git-send-email option: --cc-cmd devtools/get-maintainer.sh