DPDK patches and discussions
 help / color / mirror / Atom feed
From: Kevin Traynor <ktraynor@redhat.com>
To: Stephen Hemminger <stephen@networkplumber.org>, dev@dpdk.org
Cc: Thomas Monjalon <thomas@monjalon.net>,
	David Marchand <david.marchand@redhat.com>
Subject: Re: [PATCH v2] doc: no longer support end of life CentOS versions
Date: Mon, 21 Jul 2025 13:40:20 +0100	[thread overview]
Message-ID: <f6ac9083-c8ac-460f-8aa1-5e35c0c1e8be@redhat.com> (raw)
In-Reply-To: <20241119230915.74118-1-stephen@networkplumber.org>

On 19/11/2024 23:09, Stephen Hemminger wrote:
> The CentOS Project has shifted focus from CentOS Linux to CentOS Stream.
> Both CentOS 7 and 8 are now end of life (EOL).
> 
> 	CentOS Linux 7 EOL: 2024-06-30
> 	CentOS Linux 8 EOL: 2021-12-31
> 	CentOS Stream 8 EOL: 2024-05-31
> 
> Update the documentation and release notes. There is no explicit
> test in the build process that would block these older versions
> but any bug reports or problems will rejected as invalid.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
> ---
>  doc/guides/linux_gsg/sys_reqs.rst      | 4 ++--
>  doc/guides/rel_notes/release_24_11.rst | 6 ++++++
>  2 files changed, 8 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst
> index 13d632cec7..8b39dce938 100644
> --- a/doc/guides/linux_gsg/sys_reqs.rst
> +++ b/doc/guides/linux_gsg/sys_reqs.rst
> @@ -53,7 +53,7 @@ Compilation of the DPDK
>  *   ``pyelftools`` (version 0.22+)
>  
>      * For Fedora systems it can be installed using ``dnf install python-pyelftools``
> -    * For RHEL/CentOS systems it can be installed using ``pip3 install pyelftools``
> +    * For RHEL systems it can be installed using ``pip3 install pyelftools``
>      * For Ubuntu/Debian it can be installed using ``apt install python3-pyelftools``
>      * For Alpine Linux, ``apk add py3-elftools``
>  
> @@ -110,7 +110,7 @@ System Software
>  
>      The kernel version required is based on the oldest long term stable kernel available
>      at kernel.org when the DPDK version is in development.
> -    Compatibility for recent distribution kernels will be kept, notably RHEL/CentOS 7.
> +    In addition, DPDK maintains compatibility with recent distribution kernels (such as RHEL 8).
>  
>      The kernel version in use can be checked using the command::
>  
> diff --git a/doc/guides/rel_notes/release_24_11.rst b/doc/guides/rel_notes/release_24_11.rst

It will be for 25.07 release notes now

> index 48b399cda7..447c24237a 100644
> --- a/doc/guides/rel_notes/release_24_11.rst
> +++ b/doc/guides/rel_notes/release_24_11.rst
> @@ -345,6 +345,12 @@ Removed Items
>  * ethdev: Removed the __rte_ethdev_trace_rx_burst symbol, as the corresponding
>    tracepoint was split into two separate ones for empty and non-empty calls.
>  
> +* **Removed support guarantee for CentOS 7 and 8.**
> +
> +  DPDK can no longer guarantee support for older CentOS releases.
> +  CentOS Linux 7 reached end of life (EOL) on 30 June 2024
> +  and CentOS Linux 8 stream EOL was 31 May 2024.

CentOS Stream 8

> +
>  
>  API Changes
>  -----------

Again, I would remove all references to "guarantee" as it implies a
level of support that doesn't exist in the project.

Other than those minor comments,
Acked-by: Kevin Traynor <ktraynor@redhat.com>


  reply	other threads:[~2025-07-21 12:40 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-10 16:57 [PATCH] doc: update minimum Linux kernel version Stephen Hemminger
2024-01-11  9:18 ` Morten Brørup
2024-01-11 18:48   ` Aaron Conole
2024-01-11 19:02   ` Patrick Robb
2024-01-11 19:26     ` Morten Brørup
2024-01-11 19:50       ` Patrick Robb
2024-01-11 19:54       ` Stephen Hemminger
2024-01-11 22:38         ` Morten Brørup
2024-02-16  3:05           ` Stephen Hemminger
2024-02-16  8:29             ` Morten Brørup
2024-02-16 17:22               ` Stephen Hemminger
2024-02-16 17:42               ` Stephen Hemminger
2024-02-17 19:48                 ` Patrick Robb
2024-07-29 20:07                 ` Thomas Monjalon
2024-07-30 23:27                   ` Stephen Hemminger
2024-07-30 23:40                   ` [PATCH] doc: no longer support end of life CentOS versions Stephen Hemminger
2024-11-19 15:34                     ` Thomas Monjalon
2024-11-19 18:40                       ` Stephen Hemminger
2024-11-19 19:38                         ` Thomas Monjalon
2024-11-19 23:09                     ` [PATCH v2] " Stephen Hemminger
2025-07-21 12:40                       ` Kevin Traynor [this message]
2025-07-21 12:50                       ` David Marchand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f6ac9083-c8ac-460f-8aa1-5e35c0c1e8be@redhat.com \
    --to=ktraynor@redhat.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=stephen@networkplumber.org \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).