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 3CA7343752; Thu, 21 Dec 2023 18:06:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BAA994026B; Thu, 21 Dec 2023 18:06:12 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 8A68F400D6 for ; Thu, 21 Dec 2023 18:06:11 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id C3D0A20B3CC1; Thu, 21 Dec 2023 09:06:10 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C3D0A20B3CC1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1703178370; bh=TNgQZAptHH5PlTu0rNLyzmIgrVI8IEPLiVqO3IC77QI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=noUCx0zSwqCI7h2O1BmiONKlM2LCg/JLsdFAH6Q5s08+d+KdH4cthmBihx0vO7SOV 8vcEArbARZbOXVXu6PaURC6eUpUaNirrYS59COSI7rWEE7AK75HNPCtjNsrSq83VHg xTk0EBjZ+KhsJtd91XnI0JCPJhZBM1PRjqfc96ek= Date: Thu, 21 Dec 2023 09:06:10 -0800 From: Tyler Retzlaff To: David Marchand Cc: dev@dpdk.org, ferruh.yigit@amd.com, Thomas Monjalon Subject: Re: [PATCH] devtools: forbid writing to standard output streams Message-ID: <20231221170610.GA7832@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20231221133120.1654941-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231221133120.1654941-1-david.marchand@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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 On Thu, Dec 21, 2023 at 02:31:20PM +0100, David Marchand wrote: > No output on stdout or stderr! > Drivers and libraries must use the logging framework. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff