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 E8E38A0525; Fri, 21 Feb 2020 03:58:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 976ED397D; Fri, 21 Feb 2020 03:58:57 +0100 (CET) Received: from mail-lj1-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) by dpdk.org (Postfix) with ESMTP id 17E572BA3 for ; Fri, 21 Feb 2020 03:58:56 +0100 (CET) Received: by mail-lj1-f171.google.com with SMTP id e18so590034ljn.12 for ; Thu, 20 Feb 2020 18:58:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=r60Tk+RvEfp38ZoGfBTETBmSi9UQyfOZSa/q8jex6IQ=; b=Ec+PtnJFxKFFP8UTUstwmy8ZPXJ9UYOxv/eKTIPJ5FTlCkGLuZrKjo5yDRpnRg27lN DWZhlpSyRMxqTs+h6Onot7YGeU9YT+9qut91KZZhw7amtQDrY59NKAib1JyRDGRR7Z79 fIZyZLla+tBoUKQNu7OLLzpjZDPQ6fMh8WGC8oMDE5VXGCHXPtImSRepmshzMDCiFnd+ g6qunqpNXa24RnsIP9D8xzKeF1llWwq8dQQRW+vGupQLm54coic24/MHmksxOSveGYcy uPFBouxZd8xyd09tsoaRmap3z7sDSNCdv7zyf/vr5YwEQcRZDqklAioCQCJcx4EwVkua q3iA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=r60Tk+RvEfp38ZoGfBTETBmSi9UQyfOZSa/q8jex6IQ=; b=bXn8ljf1Q5Z+eiOd/mDZVbXewuCcnOgUAf7AdQFRy6WNvTamxZl+mBYdEoR0A298ZS u2wm/O8jFQYNeuS2xoXbgmq7XcfwViHNI4SdIliKlk7gUs7CUzjKk7QHQ1pQ3wuWdylV flIDGSlQbEhJOc6MiJQHJGVwjH4fpF5yoQ09TIn0541sus2Y1ER08VXNI4PIA4OGZx9x +PpatBXYQTGbCBXF9290FNr7yan2svUukTb4jlXjNFcUCN5PPOlPCCyAwwOeDzNVz01r z2qM8seTsbL0Zsfj3vD0ta2ixg+gLBcCuS7JuLDDnQknm6weEKxiyp7LYUNn1Fpdpzuy anOQ== X-Gm-Message-State: APjAAAXDgECTEzKs7FTZdGdMsowxLN74COwKGosxSBVCX2luCP3IGN7I SHgX9aVIfa3DJiIbyNEaitMg/6xWhU4WkEOPVrRhBz0/ X-Google-Smtp-Source: APXvYqyKANf6xHHnItbz99QT5pYtE+Jq2BehCr5KiBNwyamz687aeag2i4saVi6T0WQy0pXAemk1yizbtq7wqO7s7+Y= X-Received: by 2002:a2e:b6ce:: with SMTP id m14mr19237332ljo.99.1582253935262; Thu, 20 Feb 2020 18:58:55 -0800 (PST) MIME-Version: 1.0 From: Yikun Jiang Date: Fri, 21 Feb 2020 10:58:44 +0800 Message-ID: To: dev@dpdk.org Cc: declan.doherty@intel.com, fiona.trahe@intel.com, ashish.gupta@marvell.com Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] [crypto][compress][discussion] Add crypto and compress PMD for KAE (Kunpeng Accelerator Engine) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" We propose to add the crypto and compress PMD for KAE (Kunpeng Accelerator Engine). Kunpeng Accelerator Engine is a technology to enhance security and compression performance for Huawei Kunpeng series processor, you could see [1] as reference (OpenSSL and zlib enhancement have been supported). In order to improve the dpdk performance under the Kunpeng processor, we propose to complete two sperate series patches, below is the initial plan: 1. Introduce KAE PMD in compress. 2. Introduce KAE PMD in crypto. Do you have some question or suggestion on it? Any thoughts or feedback are welcome, Thanks! [1] https://github.com/kunpengcompute/KAEdriver Regards, Yikun