From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4718BA0547; Fri, 10 Sep 2021 10:53:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D27140DDE; Fri, 10 Sep 2021 10:53:53 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 990884067E for ; Fri, 10 Sep 2021 10:53:51 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10102"; a="284733753" X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="284733753" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2021 01:53:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,282,1624345200"; d="scan'208";a="549186456" Received: from unknown (HELO dpdk-lijuan.sh.intel.com) ([10.67.119.192]) by fmsmga002.fm.intel.com with ESMTP; 10 Sep 2021 01:53:48 -0700 From: Lijuan Tu To: thomas@monjalon.net Cc: web@dpdk.org, Lijuan Tu Date: Sat, 11 Sep 2021 00:43:31 +0800 Message-Id: <1631292211-50614-1-git-send-email-lijuan.tu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-web] [PATCH] add 21.05&21.02 Intel performance reports X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" Signed-off-by: Lijuan Tu --- content/perf-reports/_index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/perf-reports/_index.md b/content/perf-reports/_index.md index 83dea4e..0c06ea5 100644 --- a/content/perf-reports/_index.md +++ b/content/perf-reports/_index.md @@ -3,10 +3,20 @@ title = "Performance Reports" weight = "7" +++ +- [DPDK 21.05 Intel NIC Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_21_05_Intel_NIC_performance_report.pdf) +- [DPDK 21.05 Intel Vhost/Virtio Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_21_05_Intel_virtio_performance_report.pdf) +- [DPDK 21.05 Intel Crypto Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_21_05_Intel_crypto_performance_report.pdf) - [DPDK 21.05 Mellanox NIC Performance Report] (//fast.dpdk.org/doc/perf/DPDK_21_05_Mellanox_NIC_performance_report.pdf) - [DPDK 21.02 Broadcom NIC Performance Report] (//fast.dpdk.org/doc/perf/DPDK_21_02_Broadcom_NIC_performance_report.pdf) +- [DPDK 21.02 Intel Vhost/Virtio Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_21_02_Intel_virtio_performance_report.pdf) +- [DPDK 21.02 Intel Crypto Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_21_02_Intel_crypto_performance_report.pdf) - [DPDK 21.02 Mellanox NIC Performance Report] (//fast.dpdk.org/doc/perf/DPDK_21_02_Mellanox_NIC_performance_report.pdf) - [DPDK 20.11 Broadcom NIC Performance Report] -- 1.8.3.1