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 6F144A00C2; Sun, 6 Mar 2022 13:37:45 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3193940683; Sun, 6 Mar 2022 13:37:45 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id A8B2940151 for ; Sun, 6 Mar 2022 13:37:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646570262; x=1678106262; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=FGrrMMx+cuGQlJoUMQPj2GcfxNvuA1NHedFsDggQ9IE=; b=m4i4E69C/f/Z3jWH/d6AkUyor4RoTBT2K4NflkQIIzwe+68EH1ItuBbt W/4KT4JH9fZgo53EphqFBF0NYZJbrYP48scShJr3eIV3aW/VQz+4p5PvL 3JOf+DPoHKC5hj6MrV7/dADo7e/MxiwKM95qYXj8YOMpzx+zXWab7FARg nyFyni0ySS1+ajzWeFyC7hYFxr0JKIBSyGbUvt5WYMbooWDCVnfoWNKNu bbJvNsHE3I6jgmirelxG1MbP3IjeFXuH8zX9M1Dady4yzSBYyBRSKsJpJ WofTlaU+QObFdMSBW+n/YbugXtkm2KH14R54OBYQ2qrfUeTWVB1cfYrjm w==; X-IronPort-AV: E=McAfee;i="6200,9189,10277"; a="241654066" X-IronPort-AV: E=Sophos;i="5.90,159,1643702400"; d="scan'208";a="241654066" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Mar 2022 04:37:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,159,1643702400"; d="scan'208";a="710815831" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga005.jf.intel.com with ESMTP; 06 Mar 2022 04:37:39 -0800 From: Lijuan Tu To: thomas@monjalon.net Cc: web@dpdk.org, Lijuan Tu Subject: [PATCH] add 21.11 Intel performance reports Date: Sun, 6 Mar 2022 20:37:34 +0800 Message-Id: <20220306123734.957423-1-lijuan.tu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 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 eca01d5..69d1658 100644 --- a/content/perf-reports/_index.md +++ b/content/perf-reports/_index.md @@ -3,6 +3,12 @@ title = "Performance Reports" weight = "7" +++ +- [DPDK 21.11 Intel NIC Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_21_11_Intel_NIC_performance_report.pdf) +- [DPDK 21.11 Intel Vhost/Virtio Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_21_11_Intel_virtio_performance_report.pdf) +- [DPDK 21.11 Intel Crypto Performance Report] + (//fast.dpdk.org/doc/perf/DPDK_21_11_Intel_crypto_performance_report.pdf) - [DPDK 21.08 Broadcom NIC Performance Report] (//fast.dpdk.org/doc/perf/DPDK_21_08_Broadcom_NIC_performance_report.pdf) - [DPDK 21.08 Intel NIC Performance Report] -- 2.25.1