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 BAD80A0C45; Thu, 16 Sep 2021 16:27:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 448474069E; Thu, 16 Sep 2021 16:27:32 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id DD4B540151 for ; Thu, 16 Sep 2021 16:27:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1631802449; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=syMycK7a8Y9h4zLjSUdJAk0Nv9AfMb/ksx+KmFka5m0=; b=OGH8bNr2G9GYdXv46tjziANPwrNNQr8VIyNnX1lVccsP9B0eG38nG7P/tr51LO9WXWfAY9 QdKaZzm7yojPRkF0UoQmcKcwFJca6GO/T+0Q4UZM048SD4IYlWFUy0ndZxRP2NVa8N7hpW +qsZcSrPeWqThw66glC/hTZ/+/xc5sk= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-263-bqHOJAc5OFuikFGHKsP4jg-1; Thu, 16 Sep 2021 10:27:27 -0400 X-MC-Unique: bqHOJAc5OFuikFGHKsP4jg-1 Received: by mail-lf1-f71.google.com with SMTP id i40-20020a0565123e2800b003f53da59009so4072519lfv.16 for ; Thu, 16 Sep 2021 07:27:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=syMycK7a8Y9h4zLjSUdJAk0Nv9AfMb/ksx+KmFka5m0=; b=1CtBkjjmqRuWWC/fO6EQ8t8LZzbCGguJiInTGsevSVKHDCJuSPmVhO4CNXqBGzlNbt oCeQPWi/nCG6KhKdkzUHzpCVgZ80qF2pVOqn37HVJsMQPAYUzY08W6ThcVwJdUsw0pRg P7S7H0i0TtbfUpUgbKW+vsAFrmguTuyx6sRSHePjfCmPLNuJpLOk2USmglzse3OoSF6v hGR5avv3MQaRyq++YdVCEO2gOgg45B1FiLs8G6w0in7ZDtZjbMHis3pHhXK4biqFTNzY RrfWKjD71lEVHu83YFnmCLx5iA2lnbWpSYyt5sN2YCUr+/Qdk2f3XWLOBpWEshBab9+w XPFA== X-Gm-Message-State: AOAM533SNNR8i+HWGQ66vYoJIyYXlke4TpaGE6b7pN+OAA4t06sKIrh3 oExEE1DgiyHz7T3f6wMSNPPLaSkm3UZFQI8z0jDrL+NaRKvsntFQEVMhrnKVfKL0A7l1R7FXWP/ 5YtMBG3m7Ur0zocVSbtI= X-Received: by 2002:a2e:a230:: with SMTP id i16mr5097392ljm.333.1631802446480; Thu, 16 Sep 2021 07:27:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzVefoIicYjVm/U/LrL0+LPQUDkn/k3IqGtsdB+5agdDvBs8+ztGNEk/EWAioKEI//3oc481IATGW4RYE+7MXc= X-Received: by 2002:a2e:a230:: with SMTP id i16mr5097379ljm.333.1631802446320; Thu, 16 Sep 2021 07:27:26 -0700 (PDT) MIME-Version: 1.0 References: <20210915162509.2999862-1-thomas@monjalon.net> In-Reply-To: <20210915162509.2999862-1-thomas@monjalon.net> From: David Marchand Date: Thu, 16 Sep 2021 16:27:15 +0200 Message-ID: To: Thomas Monjalon Cc: dev , "Mcnamara, John" , "Yigit, Ferruh" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 6:25 PM 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: David Marchand -- David Marchand