From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48D29C433F5 for ; Wed, 15 Sep 2021 16:30:38 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id E3A3461216 for ; Wed, 15 Sep 2021 16:30:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E3A3461216 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B466411BF; Wed, 15 Sep 2021 18:30:31 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 515EA41123 for ; Wed, 15 Sep 2021 18:30:27 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10108"; a="222031599" X-IronPort-AV: E=Sophos;i="5.85,295,1624345200"; d="scan'208";a="222031599" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2021 09:30:26 -0700 X-IronPort-AV: E=Sophos;i="5.85,295,1624345200"; d="scan'208";a="700286631" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.4.169]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 15 Sep 2021 09:30:25 -0700 Date: Wed, 15 Sep 2021 17:30:21 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, john.mcnamara@intel.com, david.marchand@redhat.com, ferruh.yigit@intel.com Message-ID: References: <20210915162509.2999862-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210915162509.2999862-1-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH] doc: remove template comments in old release notes 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 Sender: "dev" On Wed, Sep 15, 2021 at 06:25:09PM +0200, Thomas Monjalon wrote: > The release notes comments mention how to generate the documentation > with the old & removed build system. > > Rather than fixing these comments, all old release notes comments > are removed, because they are useful only for the current release. > > Few extra blank lines are removed for consistency. > > Signed-off-by: Thomas Monjalon > --- Acked-by: Bruce Richardson