From patrickrobb1997 at gmail.com Fri May 1 03:38:23 2026 From: patrickrobb1997 at gmail.com (Patrick Robb) Date: Thu, 30 Apr 2026 21:38:23 -0400 Subject: [PATCH] add 25.11 Intel crypto performance report In-Reply-To: <2959110.Y6S9NjorxK@thomas> References: <20260429152129.125882-1-yingyax.han@intel.com> <2959110.Y6S9NjorxK@thomas> Message-ID: Hi Andrew, Please take a look at: https://fast.dpdk.org/doc/perf/DPDK_25_11_Intel_crypto_performance_report.pdf You have a 4xxx QAT device on the intel-1 server which you are running the DTS dpdk-test-crypto-perf testsuite on, right? I think it is a good idea for you to review the performance report above to check their performance tuning and configuration section, the test methodology section, and compare your 4xxx results against the 4xxx results in this report. Your 4xxx device may differ from the specific SKU the Intel team used, but I imagine they will be within an order of magnitude (or probably much closer). On Thu, Apr 30, 2026 at 5:36?AM Thomas Monjalon wrote: > 29/04/2026 17:21, Yingya.Han: > > +- [DPDK 25.11 Intel Crypto Performance Report] > > + (// > fast.dpdk.org/doc/perf/DPDK_25_11_Intel_crypto_performance_report.pdf) > > Applied, thanks. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ktraynor at redhat.com Fri May 1 11:41:25 2026 From: ktraynor at redhat.com (Kevin Traynor) Date: Fri, 1 May 2026 10:41:25 +0100 Subject: [PATCH] release 25.11.2 Message-ID: <20260501094125.547425-1-ktraynor@redhat.com> Signed-off-by: Kevin Traynor --- 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 36fa894..edcfca4 100644 --- a/content/download/_index.md +++ b/content/download/_index.md @@ -11,8 +11,8 @@ weight = "2" 26.03.0 - + {{< icon name="glyphicon glyphicon-download-alt" size="large" >}} Latest Long Term Stable (LTS)\ - 25.11.1 + 25.11.2 @@ -27,5 +27,5 @@ weight = "2" |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------| | [DPDK 26.03.0](//fast.dpdk.org/rel/dpdk-26.03.tar.xz) | [2026 March 31](//doc.dpdk.org/guides-26.03/rel_notes/release_26_03.html) | 5ef5da0574619860b77871a822e6a6dd | -| [DPDK 25.11.1 (LTS)](//fast.dpdk.org/rel/dpdk-25.11.1.tar.xz) | [2026 April 21](//doc.dpdk.org/guides-25.11/rel_notes/release_25_11.html) | 9da582c3b102ca31c0e74a84fb9cdefc | +| [DPDK 25.11.2 (LTS)](//fast.dpdk.org/rel/dpdk-25.11.2.tar.xz) | [2026 May 1](//doc.dpdk.org/guides-25.11/rel_notes/release_25_11.html) | a017927310a8a545b6bad8ade8a70c85 | | [DPDK 25.07.0](//fast.dpdk.org/rel/dpdk-25.07.tar.xz) | [2025 July 21](//doc.dpdk.org/guides-25.07/rel_notes/release_25_07.html) | 1a28ab219aed62479c59bc1492bda9af | | [DPDK 25.03.0](//fast.dpdk.org/rel/dpdk-25.03.tar.xz) | [2025 March 24](//doc.dpdk.org/guides-25.03/rel_notes/release_25_03.html) | da3ecf3461bd2b1fef5874cd4cbca163 | diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index f855496..110cc26 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -70,3 +70,3 @@ by 3-6 weeks, depending on the test results. | 23.11.6 | 23.11.7 | April 2026 | December 2026 (LTS) | Shani Peretz | | 24.11.5 | 24.11.6 | August 2026 | December 2027 (LTS) | Luca Boccassi | -| 25.11.1 | 25.11.2 | August 2026 | December 2028 (LTS) | Kevin Traynor | +| 25.11.2 | 25.11.3 | August 2026 | December 2028 (LTS) | Kevin Traynor | -- 2.54.0 From luca.boccassi at gmail.com Fri May 1 11:55:24 2026 From: luca.boccassi at gmail.com (Luca Boccassi) Date: Fri, 1 May 2026 10:55:24 +0100 Subject: [PATCH] release 25.11.2 In-Reply-To: <20260501094125.547425-1-ktraynor@redhat.com> References: <20260501094125.547425-1-ktraynor@redhat.com> Message-ID: On Fri, 1 May 2026 at 10:41, Kevin Traynor wrote: > > Signed-off-by: Kevin Traynor > --- > content/download/_index.md | 6 +++--- > content/roadmap/_index.md | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) Acked-by: Luca Boccassi From abailey at iol.unh.edu Fri May 1 16:58:04 2026 From: abailey at iol.unh.edu (Andrew Bailey) Date: Fri, 1 May 2026 10:58:04 -0400 Subject: [PATCH] add 25.11 Intel crypto performance report In-Reply-To: References: <20260429152129.125882-1-yingyax.han@intel.com> <2959110.Y6S9NjorxK@thomas> Message-ID: Thanks Patrick, I have downloaded this report and at a quick glance, I can tell this will be super helpful. Unfortunately, we had to disable the QAT tests on the intel-1 server for the short term but I will absolutely refer back to this document when we get it back up and running again. Best, Andrew On Thu, Apr 30, 2026 at 9:38?PM Patrick Robb wrote: > Hi Andrew, > > Please take a look at: > https://fast.dpdk.org/doc/perf/DPDK_25_11_Intel_crypto_performance_report.pdf > > You have a 4xxx QAT device on the intel-1 server which you are running the > DTS dpdk-test-crypto-perf testsuite on, right? I think it is a good idea > for you to review the performance report above to check their performance > tuning and configuration section, the test methodology section, and compare > your 4xxx results against the 4xxx results in this report. Your 4xxx device > may differ from the specific SKU the Intel team used, but I imagine they > will be within an order of magnitude (or probably much closer). > -------------- next part -------------- An HTML attachment was scrubbed... URL: