* [PATCH] release 23.11.1
@ 2024-05-17 7:07 Xueming Li
2024-05-17 7:13 ` David Marchand
2024-05-17 7:24 ` Xueming Li
0 siblings, 2 replies; 5+ messages in thread
From: Xueming Li @ 2024-05-17 7:07 UTC (permalink / raw)
To: web; +Cc: Kevin Traynor, xuemingl
Signed-off-by: Xueming Li <xuemingl@nvidia.com>
---
content/download/_index.md | 2 +-
content/roadmap/_index.md | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/download/_index.md b/content/download/_index.md
index dfbe2a8..74ae391 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -26,7 +26,7 @@ weight = "2"
| file | date/changelog | md5 |
|---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
| [DPDK 24.03.0](//fast.dpdk.org/rel/dpdk-24.03.tar.xz) | [2024 March 28](//doc.dpdk.org/guides-24.03/rel_notes/release_24_03.html) | a98da848d6ba09808ef00f9a26aaa49a |
-| [DPDK 23.11.0](//fast.dpdk.org/rel/dpdk-23.11.tar.xz) | [2023 November 28](//doc.dpdk.org/guides-23.11/rel_notes/release_23_11.html) | 896c09f5b45b452bd77287994650b916 |
+| [DPDK 23.11.1 (LTS)](//fast.dpdk.org/rel/dpdk-23.11.1.tar.xz) | [2024 May 17](//doc.dpdk.org/guides-23.11/rel_notes/release_23_11.html) | 382d5fdd8ecb1d8e0be6d70dfc5eec96 |
| [DPDK 23.07.0](//fast.dpdk.org/rel/dpdk-23.07.tar.xz) | [2023 July 28](//doc.dpdk.org/guides-23.07/rel_notes/release_23_07.html) | 2b6d57f077585cb15b885482362fd47f |
| [DPDK 23.03.0](//fast.dpdk.org/rel/dpdk-23.03.tar.xz) | [2023 March 31](//doc.dpdk.org/guides-23.03/rel_notes/release_23_03.html) | 3cf8ebbcd412d5726db230f2eeb90cc9 |
| [DPDK 22.11.5 (LTS)](//fast.dpdk.org/rel/dpdk-22.11.5.tar.xz) | [2024 April 22](//doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html) | 90fc556c5b6fdd6874aaaf242b9017eb |
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 2fbdb68..6487d74 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -151,3 +151,4 @@ by 3-6 weeks, depending on the test results.
| 20.11.10 | - | - | December 2023 (EOL) | Luca Boccassi |
| 21.11.7 | 21.11.7 | August 2024 | December 2024 (LTS) | Kevin Traynor |
| 22.11.5 | 22.11.6 | August 2024 | December 2024 (LTS) | Luca Boccassi |
+| 23.11.1 | 23.11.2 | August 2024 | December 2025 (LTS) | Xueming Li |
--
2.34.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] release 23.11.1
2024-05-17 7:07 [PATCH] release 23.11.1 Xueming Li
@ 2024-05-17 7:13 ` David Marchand
2024-05-17 7:25 ` Xueming Li
2024-05-17 7:24 ` Xueming Li
1 sibling, 1 reply; 5+ messages in thread
From: David Marchand @ 2024-05-17 7:13 UTC (permalink / raw)
To: Xueming Li; +Cc: web, Kevin Traynor
Hello Xueming,
On Fri, May 17, 2024 at 9:08 AM Xueming Li <xuemingl@nvidia.com> wrote:
>
> Signed-off-by: Xueming Li <xuemingl@nvidia.com>
> ---
> content/download/_index.md | 2 +-
> content/roadmap/_index.md | 1 +
> 2 files changed, 2 insertions(+), 1 deletion(-)
Don't you need to update the reference to the latest LTS release?
Something like:
diff --git a/content/download/_index.md b/content/download/_index.md
index dfbe2a8..246a8a0 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -10,10 +10,10 @@ weight = "2"
Latest\
24.03.0
</a>
-<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-23.11.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-23.11.1.tar.xz">
{{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
Latest Long Term Stable (LTS)\
- 23.11.0
+ 23.11.1
</a>
<a class="dwnld-btn" href="/roadmap">
{{< icon name="glyphicon glyphicon-calendar" size="large" >}}
--
David Marchand
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] release 23.11.1
2024-05-17 7:07 [PATCH] release 23.11.1 Xueming Li
2024-05-17 7:13 ` David Marchand
@ 2024-05-17 7:24 ` Xueming Li
2024-05-17 7:43 ` David Marchand
1 sibling, 1 reply; 5+ messages in thread
From: Xueming Li @ 2024-05-17 7:24 UTC (permalink / raw)
To: web; +Cc: Kevin Traynor, xuemingl
Signed-off-by: Xueming Li <xuemingl@nvidia.com>
---
content/download/_index.md | 6 +++---
content/roadmap/_index.md | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/content/download/_index.md b/content/download/_index.md
index dfbe2a8..80d3933 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -10,10 +10,10 @@ weight = "2"
Latest\
24.03.0
</a>
-<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-23.11.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-23.11.1.tar.xz">
{{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
Latest Long Term Stable (LTS)\
- 23.11.0
+ 23.11.1
</a>
<a class="dwnld-btn" href="/roadmap">
{{< icon name="glyphicon glyphicon-calendar" size="large" >}}
@@ -26,7 +26,7 @@ weight = "2"
| file | date/changelog | md5 |
|---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
| [DPDK 24.03.0](//fast.dpdk.org/rel/dpdk-24.03.tar.xz) | [2024 March 28](//doc.dpdk.org/guides-24.03/rel_notes/release_24_03.html) | a98da848d6ba09808ef00f9a26aaa49a |
-| [DPDK 23.11.0](//fast.dpdk.org/rel/dpdk-23.11.tar.xz) | [2023 November 28](//doc.dpdk.org/guides-23.11/rel_notes/release_23_11.html) | 896c09f5b45b452bd77287994650b916 |
+| [DPDK 23.11.1 (LTS)](//fast.dpdk.org/rel/dpdk-23.11.1.tar.xz) | [2024 May 17](//doc.dpdk.org/guides-23.11/rel_notes/release_23_11.html) | 382d5fdd8ecb1d8e0be6d70dfc5eec96 |
| [DPDK 23.07.0](//fast.dpdk.org/rel/dpdk-23.07.tar.xz) | [2023 July 28](//doc.dpdk.org/guides-23.07/rel_notes/release_23_07.html) | 2b6d57f077585cb15b885482362fd47f |
| [DPDK 23.03.0](//fast.dpdk.org/rel/dpdk-23.03.tar.xz) | [2023 March 31](//doc.dpdk.org/guides-23.03/rel_notes/release_23_03.html) | 3cf8ebbcd412d5726db230f2eeb90cc9 |
| [DPDK 22.11.5 (LTS)](//fast.dpdk.org/rel/dpdk-22.11.5.tar.xz) | [2024 April 22](//doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html) | 90fc556c5b6fdd6874aaaf242b9017eb |
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 2fbdb68..6487d74 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -151,3 +151,4 @@ by 3-6 weeks, depending on the test results.
| 20.11.10 | - | - | December 2023 (EOL) | Luca Boccassi |
| 21.11.7 | 21.11.7 | August 2024 | December 2024 (LTS) | Kevin Traynor |
| 22.11.5 | 22.11.6 | August 2024 | December 2024 (LTS) | Luca Boccassi |
+| 23.11.1 | 23.11.2 | August 2024 | December 2025 (LTS) | Xueming Li |
--
2.34.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] release 23.11.1
2024-05-17 7:13 ` David Marchand
@ 2024-05-17 7:25 ` Xueming Li
0 siblings, 0 replies; 5+ messages in thread
From: Xueming Li @ 2024-05-17 7:25 UTC (permalink / raw)
To: David Marchand; +Cc: web, Kevin Traynor
[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]
Thanks, new version posted
________________________________
From: David Marchand <david.marchand@redhat.com>
Sent: Friday, May 17, 2024 3:13 PM
To: Xueming Li <xuemingl@nvidia.com>
Cc: web@dpdk.org <web@dpdk.org>; Kevin Traynor <ktraynor@redhat.com>
Subject: Re: [PATCH] release 23.11.1
Hello Xueming,
On Fri, May 17, 2024 at 9:08 AM Xueming Li <xuemingl@nvidia.com> wrote:
>
> Signed-off-by: Xueming Li <xuemingl@nvidia.com>
> ---
> content/download/_index.md | 2 +-
> content/roadmap/_index.md | 1 +
> 2 files changed, 2 insertions(+), 1 deletion(-)
Don't you need to update the reference to the latest LTS release?
Something like:
diff --git a/content/download/_index.md b/content/download/_index.md
index dfbe2a8..246a8a0 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -10,10 +10,10 @@ weight = "2"
Latest\
24.03.0
</a>
-<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-23.11.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-23.11.1.tar.xz">
{{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
Latest Long Term Stable (LTS)\
- 23.11.0
+ 23.11.1
</a>
<a class="dwnld-btn" href="/roadmap">
{{< icon name="glyphicon glyphicon-calendar" size="large" >}}
--
David Marchand
[-- Attachment #2: Type: text/html, Size: 2657 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] release 23.11.1
2024-05-17 7:24 ` Xueming Li
@ 2024-05-17 7:43 ` David Marchand
0 siblings, 0 replies; 5+ messages in thread
From: David Marchand @ 2024-05-17 7:43 UTC (permalink / raw)
To: Xueming Li; +Cc: web, Kevin Traynor
On Fri, May 17, 2024 at 9:25 AM Xueming Li <xuemingl@nvidia.com> wrote:
>
> Signed-off-by: Xueming Li <xuemingl@nvidia.com>
> ---
> content/download/_index.md | 6 +++---
> content/roadmap/_index.md | 1 +
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/content/download/_index.md b/content/download/_index.md
> index dfbe2a8..80d3933 100644
> --- a/content/download/_index.md
> +++ b/content/download/_index.md
> @@ -10,10 +10,10 @@ weight = "2"
> Latest\
> 24.03.0
> </a>
> -<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-23.11.tar.xz">
> +<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-23.11.1.tar.xz">
> {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
> Latest Long Term Stable (LTS)\
> - 23.11.0
> + 23.11.1
> </a>
> <a class="dwnld-btn" href="/roadmap">
> {{< icon name="glyphicon glyphicon-calendar" size="large" >}}
> @@ -26,7 +26,7 @@ weight = "2"
> | file | date/changelog | md5 |
> |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
> | [DPDK 24.03.0](//fast.dpdk.org/rel/dpdk-24.03.tar.xz) | [2024 March 28](//doc.dpdk.org/guides-24.03/rel_notes/release_24_03.html) | a98da848d6ba09808ef00f9a26aaa49a |
> -| [DPDK 23.11.0](//fast.dpdk.org/rel/dpdk-23.11.tar.xz) | [2023 November 28](//doc.dpdk.org/guides-23.11/rel_notes/release_23_11.html) | 896c09f5b45b452bd77287994650b916 |
> +| [DPDK 23.11.1 (LTS)](//fast.dpdk.org/rel/dpdk-23.11.1.tar.xz) | [2024 May 17](//doc.dpdk.org/guides-23.11/rel_notes/release_23_11.html) | 382d5fdd8ecb1d8e0be6d70dfc5eec96 |
> | [DPDK 23.07.0](//fast.dpdk.org/rel/dpdk-23.07.tar.xz) | [2023 July 28](//doc.dpdk.org/guides-23.07/rel_notes/release_23_07.html) | 2b6d57f077585cb15b885482362fd47f |
> | [DPDK 23.03.0](//fast.dpdk.org/rel/dpdk-23.03.tar.xz) | [2023 March 31](//doc.dpdk.org/guides-23.03/rel_notes/release_23_03.html) | 3cf8ebbcd412d5726db230f2eeb90cc9 |
> | [DPDK 22.11.5 (LTS)](//fast.dpdk.org/rel/dpdk-22.11.5.tar.xz) | [2024 April 22](//doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html) | 90fc556c5b6fdd6874aaaf242b9017eb |
> diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
> index 2fbdb68..6487d74 100644
> --- a/content/roadmap/_index.md
> +++ b/content/roadmap/_index.md
> @@ -151,3 +151,4 @@ by 3-6 weeks, depending on the test results.
> | 20.11.10 | - | - | December 2023 (EOL) | Luca Boccassi |
> | 21.11.7 | 21.11.7 | August 2024 | December 2024 (LTS) | Kevin Traynor |
> | 22.11.5 | 22.11.6 | August 2024 | December 2024 (LTS) | Luca Boccassi |
> +| 23.11.1 | 23.11.2 | August 2024 | December 2025 (LTS) | Xueming Li |
> --
> 2.34.1
>
Acked-by: David Marchand <david.marchand@redhat.com>
Thanks Xueming.
--
David Marchand
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-05-17 7:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-17 7:07 [PATCH] release 23.11.1 Xueming Li
2024-05-17 7:13 ` David Marchand
2024-05-17 7:25 ` Xueming Li
2024-05-17 7:24 ` Xueming Li
2024-05-17 7:43 ` David Marchand
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).