Re: [dpdk-dev] [PATCH] doc: remove template comments in old release notes

2021-09-22 Thread Thomas Monjalon
16/09/2021 16:27, David Marchand: > 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

Re: [dpdk-dev] [PATCH] doc: remove template comments in old release notes

2021-09-17 Thread Thomas Monjalon
17/09/2021 12:56, Mcnamara, John: > > -Original Message- > > From: Thomas Monjalon > > Sent: Wednesday, September 15, 2021 5:25 PM > > To: dev@dpdk.org > > Cc: Mcnamara, John ; david.march...@redhat.com; > > Yigit, Ferruh > > Subject: [PATCH] doc: remove template comments in old release n

Re: [dpdk-dev] [PATCH] doc: remove template comments in old release notes

2021-09-17 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, September 15, 2021 5:25 PM > To: dev@dpdk.org > Cc: Mcnamara, John ; david.march...@redhat.com; > Yigit, Ferruh > Subject: [PATCH] doc: remove template comments in old release notes > > The release notes comments mention how

Re: [dpdk-dev] [PATCH] doc: remove template comments in old release notes

2021-09-16 Thread David Marchand
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 r

Re: [dpdk-dev] [PATCH] doc: remove template comments in old release notes

2021-09-15 Thread Bruce Richardson
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 c

[dpdk-dev] [PATCH] doc: remove template comments in old release notes

2021-09-15 Thread Thomas Monjalon
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