From patchwork Wed Sep 19 16:11:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ga=C3=ABtan_Rivet?= X-Patchwork-Id: 44971 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B3E63568A; Wed, 19 Sep 2018 18:11:34 +0200 (CEST) Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) by dpdk.org (Postfix) with ESMTP id 0D9ED5688 for ; Wed, 19 Sep 2018 18:11:34 +0200 (CEST) Received: by mail-wr1-f42.google.com with SMTP id s14-v6so6398093wrw.6 for ; Wed, 19 Sep 2018 09:11:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=X+58YtxvBI9falz6HNtz85senuA3YcToJlWn9bcthsc=; b=B/+G8yUcaa2OWz95g+xEzWSThGIgHw/3rx6nPL5ThYrqJ9g4O1xhor7+JeD+HZWi9s BfLANimA5dyboHlRN11ksqtRiJp92HXrJrcpXOOowsg3wZFA0XptwKMta1rwNe9OFxbd uz99VY4IvCXFFH7KjYaOwZdUchw+EN4pP3tj76uE3PkqKbog/Hjteis4j3mTKglUP4mT rpUxJRhogIIBORWtYbEHE4Q5a4AUR3q263SOEyz2uIScY6KvEZYR6IpKqyibV7fc8m4o fO9Vxm+Gk/y3d3vsCkeemdVGgMYaWsKVQ/rL0h6pKb795rMV9mGKHum8E7rFjnULgrDN 4s7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=X+58YtxvBI9falz6HNtz85senuA3YcToJlWn9bcthsc=; b=EY+9eoZOuvzjCY58Om89PTg/AigtUKcvlGIavtkw6OWPgK6Y4enMLAtXB3/0Pz3iwT yWbuYqwBR+2XDbA1S5EcbK1Ao/3ehyiJOg6dehWm+nZGzyo81lPsdJ0f3WvuwKPzeNnj XwawvxT3WTWGzKq8Nzi9svmdJRNOBvvgs6N3s8M5PIw5EtRgRE6oQi9cXx48LpFlvJpD h9WwkbSY7p+kZb1Hw+oGITqf0s/cXhIEA4lOrz30T0KkPzqTMvMi+Nt4sSMoa1TifqIC K4Yxg4LrIsLSojeFh6w2eA1htQrxt+2MITCC53nu1Eazubs6Smt6idQyPf2QwRPTUN+6 T26Q== X-Gm-Message-State: APzg51AsvgIbTyCh9bHp2BfgEHYU74CYWw/gjU1o2CUryLAGNS9CiKFe 1DH0KmLA2KF9klLWNu4/rgE10mVjYag= X-Google-Smtp-Source: ANB0VdbXYOxLMIsNjMF7ekTl7ON5GM2YU1u8Kf07Pm/aBm+1I7CUo1Pgc8P/WcZ4yxUXlXxFlxpj1g== X-Received: by 2002:adf:f28c:: with SMTP id k12-v6mr30275304wro.263.1537373493232; Wed, 19 Sep 2018 09:11:33 -0700 (PDT) Received: from bidouze.dev.6wind.com. (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id z141-v6sm6220320wmc.3.2018.09.19.09.11.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Sep 2018 09:11:32 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Wed, 19 Sep 2018 18:11:11 +0200 Message-Id: <20180919161111.11081-1-gaetan.rivet@6wind.com> X-Mailer: git-send-email 2.18.0 Subject: [dpdk-dev] [PATCH v1] devargs: remove comment regarding rte-log 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" rte_log() is available in the context of this compilation unit, do not deter from using it. Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_devargs.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/librte_eal/common/eal_common_devargs.c b/lib/librte_eal/common/eal_common_devargs.c index f1f4628db..57f7afe62 100644 --- a/lib/librte_eal/common/eal_common_devargs.c +++ b/lib/librte_eal/common/eal_common_devargs.c @@ -4,9 +4,6 @@ /* This file manages the list of devices and their arguments, as given * by the user at startup - * - * Code here should not call rte_log since the EAL environment - * may not be initialized. */ #include