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 0C303438A9; Fri, 12 Jan 2024 21:15:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8CE19402A9; Fri, 12 Jan 2024 21:15:01 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id E8BEA40283 for ; Fri, 12 Jan 2024 21:14:59 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 4501320B3CE4; Fri, 12 Jan 2024 12:14:59 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4501320B3CE4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1705090499; bh=GdaqE6qlfvClSUpQaTGZD8+aI7jjj2tO459qcmIicCo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R8H4xupQI9rrwa6vlYCNM0nMsZLi+3lKQeJNtm/QaZPP/KAO2WTP3KVKLqdeGQ6Vf LfK1z+zRorXfsQzb6lxOQDu67jf2t64/krTlYmM7qMglqPRMPwZ/zAgJee9NN2Dp8g Nglk+FhD5Y4pd6x4cCHDCEHRf90u4BXwWQgL6rNk= Date: Fri, 12 Jan 2024 12:14:59 -0800 From: Tyler Retzlaff To: Stephen Hemminger Cc: dev@dpdk.org Subject: Re: [PATCH] doc: add release note about chang to RTE_LOGTYPE_ Message-ID: <20240112201459.GB21063@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240112171858.62270-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240112171858.62270-1-stephen@networkplumber.org> 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, Jan 12, 2024 at 09:18:58AM -0800, Stephen Hemminger wrote: > There maybe some application that was using the internal > RTE_LOGTYPE_XXX macros. Add a release note to inform the > developer of potential conflicts. > > Signed-off-by: Stephen Hemminger > --- Acked-by: Tyler Retzlaff