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 A984D436AD; Fri, 8 Dec 2023 21:54:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 59ECD432E2; Fri, 8 Dec 2023 21:54:17 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id F19CD40144 for ; Fri, 8 Dec 2023 21:54:15 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 1FBA020B74C0; Fri, 8 Dec 2023 12:54:15 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 1FBA020B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1702068855; bh=5WiiDo6TlZ2RjYAy5ScalGYbIlA0gMfV9VEVygvSUsg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CqCCzaVjjpj+AOg+asMSmbsOywaqvTniGUF0ZqZ1XDWSjhOUG6ey9zAjCfELoF48N iic10Yejr342mzs+QYj4n698g3uhOs5lXOdePuqxocldYV7DKSl3gq+juScpvFmvpT j7NFbRkU++wfDg6h9XBSx66JUfAaWMabrZD3nj+s= Date: Fri, 8 Dec 2023 12:54:15 -0800 From: Tyler Retzlaff To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@amd.com, bruce.richardson@intel.com, stephen@networkplumber.org, mb@smartsharesystems.com Subject: Re: [RFC v2 06/14] eal/linux: remove log paraphrasing the doc Message-ID: <20231208205415.GE5699@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20231117131824.1977792-1-david.marchand@redhat.com> <20231208145950.2184940-1-david.marchand@redhat.com> <20231208145950.2184940-7-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231208145950.2184940-7-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 Fri, Dec 08, 2023 at 03:59:40PM +0100, David Marchand wrote: > An error log message does not need to paraphrase the DPDK documentation. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff