Re: [dpdk-dev] [PATCH v8] doc: add release milestones definition

2021-09-14 Thread Ajit Khaparde
On Tue, Sep 14, 2021 at 12:53 AM Thomas Monjalon wrote: > > 03/09/2021 17:35, Ferruh Yigit: > > On 9/3/2021 12:50 PM, Thomas Monjalon wrote: > > > 02/09/2021 18:33, Ferruh Yigit: > > >> On 8/26/2021 11:11 AM, Thomas Monjalon wrote: > > >>> +* Any issue found in -rc1 should be fixed. > > >>> + > >

Re: [dpdk-dev] [PATCH v8] doc: add release milestones definition

2021-09-14 Thread Thomas Monjalon
14/09/2021 18:11, Ajit Khaparde: > On Tue, Sep 14, 2021 at 12:53 AM Thomas Monjalon wrote: > > 03/09/2021 17:35, Ferruh Yigit: > > > On 9/3/2021 12:50 PM, Thomas Monjalon wrote: > > > > 02/09/2021 18:33, Ferruh Yigit: > > > >> On 8/26/2021 11:11 AM, Thomas Monjalon wrote: > > > >>> +* Any issue fo

Re: [dpdk-dev] [PATCH v8] doc: add release milestones definition

2021-09-14 Thread Thomas Monjalon
03/09/2021 17:35, Ferruh Yigit: > On 9/3/2021 12:50 PM, Thomas Monjalon wrote: > > 02/09/2021 18:33, Ferruh Yigit: > >> On 8/26/2021 11:11 AM, Thomas Monjalon wrote: > >>> +* Any issue found in -rc1 should be fixed. > >>> + > >>> +rc3 > >>> +~~~ > >>> + > >>> +* Priority: applications. No applicati

Re: [dpdk-dev] [PATCH v8] doc: add release milestones definition

2021-09-03 Thread Ferruh Yigit
On 9/3/2021 12:50 PM, Thomas Monjalon wrote: > 02/09/2021 18:33, Ferruh Yigit: >> On 8/26/2021 11:11 AM, Thomas Monjalon wrote: >>> +rc1 >>> +~~~ >>> + >>> +* Priority: libraries. No library feature should be accepted after -rc1. >>> +* API changes or additions must be implemented in libraries. >>>

Re: [dpdk-dev] [PATCH v8] doc: add release milestones definition

2021-09-03 Thread Thomas Monjalon
03/09/2021 14:26, Andrew Rybchenko: > On 8/26/21 1:11 PM, Thomas Monjalon wrote: > > +* Announce new features in libraries, drivers, applications, and examples. > > +* To be published before the first day of the release cycle. > > What is the first day of the release cycle? Proposal deadline? > Or

Re: [dpdk-dev] [PATCH v8] doc: add release milestones definition

2021-09-03 Thread Andrew Rybchenko
On 8/26/21 1:11 PM, Thomas Monjalon wrote: > From: Asaf Penso > > Adding more information about the release milestones. > This includes the scope of change, expectations, etc. > > Signed-off-by: Asaf Penso > Signed-off-by: Thomas Monjalon > Acked-by: John McNamara > Acked-by: Ajit Khaparde >

Re: [dpdk-dev] [PATCH v8] doc: add release milestones definition

2021-09-03 Thread Thomas Monjalon
02/09/2021 18:33, Ferruh Yigit: > On 8/26/2021 11:11 AM, Thomas Monjalon wrote: > > +rc1 > > +~~~ > > + > > +* Priority: libraries. No library feature should be accepted after -rc1. > > +* API changes or additions must be implemented in libraries. > > +* The API must include Doxygen documentation >

Re: [dpdk-dev] [PATCH v8] doc: add release milestones definition

2021-09-02 Thread Ferruh Yigit
On 8/26/2021 11:11 AM, Thomas Monjalon wrote: > From: Asaf Penso > > Adding more information about the release milestones. > This includes the scope of change, expectations, etc. > > Signed-off-by: Asaf Penso > Signed-off-by: Thomas Monjalon > Acked-by: John McNamara > Acked-by: Ajit Khaparde

[dpdk-dev] [PATCH v8] doc: add release milestones definition

2021-08-26 Thread Thomas Monjalon
From: Asaf Penso Adding more information about the release milestones. This includes the scope of change, expectations, etc. Signed-off-by: Asaf Penso Signed-off-by: Thomas Monjalon Acked-by: John McNamara Acked-by: Ajit Khaparde Acked-by: Bruce Richardson --- v2: fix styling format and add