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 B278CA0562 for ; Tue, 31 Mar 2020 03:53:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 769421C033; Tue, 31 Mar 2020 03:53:41 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 81DCC1C033 for ; Tue, 31 Mar 2020 03:53:39 +0200 (CEST) IronPort-SDR: Nc3k74KTYnSTn2Z/lhi8TGL7NhyoXSMQ9S/PU5n5AwySqdGh9ri+ewlB5MNCFrMVFlpXqUh0/S eGnSZqhWZhBw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2020 18:53:38 -0700 IronPort-SDR: 7WBE3qtd/1qNLlctkB5HgZWID/1BMpqZZV8dq6e+9C0pJhfIzRSK6ahkgbYnopTyX5cS2oplRu 8TCAky9DGGPA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,326,1580803200"; d="scan'208";a="448493441" Received: from unknown (HELO dpdk-lijuan.sh.intel.com) ([10.67.119.192]) by fmsmga005.fm.intel.com with ESMTP; 30 Mar 2020 18:53:36 -0700 From: Lijuan Tu To: lijuan.tu@intel.com Cc: thomas@monjalon.net, web@dpdk.org Date: Tue, 31 Mar 2020 17:59:33 +0800 Message-Id: <1585648773-73039-1-git-send-email-lijuan.tu@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1585565128-58673-1-git-send-email-lijuan.tu@intel.com> References: <1585565128-58673-1-git-send-email-lijuan.tu@intel.com> Subject: [dpdk-web] [PATCH v2] add 19.11 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 --- v2: keep original name even if add new cases in crypto report --- 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 b621db8..6483def 100644 --- a/content/perf-reports/_index.md +++ b/content/perf-reports/_index.md @@ -5,6 +5,12 @@ weight = "7" - [DPDK 19.11 Broadcom NIC Performance Report] (//fast.dpdk.org/doc/perf/DPDK_19_11_Broadcom_NIC_performance_report.pdf) +- [DPDK 19.11 Intel NIC Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_19_11_Intel_NIC_performance_report.pdf) +- [DPDK 19.11 Intel Vhost/Virtio Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_19_11_Intel_virtio_performance_report.pdf) +- [DPDK 19.11 Intel Crypto Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_19_11_Intel_crypto_performance_report.pdf) - [DPDK 19.11 Mellanox NIC Performance Report] (//fast.dpdk.org/doc/perf/DPDK_19_11_Mellanox_NIC_performance_report.pdf) - [DPDK 19.08 Broadcom NIC Performance Report] -- 1.8.3.1