From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 040511B6CF for <web@dpdk.org>; Sun, 8 Apr 2018 23:00:37 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3438B20DA6; Sun, 8 Apr 2018 17:00:34 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 08 Apr 2018 17:00:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=oy2NzQImi89CuL3wTjtSU0x/nD Zevr/GVA6AANKW/DQ=; b=BY6S25mfmwTtgEIYvrsWksCFX3tsGY7F5UPkJt0+6t /fRDkVDGZEFWYXw08Hzubl/B+RoxOQQWRoJiUHyw76TmZz2NmN+XWHn/P2YYOJxn NFRMEelP5/rdRjXZ729RZw9fFV8ugol0E6WPPGy/vPqZxqqLazcJ+NbJyT40jq61 M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=oy2NzQ Imi89CuL3wTjtSU0x/nDZevr/GVA6AANKW/DQ=; b=fUwDT63Uxki28J/8MNvrpj jz2NUKwaQ4J1ZU1cyueyCoywV8OrAgHaVjTNgmzrKpHKPVfNPXXfkdgwHXfMAseQ VPm/mPdCzgxOuqB76hKe0fcT/HCRjOSGiKxTSw05D6PvKl/8LdX3QVa584kX5/gh 3zuP/0i3SAMfJOfAarFlRUD8+4zr81FlkPV0Uk5w/SstvshbnguinWWwk3LPibCs Vjr4KQcSB9XzWvPITmrf+cfjABPWmF+VbL8LifIVHkZPMqZPtMksNlCT4XF1iiGA OtjnP8R43qp6KQ2cYUFakcwoGdRBdInS6c5qQm3BArI/T4cQIqqABG6asCNcDcEA == X-ME-Sender: <xms:8oLKWhgAp-D86hexzF8bOqGYCLB4hzGB4Bp0y4qyCeoXRu5eCRZ25g> Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id BCF34E507D; Sun, 8 Apr 2018 17:00:33 -0400 (EDT) From: Thomas Monjalon <thomas@monjalon.net> To: "Chen, Zhaoyan" <zhaoyan.chen@intel.com> Cc: web@dpdk.org Date: Sun, 08 Apr 2018 23:00:32 +0200 Message-ID: <2535225.5GT8fa9a9X@xps> In-Reply-To: <1523182182-80828-1-git-send-email-zhaoyan.chen@intel.com> References: <1523182182-80828-1-git-send-email-zhaoyan.chen@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] [PATCH] Add Intel crypto performance report for DPDK 18.02 X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance <web.dpdk.org> List-Unsubscribe: <https://dpdk.org/ml/options/web>, <mailto:web-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/web/> List-Post: <mailto:web@dpdk.org> List-Help: <mailto:web-request@dpdk.org?subject=help> List-Subscribe: <https://dpdk.org/ml/listinfo/web>, <mailto:web-request@dpdk.org?subject=subscribe> X-List-Received-Date: Sun, 08 Apr 2018 21:00:38 -0000 08/04/2018 12:09, Chen, Zhaoyan: > --- > + <li><a herf="//fast.dpdk.org/doc/perf/DPDK_18_02_Intel_cryptodev_performance_report.pdf">DPDK 18.02 Intel Crypto Performance Report</a> Added your Signed-off-by, fixed (herf -> href) and applied.