DPDK website maintenance
 help / color / mirror / Atom feed
* [PATCH] release 21.11.1
@ 2022-04-26 12:40 Kevin Traynor
  2022-04-26 12:46 ` Christian Ehrhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Kevin Traynor @ 2022-04-26 12:40 UTC (permalink / raw)
  To: web
  Cc: bluca, thomas, david.marchand, christian.ehrhardt, xuemingl,
	Kevin Traynor

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 content/download/_index.md | 6 +++---
 content/roadmap/_index.md  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/download/_index.md b/content/download/_index.md
index 86f40ec..ad611b3 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -11,8 +11,8 @@ weight = "2"
   22.03.0
 </a>
-<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-21.11.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-21.11.1.tar.xz">
   {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
   Latest Long Term Stable (LTS)\
-  21.11.0
+  21.11.1
 </a>
 <a class="dwnld-btn" href="/roadmap">
@@ -27,5 +27,5 @@ weight = "2"
 |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
 | [DPDK 22.03.0](//fast.dpdk.org/rel/dpdk-22.03.tar.xz)         | [2022 March 17](//doc.dpdk.org/guides-22.03/rel_notes/release_22_03.html)    | a07ca8839f98062f46e1cc359735cce8 |
-| [DPDK 21.11.0](//fast.dpdk.org/rel/dpdk-21.11.tar.xz)         | [2021 November 26](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html) | 58660bbbe9e95abce86e47692b196555 |
+| [DPDK 21.11.1](//fast.dpdk.org/rel/dpdk-21.11.1.tar.xz)       | [2022 April 26](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html)    | 00a43122260fa773f98234e2dec01cc7 |
 | [DPDK 21.08.0](//fast.dpdk.org/rel/dpdk-21.08.tar.xz)         | [2021 August 8](//doc.dpdk.org/guides-21.08/rel_notes/release_21_08.html)    | de33433a1806280996a0ecbe66e3642f |
 | [DPDK 21.05.0](//fast.dpdk.org/rel/dpdk-21.05.tar.xz)         | [2021 May 21](//doc.dpdk.org/guides-21.05/rel_notes/release_21_05.html)      | a78bba290b11d9717d1272cc6bfaf7c3 |
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 5040d13..f66d0b7 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -121,3 +121,3 @@ by 3-6 weeks, depending on the test results.
 | 19.11.12 | 19.11.13 | August 2022       | December 2022 (LTS) | Christian Ehrhardt        |
 | 20.11.5  | 20.11.6  | August 2022       | December 2022 (LTS) | Luca Boccassi, Xueming Li |
-| 21.11.0  | 21.11.1  | April 2022        | November 2023 (LTS) | Kevin Traynor             |
+| 21.11.1  | 21.11.2  | September 2022    | November 2023 (LTS) | Kevin Traynor             |
-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] release 21.11.1
  2022-04-26 12:40 [PATCH] release 21.11.1 Kevin Traynor
@ 2022-04-26 12:46 ` Christian Ehrhardt
  2022-04-26 13:06   ` Kevin Traynor
  2022-04-26 12:49 ` David Marchand
  2022-04-26 15:23 ` Kevin Traynor
  2 siblings, 1 reply; 5+ messages in thread
From: Christian Ehrhardt @ 2022-04-26 12:46 UTC (permalink / raw)
  To: Kevin Traynor; +Cc: web, bluca, thomas, david.marchand, xuemingl

On Tue, Apr 26, 2022 at 2:41 PM Kevin Traynor <ktraynor@redhat.com> wrote:
>
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>

LGTM, I also checked the download and that was fine as well.
Just curious - did you intentionally plan a later release than 19.11 and 20.11?

Acked-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>

> ---
>  content/download/_index.md | 6 +++---
>  content/roadmap/_index.md  | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/content/download/_index.md b/content/download/_index.md
> index 86f40ec..ad611b3 100644
> --- a/content/download/_index.md
> +++ b/content/download/_index.md
> @@ -11,8 +11,8 @@ weight = "2"
>    22.03.0
>  </a>
> -<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-21.11.tar.xz">
> +<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-21.11.1.tar.xz">
>    {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
>    Latest Long Term Stable (LTS)\
> -  21.11.0
> +  21.11.1
>  </a>
>  <a class="dwnld-btn" href="/roadmap">
> @@ -27,5 +27,5 @@ weight = "2"
>  |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
>  | [DPDK 22.03.0](//fast.dpdk.org/rel/dpdk-22.03.tar.xz)         | [2022 March 17](//doc.dpdk.org/guides-22.03/rel_notes/release_22_03.html)    | a07ca8839f98062f46e1cc359735cce8 |
> -| [DPDK 21.11.0](//fast.dpdk.org/rel/dpdk-21.11.tar.xz)         | [2021 November 26](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html) | 58660bbbe9e95abce86e47692b196555 |
> +| [DPDK 21.11.1](//fast.dpdk.org/rel/dpdk-21.11.1.tar.xz)       | [2022 April 26](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html)    | 00a43122260fa773f98234e2dec01cc7 |
>  | [DPDK 21.08.0](//fast.dpdk.org/rel/dpdk-21.08.tar.xz)         | [2021 August 8](//doc.dpdk.org/guides-21.08/rel_notes/release_21_08.html)    | de33433a1806280996a0ecbe66e3642f |
>  | [DPDK 21.05.0](//fast.dpdk.org/rel/dpdk-21.05.tar.xz)         | [2021 May 21](//doc.dpdk.org/guides-21.05/rel_notes/release_21_05.html)      | a78bba290b11d9717d1272cc6bfaf7c3 |
> diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
> index 5040d13..f66d0b7 100644
> --- a/content/roadmap/_index.md
> +++ b/content/roadmap/_index.md
> @@ -121,3 +121,3 @@ by 3-6 weeks, depending on the test results.
>  | 19.11.12 | 19.11.13 | August 2022       | December 2022 (LTS) | Christian Ehrhardt        |
>  | 20.11.5  | 20.11.6  | August 2022       | December 2022 (LTS) | Luca Boccassi, Xueming Li |
> -| 21.11.0  | 21.11.1  | April 2022        | November 2023 (LTS) | Kevin Traynor             |
> +| 21.11.1  | 21.11.2  | September 2022    | November 2023 (LTS) | Kevin Traynor             |
> --
> 2.34.1
>


-- 
Christian Ehrhardt
Staff Engineer, Ubuntu Server
Canonical Ltd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] release 21.11.1
  2022-04-26 12:40 [PATCH] release 21.11.1 Kevin Traynor
  2022-04-26 12:46 ` Christian Ehrhardt
@ 2022-04-26 12:49 ` David Marchand
  2022-04-26 15:23 ` Kevin Traynor
  2 siblings, 0 replies; 5+ messages in thread
From: David Marchand @ 2022-04-26 12:49 UTC (permalink / raw)
  To: Kevin Traynor
  Cc: web, Luca Boccassi, Thomas Monjalon, Christian Ehrhardt,
	Xueming(Steven) Li

On Tue, Apr 26, 2022 at 2:41 PM Kevin Traynor <ktraynor@redhat.com> wrote:
>
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>

Acked-by: David Marchand <david.marchand@redhat.com>


-- 
David Marchand


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] release 21.11.1
  2022-04-26 12:46 ` Christian Ehrhardt
@ 2022-04-26 13:06   ` Kevin Traynor
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin Traynor @ 2022-04-26 13:06 UTC (permalink / raw)
  To: Christian Ehrhardt; +Cc: web, bluca, thomas, david.marchand, xuemingl

On 26/04/2022 13:46, Christian Ehrhardt wrote:
> On Tue, Apr 26, 2022 at 2:41 PM Kevin Traynor <ktraynor@redhat.com> wrote:
>>
>> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> 
> LGTM, I also checked the download and that was fine as well.

Thanks for checking. Also, thanks to David for changing the scripts to 
resolve the caching issue. This was the first 'real' test of them.

> Just curious - did you intentionally plan a later release than 19.11 and 20.11?
> 

Yes, I had done that due to some holiday plans. We can discuss a plan 
offline if there is a need to have it earlier.

> Acked-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
> 

Thanks Christian.

>> ---
>>   content/download/_index.md | 6 +++---
>>   content/roadmap/_index.md  | 2 +-
>>   2 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/content/download/_index.md b/content/download/_index.md
>> index 86f40ec..ad611b3 100644
>> --- a/content/download/_index.md
>> +++ b/content/download/_index.md
>> @@ -11,8 +11,8 @@ weight = "2"
>>     22.03.0
>>   </a>
>> -<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-21.11.tar.xz">
>> +<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-21.11.1.tar.xz">
>>     {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
>>     Latest Long Term Stable (LTS)\
>> -  21.11.0
>> +  21.11.1
>>   </a>
>>   <a class="dwnld-btn" href="/roadmap">
>> @@ -27,5 +27,5 @@ weight = "2"
>>   |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
>>   | [DPDK 22.03.0](//fast.dpdk.org/rel/dpdk-22.03.tar.xz)         | [2022 March 17](//doc.dpdk.org/guides-22.03/rel_notes/release_22_03.html)    | a07ca8839f98062f46e1cc359735cce8 |
>> -| [DPDK 21.11.0](//fast.dpdk.org/rel/dpdk-21.11.tar.xz)         | [2021 November 26](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html) | 58660bbbe9e95abce86e47692b196555 |
>> +| [DPDK 21.11.1](//fast.dpdk.org/rel/dpdk-21.11.1.tar.xz)       | [2022 April 26](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html)    | 00a43122260fa773f98234e2dec01cc7 |
>>   | [DPDK 21.08.0](//fast.dpdk.org/rel/dpdk-21.08.tar.xz)         | [2021 August 8](//doc.dpdk.org/guides-21.08/rel_notes/release_21_08.html)    | de33433a1806280996a0ecbe66e3642f |
>>   | [DPDK 21.05.0](//fast.dpdk.org/rel/dpdk-21.05.tar.xz)         | [2021 May 21](//doc.dpdk.org/guides-21.05/rel_notes/release_21_05.html)      | a78bba290b11d9717d1272cc6bfaf7c3 |
>> diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
>> index 5040d13..f66d0b7 100644
>> --- a/content/roadmap/_index.md
>> +++ b/content/roadmap/_index.md
>> @@ -121,3 +121,3 @@ by 3-6 weeks, depending on the test results.
>>   | 19.11.12 | 19.11.13 | August 2022       | December 2022 (LTS) | Christian Ehrhardt        |
>>   | 20.11.5  | 20.11.6  | August 2022       | December 2022 (LTS) | Luca Boccassi, Xueming Li |
>> -| 21.11.0  | 21.11.1  | April 2022        | November 2023 (LTS) | Kevin Traynor             |
>> +| 21.11.1  | 21.11.2  | September 2022    | November 2023 (LTS) | Kevin Traynor             |
>> --
>> 2.34.1
>>
> 
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] release 21.11.1
  2022-04-26 12:40 [PATCH] release 21.11.1 Kevin Traynor
  2022-04-26 12:46 ` Christian Ehrhardt
  2022-04-26 12:49 ` David Marchand
@ 2022-04-26 15:23 ` Kevin Traynor
  2 siblings, 0 replies; 5+ messages in thread
From: Kevin Traynor @ 2022-04-26 15:23 UTC (permalink / raw)
  To: web; +Cc: bluca, thomas, david.marchand, christian.ehrhardt, xuemingl

On 26/04/2022 13:40, Kevin Traynor wrote:
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> ---
>   content/download/_index.md | 6 +++---
>   content/roadmap/_index.md  | 2 +-
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/content/download/_index.md b/content/download/_index.md
> index 86f40ec..ad611b3 100644
> --- a/content/download/_index.md
> +++ b/content/download/_index.md
> @@ -11,8 +11,8 @@ weight = "2"
>     22.03.0
>   </a>
> -<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-21.11.tar.xz">
> +<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-21.11.1.tar.xz">
>     {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
>     Latest Long Term Stable (LTS)\
> -  21.11.0
> +  21.11.1
>   </a>
>   <a class="dwnld-btn" href="/roadmap">
> @@ -27,5 +27,5 @@ weight = "2"
>   |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
>   | [DPDK 22.03.0](//fast.dpdk.org/rel/dpdk-22.03.tar.xz)         | [2022 March 17](//doc.dpdk.org/guides-22.03/rel_notes/release_22_03.html)    | a07ca8839f98062f46e1cc359735cce8 |
> -| [DPDK 21.11.0](//fast.dpdk.org/rel/dpdk-21.11.tar.xz)         | [2021 November 26](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html) | 58660bbbe9e95abce86e47692b196555 |
> +| [DPDK 21.11.1](//fast.dpdk.org/rel/dpdk-21.11.1.tar.xz)       | [2022 April 26](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html)    | 00a43122260fa773f98234e2dec01cc7 |
>   | [DPDK 21.08.0](//fast.dpdk.org/rel/dpdk-21.08.tar.xz)         | [2021 August 8](//doc.dpdk.org/guides-21.08/rel_notes/release_21_08.html)    | de33433a1806280996a0ecbe66e3642f |
>   | [DPDK 21.05.0](//fast.dpdk.org/rel/dpdk-21.05.tar.xz)         | [2021 May 21](//doc.dpdk.org/guides-21.05/rel_notes/release_21_05.html)      | a78bba290b11d9717d1272cc6bfaf7c3 |
> diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
> index 5040d13..f66d0b7 100644
> --- a/content/roadmap/_index.md
> +++ b/content/roadmap/_index.md
> @@ -121,3 +121,3 @@ by 3-6 weeks, depending on the test results.
>   | 19.11.12 | 19.11.13 | August 2022       | December 2022 (LTS) | Christian Ehrhardt        |
>   | 20.11.5  | 20.11.6  | August 2022       | December 2022 (LTS) | Luca Boccassi, Xueming Li |
> -| 21.11.0  | 21.11.1  | April 2022        | November 2023 (LTS) | Kevin Traynor             |
> +| 21.11.1  | 21.11.2  | September 2022    | November 2023 (LTS) | Kevin Traynor             |

Thanks for the reviews, pushed this.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-26 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 12:40 [PATCH] release 21.11.1 Kevin Traynor
2022-04-26 12:46 ` Christian Ehrhardt
2022-04-26 13:06   ` Kevin Traynor
2022-04-26 12:49 ` David Marchand
2022-04-26 15:23 ` Kevin Traynor

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).