* [PATCH 0/2] Extend stable coverage on the roadmap @ 2021-12-02 10:18 christian.ehrhardt 2021-12-02 10:18 ` [PATCH 1/2] Delay release of 19.11.11 christian.ehrhardt 2021-12-02 10:18 ` [PATCH 2/2] Extend 19.11.x support period to 3 years christian.ehrhardt 0 siblings, 2 replies; 13+ messages in thread From: christian.ehrhardt @ 2021-12-02 10:18 UTC (permalink / raw) To: web, Ian Stokes, Kevin Traynor, Thomas Monjalon, Luca Boccassi, Xueming Li, David Marchand, Pei Zhang, Raslan Darawsheh, qian.q.xu, Ju-Hyoung Lee, Ali Alnubani, David Christensen, benjamin.walker, John McNamara, Jerin Jacob, Hemant Agrawal, Akhil Goyal, yuan.peng, pingx.yu, zhaoyan.chen, Abhishek Marathe, hariprasad.govindharajan Cc: Christian Ehrhardt From: Christian Ehrhardt <christian.ehrhardt@canonical.com> Hi, due to some constraints we will delay 19.11.11 a bit. But more importantly we also intend to extend the lifetime of 19.11 LTS by another year. That sounds great for users and downstream, but it also needs resources for backports, test and validation. Therefore this submission goes to a long recipient list of all validation-contacts and release maintainers. I'd hope to get a lot of sign-offs at least to patch 2 of this series representing the ability and commitment to validate/test these additional 19.11.x releases, because without you we can not make them work. For now this an experiment, but if it works out well quite likely will be applied to later LTS (20.11, 21.11, ...) as well. Christian Ehrhardt (2): Delay release of 19.11.11 Extend 19.11.x support period to 3 years content/roadmap/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.34.0 ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/2] Delay release of 19.11.11 2021-12-02 10:18 [PATCH 0/2] Extend stable coverage on the roadmap christian.ehrhardt @ 2021-12-02 10:18 ` christian.ehrhardt 2021-12-03 12:27 ` Luca Boccassi 2021-12-03 14:17 ` Kevin Traynor 2021-12-02 10:18 ` [PATCH 2/2] Extend 19.11.x support period to 3 years christian.ehrhardt 1 sibling, 2 replies; 13+ messages in thread From: christian.ehrhardt @ 2021-12-02 10:18 UTC (permalink / raw) To: web, Ian Stokes, Kevin Traynor, Thomas Monjalon, Luca Boccassi, Xueming Li, David Marchand, Pei Zhang, Raslan Darawsheh, qian.q.xu, Ju-Hyoung Lee, Ali Alnubani, David Christensen, benjamin.walker, John McNamara, Jerin Jacob, Hemant Agrawal, Akhil Goyal, yuan.peng, pingx.yu, zhaoyan.chen, Abhishek Marathe, hariprasad.govindharajan Cc: Christian Ehrhardt From: Christian Ehrhardt <christian.ehrhardt@canonical.com> The christmas/new-year break and some constraints in test environments will make 19.11.11 likely to appear later than expected. Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> --- content/roadmap/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 069c5c4..3c01699 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -102,5 +102,5 @@ by 1-2 weeks, depending on the test results. | Current version | Next version | Next version Date | End of life | Maintainers | |----------|----------|-------------------|---------------------|---------------------------| | 18.11.11 | - | - | December 2020 (EOL) | - | -| 19.11.10 | 19.11.11 | December 2021 | December 2021 (LTS) | Christian Ehrhardt | +| 19.11.10 | 19.11.11 | January 2022 | December 2021 (LTS) | Christian Ehrhardt | | 20.11.3 | 20.11.4 | December 2021 | November 2022 (LTS) | Luca Boccassi, Xueming Li | -- 2.34.0 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 1/2] Delay release of 19.11.11 2021-12-02 10:18 ` [PATCH 1/2] Delay release of 19.11.11 christian.ehrhardt @ 2021-12-03 12:27 ` Luca Boccassi 2021-12-03 14:17 ` Kevin Traynor 1 sibling, 0 replies; 13+ messages in thread From: Luca Boccassi @ 2021-12-03 12:27 UTC (permalink / raw) To: christian.ehrhardt, web On Thu, 2021-12-02 at 11:18 +0100, christian.ehrhardt@canonical.com wrote: > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > The christmas/new-year break and some constraints in test environments > will make 19.11.11 likely to appear later than expected. > > Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> > --- > content/roadmap/_index.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md > index 069c5c4..3c01699 100644 > --- a/content/roadmap/_index.md > +++ b/content/roadmap/_index.md > @@ -102,5 +102,5 @@ by 1-2 weeks, depending on the test results. > | Current version | Next version | Next version Date | End of life | Maintainers | > |----------|----------|-------------------|---------------------|---------------------------| > | 18.11.11 | - | - | December 2020 (EOL) | - | > -| 19.11.10 | 19.11.11 | December 2021 | December 2021 (LTS) | Christian Ehrhardt | > +| 19.11.10 | 19.11.11 | January 2022 | December 2021 (LTS) | Christian Ehrhardt | > | 20.11.3 | 20.11.4 | December 2021 | November 2022 (LTS) | Luca Boccassi, Xueming Li | Acked-by: Luca Boccassi <bluca@debian.org> -- Kind regards, Luca Boccassi ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 1/2] Delay release of 19.11.11 2021-12-02 10:18 ` [PATCH 1/2] Delay release of 19.11.11 christian.ehrhardt 2021-12-03 12:27 ` Luca Boccassi @ 2021-12-03 14:17 ` Kevin Traynor 1 sibling, 0 replies; 13+ messages in thread From: Kevin Traynor @ 2021-12-03 14:17 UTC (permalink / raw) To: christian.ehrhardt, dpdk-web On 02/12/2021 10:18, christian.ehrhardt@canonical.com wrote: > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > The christmas/new-year break and some constraints in test environments > will make 19.11.11 likely to appear later than expected. > > Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> > --- > content/roadmap/_index.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md > index 069c5c4..3c01699 100644 > --- a/content/roadmap/_index.md > +++ b/content/roadmap/_index.md > @@ -102,5 +102,5 @@ by 1-2 weeks, depending on the test results. > | Current version | Next version | Next version Date | End of life | Maintainers | > |----------|----------|-------------------|---------------------|---------------------------| > | 18.11.11 | - | - | December 2020 (EOL) | - | > -| 19.11.10 | 19.11.11 | December 2021 | December 2021 (LTS) | Christian Ehrhardt | > +| 19.11.10 | 19.11.11 | January 2022 | December 2021 (LTS) | Christian Ehrhardt | > | 20.11.3 | 20.11.4 | December 2021 | November 2022 (LTS) | Luca Boccassi, Xueming Li | > Acked-by: Kevin Traynor <ktraynor@redhat.com> ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 2/2] Extend 19.11.x support period to 3 years 2021-12-02 10:18 [PATCH 0/2] Extend stable coverage on the roadmap christian.ehrhardt 2021-12-02 10:18 ` [PATCH 1/2] Delay release of 19.11.11 christian.ehrhardt @ 2021-12-02 10:18 ` christian.ehrhardt 2021-12-03 12:28 ` Luca Boccassi ` (2 more replies) 1 sibling, 3 replies; 13+ messages in thread From: christian.ehrhardt @ 2021-12-02 10:18 UTC (permalink / raw) To: web, Ian Stokes, Kevin Traynor, Thomas Monjalon, Luca Boccassi, Xueming Li, David Marchand, Pei Zhang, Raslan Darawsheh, qian.q.xu, Ju-Hyoung Lee, Ali Alnubani, David Christensen, benjamin.walker, John McNamara, Jerin Jacob, Hemant Agrawal, Akhil Goyal, yuan.peng, pingx.yu, zhaoyan.chen, Abhishek Marathe, hariprasad.govindharajan Cc: Christian Ehrhardt From: Christian Ehrhardt <christian.ehrhardt@canonical.com> It was discussed in various places by now, along with the switch of the main development branch to three per year we also want to extend the lifetime of the LTS releases. 19.11.x is the first to pass the two years and we want to extend it to three as it still has active users e.g. via Ubuntu 20.04 LTS but also potentially many other appliances and/or vendors. Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> --- content/roadmap/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index 3c01699..1580a8c 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -102,5 +102,5 @@ by 1-2 weeks, depending on the test results. | Current version | Next version | Next version Date | End of life | Maintainers | |----------|----------|-------------------|---------------------|---------------------------| | 18.11.11 | - | - | December 2020 (EOL) | - | -| 19.11.10 | 19.11.11 | January 2022 | December 2021 (LTS) | Christian Ehrhardt | +| 19.11.10 | 19.11.11 | January 2022 | December 2022 (LTS) | Christian Ehrhardt | | 20.11.3 | 20.11.4 | December 2021 | November 2022 (LTS) | Luca Boccassi, Xueming Li | -- 2.34.0 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 2/2] Extend 19.11.x support period to 3 years 2021-12-02 10:18 ` [PATCH 2/2] Extend 19.11.x support period to 3 years christian.ehrhardt @ 2021-12-03 12:28 ` Luca Boccassi 2021-12-03 14:17 ` Kevin Traynor 2021-12-08 16:16 ` Mcnamara, John 2 siblings, 0 replies; 13+ messages in thread From: Luca Boccassi @ 2021-12-03 12:28 UTC (permalink / raw) To: christian.ehrhardt, web On Thu, 2021-12-02 at 11:18 +0100, christian.ehrhardt@canonical.com wrote: > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > It was discussed in various places by now, along with the switch of the > main development branch to three per year we also want to extend the > lifetime of the LTS releases. > > 19.11.x is the first to pass the two years and we want to extend it to > three as it still has active users e.g. via Ubuntu 20.04 LTS but also > potentially many other appliances and/or vendors. > > Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> > --- > content/roadmap/_index.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md > index 3c01699..1580a8c 100644 > --- a/content/roadmap/_index.md > +++ b/content/roadmap/_index.md > @@ -102,5 +102,5 @@ by 1-2 weeks, depending on the test results. > | Current version | Next version | Next version Date | End of life | Maintainers | > |----------|----------|-------------------|---------------------|---------------------------| > | 18.11.11 | - | - | December 2020 (EOL) | - | > -| 19.11.10 | 19.11.11 | January 2022 | December 2021 (LTS) | Christian Ehrhardt | > +| 19.11.10 | 19.11.11 | January 2022 | December 2022 (LTS) | Christian Ehrhardt | > | 20.11.3 | 20.11.4 | December 2021 | November 2022 (LTS) | Luca Boccassi, Xueming Li | Conditional on ACK from QA, Acked-by: Luca Boccassi <bluca@debian.org> -- Kind regards, Luca Boccassi ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 2/2] Extend 19.11.x support period to 3 years 2021-12-02 10:18 ` [PATCH 2/2] Extend 19.11.x support period to 3 years christian.ehrhardt 2021-12-03 12:28 ` Luca Boccassi @ 2021-12-03 14:17 ` Kevin Traynor 2021-12-08 16:16 ` Mcnamara, John 2 siblings, 0 replies; 13+ messages in thread From: Kevin Traynor @ 2021-12-03 14:17 UTC (permalink / raw) To: christian.ehrhardt, web, Ian Stokes, Thomas Monjalon, Luca Boccassi, Xueming Li, David Marchand, Pei Zhang, Raslan Darawsheh, qian.q.xu, Ju-Hyoung Lee, Ali Alnubani, David Christensen, benjamin.walker, John McNamara, Jerin Jacob, Hemant Agrawal, Akhil Goyal, yuan.peng, pingx.yu, zhaoyan.chen, Abhishek Marathe, hariprasad.govindharajan On 02/12/2021 10:18, christian.ehrhardt@canonical.com wrote: > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > It was discussed in various places by now, along with the switch of the > main development branch to three per year we also want to extend the > lifetime of the LTS releases. > > 19.11.x is the first to pass the two years and we want to extend it to > three as it still has active users e.g. via Ubuntu 20.04 LTS but also > potentially many other appliances and/or vendors. > I think it should be clear that 19.11 year 3 is a trial and extending other LTSs >2 years will be evaluated at the end of this. Just so not to set expectation that this will automatically apply for other LTS releases too. > Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> > --- > content/roadmap/_index.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md > index 3c01699..1580a8c 100644 > --- a/content/roadmap/_index.md > +++ b/content/roadmap/_index.md > @@ -102,5 +102,5 @@ by 1-2 weeks, depending on the test results. > | Current version | Next version | Next version Date | End of life | Maintainers | > |----------|----------|-------------------|---------------------|---------------------------| > | 18.11.11 | - | - | December 2020 (EOL) | - | > -| 19.11.10 | 19.11.11 | January 2022 | December 2021 (LTS) | Christian Ehrhardt | > +| 19.11.10 | 19.11.11 | January 2022 | December 2022 (LTS) | Christian Ehrhardt | > | 20.11.3 | 20.11.4 | December 2021 | November 2022 (LTS) | Luca Boccassi, Xueming Li | > For the 19.11 trial itself, Acked-by: Kevin Traynor <ktraynor@redhat.com> ^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: [PATCH 2/2] Extend 19.11.x support period to 3 years 2021-12-02 10:18 ` [PATCH 2/2] Extend 19.11.x support period to 3 years christian.ehrhardt 2021-12-03 12:28 ` Luca Boccassi 2021-12-03 14:17 ` Kevin Traynor @ 2021-12-08 16:16 ` Mcnamara, John 2021-12-14 7:55 ` Christian Ehrhardt 2 siblings, 1 reply; 13+ messages in thread From: Mcnamara, John @ 2021-12-08 16:16 UTC (permalink / raw) To: christian.ehrhardt, web, Stokes, Ian, Kevin Traynor, Thomas Monjalon, Luca Boccassi, Xueming Li, David Marchand, Pei Zhang, Raslan Darawsheh, Xu, Qian Q, Ju-Hyoung Lee, Ali Alnubani, David Christensen, Walker, Benjamin, Jerin Jacob, Hemant Agrawal, Akhil Goyal, Peng, Yuan, pingx.yu, Chen, Zhaoyan, Abhishek Marathe, Govindharajan, Hariprasad Cc: Chen, Zhaoyan > -----Original Message----- > From: christian.ehrhardt@canonical.com <christian.ehrhardt@canonical.com> > Sent: Thursday, December 2, 2021 10:18 AM > Cc: Christian Ehrhardt <christian.ehrhardt@canonical.com> > Subject: [PATCH 2/2] Extend 19.11.x support period to 3 years > > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > It was discussed in various places by now, along with the switch of the > main development branch to three per year we also want to extend the > lifetime of the LTS releases. Hi Christian, Zhaoyan and the Intel System Test team agree to test the additional year 3 releases. John Acked-by: John McNamara <john.mcnamara@intel.com> ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 2/2] Extend 19.11.x support period to 3 years 2021-12-08 16:16 ` Mcnamara, John @ 2021-12-14 7:55 ` Christian Ehrhardt 2021-12-14 8:02 ` Mcnamara, John ` (2 more replies) 0 siblings, 3 replies; 13+ messages in thread From: Christian Ehrhardt @ 2021-12-14 7:55 UTC (permalink / raw) To: Mcnamara, John Cc: web, Stokes, Ian, Kevin Traynor, Thomas Monjalon, Luca Boccassi, Xueming Li, David Marchand, Pei Zhang, Raslan Darawsheh, Xu, Qian Q, Ju-Hyoung Lee, Ali Alnubani, David Christensen, Walker, Benjamin, Jerin Jacob, Hemant Agrawal, Akhil Goyal, Peng, Yuan, pingx.yu, Chen, Zhaoyan, Abhishek Marathe, Govindharajan, Hariprasad On Wed, Dec 8, 2021 at 5:16 PM Mcnamara, John <john.mcnamara@intel.com> wrote: > > > -----Original Message----- > > From: christian.ehrhardt@canonical.com <christian.ehrhardt@canonical.com> > > Sent: Thursday, December 2, 2021 10:18 AM > > Cc: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > Subject: [PATCH 2/2] Extend 19.11.x support period to 3 years > > > > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > > > It was discussed in various places by now, along with the switch of the > > main development branch to three per year we also want to extend the > > lifetime of the LTS releases. > > Hi Christian, > > Zhaoyan and the Intel System Test team agree to test the additional year 3 releases. > > John > > Acked-by: John McNamara <john.mcnamara@intel.com> @Mcnamara, John - Intel usually submits two test results. One like http://mails.dpdk.org/archives/stable/2021-August/033130.html And one separately for "Intel(R) Testing with Open vSwitch" like http://mails.dpdk.org/archives/stable/2021-June/031702.html Does the above commitment include both? I forgot, I also give my own ok in regard to Canonical testing of further 19.11 releases. Looking at the usual major test coverage providers we still need an answer from: - RedHat (like http://mails.dpdk.org/archives/stable/2021-September/033218.html) @Pei Zhang ? - Nvidia (like http://mails.dpdk.org/archives/stable/2021-August/033131.html) @Ali Alnubani ? -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd ^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: [PATCH 2/2] Extend 19.11.x support period to 3 years 2021-12-14 7:55 ` Christian Ehrhardt @ 2021-12-14 8:02 ` Mcnamara, John 2021-12-14 8:38 ` Ali Alnubani 2021-12-16 10:56 ` Pei Zhang 2 siblings, 0 replies; 13+ messages in thread From: Mcnamara, John @ 2021-12-14 8:02 UTC (permalink / raw) To: Christian Ehrhardt Cc: web, Stokes, Ian, Kevin Traynor, Thomas Monjalon, Luca Boccassi, Xueming Li, David Marchand, Pei Zhang, Raslan Darawsheh, Xu, Qian Q, Ju-Hyoung Lee, Ali Alnubani, David Christensen, Walker, Benjamin, Jerin Jacob, Hemant Agrawal, Akhil Goyal, Peng, Yuan, pingx.yu, Chen, Zhaoyan, Abhishek Marathe, Govindharajan, Hariprasad > -----Original Message----- > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> > Sent: Tuesday, December 14, 2021 7:55 AM >... > <hariprasad.govindharajan@intel.com> > Subject: Re: [PATCH 2/2] Extend 19.11.x support period to 3 years > > On Wed, Dec 8, 2021 at 5:16 PM Mcnamara, John <john.mcnamara@intel.com> > wrote: > > > > > -----Original Message----- > > > From: christian.ehrhardt@canonical.com > > > <christian.ehrhardt@canonical.com> > > > Sent: Thursday, December 2, 2021 10:18 AM > > > Cc: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > > Subject: [PATCH 2/2] Extend 19.11.x support period to 3 years > > > > > > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > > > > > It was discussed in various places by now, along with the switch of > > > the main development branch to three per year we also want to extend > > > the lifetime of the LTS releases. > > > > Hi Christian, > > > > Zhaoyan and the Intel System Test team agree to test the additional year > 3 releases. > > > > John > > > > Acked-by: John McNamara <john.mcnamara@intel.com> > > @Mcnamara, John - Intel usually submits two test results. > One like http://mails.dpdk.org/archives/stable/2021-August/033130.html > And one separately for "Intel(R) Testing with Open vSwitch" like > http://mails.dpdk.org/archives/stable/2021-June/031702.html > Does the above commitment include both? Yes. We will commit to both. John ^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: [PATCH 2/2] Extend 19.11.x support period to 3 years 2021-12-14 7:55 ` Christian Ehrhardt 2021-12-14 8:02 ` Mcnamara, John @ 2021-12-14 8:38 ` Ali Alnubani 2021-12-16 10:56 ` Pei Zhang 2 siblings, 0 replies; 13+ messages in thread From: Ali Alnubani @ 2021-12-14 8:38 UTC (permalink / raw) To: Christian Ehrhardt, Mcnamara, John Cc: web, Stokes, Ian, Kevin Traynor, NBU-Contact-Thomas Monjalon (EXTERNAL), Luca Boccassi, Xueming(Steven) Li, David Marchand, Pei Zhang, Raslan Darawsheh, Xu, Qian Q, Ju-Hyoung Lee, David Christensen, Walker, Benjamin, Jerin Jacob, Hemant Agrawal, Akhil Goyal, Peng, Yuan, pingx.yu, Chen, Zhaoyan, Abhishek Marathe, Govindharajan, Hariprasad > -----Original Message----- > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> > Sent: Tuesday, December 14, 2021 9:55 AM > To: Mcnamara, John <john.mcnamara@intel.com> > Cc: web@dpdk.org; Stokes, Ian <ian.stokes@intel.com>; Kevin Traynor > <ktraynor@redhat.com>; NBU-Contact-Thomas Monjalon (EXTERNAL) > <thomas@monjalon.net>; Luca Boccassi <bluca@debian.org>; > Xueming(Steven) Li <xuemingl@nvidia.com>; David Marchand > <dmarchan@redhat.com>; Pei Zhang <pezhang@redhat.com>; Raslan > Darawsheh <rasland@nvidia.com>; Xu, Qian Q <qian.q.xu@intel.com>; Ju- > Hyoung Lee <juhlee@microsoft.com>; Ali Alnubani <alialnu@nvidia.com>; > David Christensen <drc@linux.vnet.ibm.com>; Walker, Benjamin > <benjamin.walker@intel.com>; Jerin Jacob <jerinj@marvell.com>; Hemant > Agrawal <hemant.agrawal@nxp.com>; Akhil Goyal <akhil.goyal@nxp.com>; > Peng, Yuan <yuan.peng@intel.com>; pingx.yu@intel.com; Chen, Zhaoyan > <zhaoyan.chen@intel.com>; Abhishek Marathe > <Abhishek.Marathe@microsoft.com>; Govindharajan, Hariprasad > <hariprasad.govindharajan@intel.com> > Subject: Re: [PATCH 2/2] Extend 19.11.x support period to 3 years > > On Wed, Dec 8, 2021 at 5:16 PM Mcnamara, John > <john.mcnamara@intel.com> wrote: > > > > > -----Original Message----- > > > From: christian.ehrhardt@canonical.com > <christian.ehrhardt@canonical.com> > > > Sent: Thursday, December 2, 2021 10:18 AM > > > Cc: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > > Subject: [PATCH 2/2] Extend 19.11.x support period to 3 years > > > > > > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > > > > > It was discussed in various places by now, along with the switch of the > > > main development branch to three per year we also want to extend the > > > lifetime of the LTS releases. > > > > Hi Christian, > > > > Zhaoyan and the Intel System Test team agree to test the additional year 3 > releases. > > > > John > > > > Acked-by: John McNamara <john.mcnamara@intel.com> > > @Mcnamara, John - Intel usually submits two test results. > One like http://mails.dpdk.org/archives/stable/2021-August/033130.html > And one separately for "Intel(R) Testing with Open vSwitch" like > http://mails.dpdk.org/archives/stable/2021-June/031702.html > Does the above commitment include both? > > I forgot, I also give my own ok in regard to Canonical testing of > further 19.11 releases. > > Looking at the usual major test coverage providers we still need an answer > from: > - RedHat (like http://mails.dpdk.org/archives/stable/2021- > September/033218.html) > @Pei Zhang ? > - Nvidia (like http://mails.dpdk.org/archives/stable/2021- > August/033131.html) > @Ali Alnubani ? Hi Christian, We will also be reporting our test coverage during the extended support period. Thanks, Ali ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 2/2] Extend 19.11.x support period to 3 years 2021-12-14 7:55 ` Christian Ehrhardt 2021-12-14 8:02 ` Mcnamara, John 2021-12-14 8:38 ` Ali Alnubani @ 2021-12-16 10:56 ` Pei Zhang 2021-12-16 11:12 ` Christian Ehrhardt 2 siblings, 1 reply; 13+ messages in thread From: Pei Zhang @ 2021-12-16 10:56 UTC (permalink / raw) To: Christian Ehrhardt Cc: Mcnamara, John, web, Stokes, Ian, Kevin Traynor, Thomas Monjalon, Luca Boccassi, Xueming Li, David Marchand, Raslan Darawsheh, Xu, Qian Q, Ju-Hyoung Lee, Ali Alnubani, David Christensen, Walker, Benjamin, Jerin Jacob, Hemant Agrawal, Akhil Goyal, Peng, Yuan, pingx.yu, Chen, Zhaoyan, Abhishek Marathe, Govindharajan, Hariprasad [-- Attachment #1: Type: text/plain, Size: 1813 bytes --] On Tue, Dec 14, 2021 at 3:56 PM Christian Ehrhardt < christian.ehrhardt@canonical.com> wrote: > On Wed, Dec 8, 2021 at 5:16 PM Mcnamara, John <john.mcnamara@intel.com> > wrote: > > > > > -----Original Message----- > > > From: christian.ehrhardt@canonical.com < > christian.ehrhardt@canonical.com> > > > Sent: Thursday, December 2, 2021 10:18 AM > > > Cc: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > > Subject: [PATCH 2/2] Extend 19.11.x support period to 3 years > > > > > > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> > > > > > > It was discussed in various places by now, along with the switch of the > > > main development branch to three per year we also want to extend the > > > lifetime of the LTS releases. > > > > Hi Christian, > > > > Zhaoyan and the Intel System Test team agree to test the additional year > 3 releases. > > > > John > > > > Acked-by: John McNamara <john.mcnamara@intel.com> > > @Mcnamara, John - Intel usually submits two test results. > One like http://mails.dpdk.org/archives/stable/2021-August/033130.html > And one separately for "Intel(R) Testing with Open vSwitch" like > http://mails.dpdk.org/archives/stable/2021-June/031702.html > Does the above commitment include both? > > I forgot, I also give my own ok in regard to Canonical testing of > further 19.11 releases. > > Looking at the usual major test coverage providers we still need an answer > from: > - RedHat (like > http://mails.dpdk.org/archives/stable/2021-September/033218.html) > @Pei Zhang ? > Hello Christian, Ack. We are OK to test further 19.11 releases in the next year. Best regards, Pei > - Nvidia (like > http://mails.dpdk.org/archives/stable/2021-August/033131.html) > @Ali Alnubani ? > > -- > Christian Ehrhardt > Staff Engineer, Ubuntu Server > Canonical Ltd > > [-- Attachment #2: Type: text/html, Size: 3470 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH 2/2] Extend 19.11.x support period to 3 years 2021-12-16 10:56 ` Pei Zhang @ 2021-12-16 11:12 ` Christian Ehrhardt 0 siblings, 0 replies; 13+ messages in thread From: Christian Ehrhardt @ 2021-12-16 11:12 UTC (permalink / raw) To: Pei Zhang Cc: Mcnamara, John, web, Stokes, Ian, Kevin Traynor, Thomas Monjalon, Luca Boccassi, Xueming Li, David Marchand, Raslan Darawsheh, Xu, Qian Q, Ju-Hyoung Lee, Ali Alnubani, David Christensen, Walker, Benjamin, Jerin Jacob, Hemant Agrawal, Akhil Goyal, Peng, Yuan, pingx.yu, Chen, Zhaoyan, Abhishek Marathe, Govindharajan, Hariprasad On Thu, Dec 16, 2021 at 11:57 AM Pei Zhang <pezhang@redhat.com> wrote: > > > > On Tue, Dec 14, 2021 at 3:56 PM Christian Ehrhardt <christian.ehrhardt@canonical.com> wrote: >> >> On Wed, Dec 8, 2021 at 5:16 PM Mcnamara, John <john.mcnamara@intel.com> wrote: >> > >> > > -----Original Message----- >> > > From: christian.ehrhardt@canonical.com <christian.ehrhardt@canonical.com> >> > > Sent: Thursday, December 2, 2021 10:18 AM >> > > Cc: Christian Ehrhardt <christian.ehrhardt@canonical.com> >> > > Subject: [PATCH 2/2] Extend 19.11.x support period to 3 years >> > > >> > > From: Christian Ehrhardt <christian.ehrhardt@canonical.com> >> > > >> > > It was discussed in various places by now, along with the switch of the >> > > main development branch to three per year we also want to extend the >> > > lifetime of the LTS releases. >> > >> > Hi Christian, >> > >> > Zhaoyan and the Intel System Test team agree to test the additional year 3 releases. >> > >> > John >> > >> > Acked-by: John McNamara <john.mcnamara@intel.com> >> >> @Mcnamara, John - Intel usually submits two test results. >> One like http://mails.dpdk.org/archives/stable/2021-August/033130.html >> And one separately for "Intel(R) Testing with Open vSwitch" like >> http://mails.dpdk.org/archives/stable/2021-June/031702.html >> Does the above commitment include both? >> >> I forgot, I also give my own ok in regard to Canonical testing of >> further 19.11 releases. >> >> Looking at the usual major test coverage providers we still need an answer from: >> - RedHat (like http://mails.dpdk.org/archives/stable/2021-September/033218.html) >> @Pei Zhang ? > > > Hello Christian, > > Ack. We are OK to test further 19.11 releases in the next year. Thank you! Thereby we have all the usual validation reporters agreeing and I'll push that change. > Best regards, > > Pei > >> >> - Nvidia (like http://mails.dpdk.org/archives/stable/2021-August/033131.html) >> @Ali Alnubani ? >> >> -- >> Christian Ehrhardt >> Staff Engineer, Ubuntu Server >> Canonical Ltd >> -- Christian Ehrhardt Staff Engineer, Ubuntu Server Canonical Ltd ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2021-12-21 9:09 UTC | newest] Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2021-12-02 10:18 [PATCH 0/2] Extend stable coverage on the roadmap christian.ehrhardt 2021-12-02 10:18 ` [PATCH 1/2] Delay release of 19.11.11 christian.ehrhardt 2021-12-03 12:27 ` Luca Boccassi 2021-12-03 14:17 ` Kevin Traynor 2021-12-02 10:18 ` [PATCH 2/2] Extend 19.11.x support period to 3 years christian.ehrhardt 2021-12-03 12:28 ` Luca Boccassi 2021-12-03 14:17 ` Kevin Traynor 2021-12-08 16:16 ` Mcnamara, John 2021-12-14 7:55 ` Christian Ehrhardt 2021-12-14 8:02 ` Mcnamara, John 2021-12-14 8:38 ` Ali Alnubani 2021-12-16 10:56 ` Pei Zhang 2021-12-16 11:12 ` Christian Ehrhardt
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).