From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id F3154A0540 for ; Tue, 14 Jul 2020 04:43:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B56C71D5DD; Tue, 14 Jul 2020 04:43:39 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5D5951D51C for ; Tue, 14 Jul 2020 04:43:38 +0200 (CEST) IronPort-SDR: Q/faxFUcKPbvRudl+s5YmiVn3CnbPFp/MQHUnP0jpoOh3YGcpFeysG0O0GMmChd4VnD94wi/XW qeEsV8NKdFBg== X-IronPort-AV: E=McAfee;i="6000,8403,9681"; a="136932457" X-IronPort-AV: E=Sophos;i="5.75,349,1589266800"; d="scan'208";a="136932457" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2020 19:43:37 -0700 IronPort-SDR: e5mXtXNxHHgFW0YYRU5Nk0G2AA8GLvRCmtEV2hNdUroyB0BCu3prPzVP4DGovStK/c68OyD3nz VPYB9GEprKGw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,349,1589266800"; d="scan'208";a="316249301" Received: from unknown (HELO dpdk-lijuan.sh.intel.com) ([10.67.119.192]) by orsmga008.jf.intel.com with ESMTP; 13 Jul 2020 19:43:36 -0700 From: Lijuan Tu To: thomas@monjalon.net Cc: web@dpdk.org, Lijuan Tu Date: Tue, 14 Jul 2020 18:45:37 +0800 Message-Id: <1594723537-83998-1-git-send-email-lijuan.tu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-web] [PATCH] add 20.05 Intel performance reports X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/perf-reports/_index.md b/content/perf-reports/_index.md index c6a465e..8e4c106 100644 --- a/content/perf-reports/_index.md +++ b/content/perf-reports/_index.md @@ -3,6 +3,12 @@ title = "Performance Reports" weight = "7" +++ +- [DPDK 20.05 Intel NIC Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_20_05_Intel_NIC_performance_report.pdf) +- [DPDK 20.05 Intel Vhost/Virtio Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_20_05_Intel_virtio_performance_report.pdf) +- [DPDK 20.05 Intel Crypto Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_20_05_Intel_crypto_performance_report.pdf) - [DPDK 20.05 Mellanox NIC Performance Report] (//fast.dpdk.org/doc/perf/DPDK_20_05_Mellanox_NIC_performance_report.pdf) - [DPDK 20.02 Broadcom NIC Performance Report] -- 1.8.3.1