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 A72B542925 for ; Wed, 12 Apr 2023 11:03:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2BADD40FAE; Wed, 12 Apr 2023 11:03:47 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id D30604067B for ; Wed, 12 Apr 2023 11:03:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681290225; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zZcsrLkD/h4mReni9cCdJ72K9NqialbalomxihzP9Rc=; b=crTgi/eAABRvHJr3UAgDhffAb6TgAVAc4jK5pMWBbvaPxDc2O7edwH4JbvWPzn0ZfPpaba UXFaA2xDl2lebNWHjSKfnKzzcb44A5BbGinPkpIckWOkDBs/NQpaxm406cYmf+0QqACrFG LzkAPuhgrZlhJHwKcpR7gNeMPTVFk/Y= Received: from mail-pj1-f69.google.com (mail-pj1-f69.google.com [209.85.216.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-593--jQjTrPWOhe1kbGuby79EA-1; Wed, 12 Apr 2023 05:03:43 -0400 X-MC-Unique: -jQjTrPWOhe1kbGuby79EA-1 Received: by mail-pj1-f69.google.com with SMTP id mv14-20020a17090b198e00b00246f556645cso763338pjb.5 for ; Wed, 12 Apr 2023 02:03:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681290222; x=1683882222; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=zZcsrLkD/h4mReni9cCdJ72K9NqialbalomxihzP9Rc=; b=Y/+DQYahxbcV3fb12BK7LtT2e7kjXpm7voca3D+soodnE7vOYoOrLMXdjJia1lNxKq RuGCzg5c/Bfoj/DekDSEvWPNEskZ305/+fP00yc9u8flk3XJ3anUYd3aA5/yY63/nvrn 61CkzmDKtZ1vOpUQxP1JqjbhcpTR4ePalvUGmr64PmWqHzQrALCjriyj/G30Vu3twNuG 8iy/6F/+VUsZjD/bpsA07d1l4ItJB8Q8GvabMenIx4QNCWITM01eOVo++2FWnAETkaO+ +Df1AXpqlR3CXa4HkEu3wln99/Oim1oqW+nXwHU3QP1o3mLmgvYBVB9ZQFPwc2LcDKID hRoA== X-Gm-Message-State: AAQBX9fEeTGVUd3EOdq3I+UWlyXJw359Tu4qZajTNx5zG+GYsqZGWEk0 C3JK0KOu3MjqPkU9MPg9ub9cUj+gjR4k/8McvMQvVgeaHYxa97SAdnAmizsPe8Hh+AoLMIl/o99 uBCKPg13o3kDqwpHWlg0lEQ== X-Received: by 2002:a17:902:b78c:b0:1a1:b305:f891 with SMTP id e12-20020a170902b78c00b001a1b305f891mr430063pls.9.1681290222662; Wed, 12 Apr 2023 02:03:42 -0700 (PDT) X-Google-Smtp-Source: AKy350ZhufbG2OQPL4LDu2M5XtMAPzUF/3V8j9w9ivCfcQpj92r93omteM+PcCzJ9jt27hU8/DUxfj76OsZYKdl+8iU= X-Received: by 2002:a17:902:b78c:b0:1a1:b305:f891 with SMTP id e12-20020a170902b78c00b001a1b305f891mr430061pls.9.1681290222350; Wed, 12 Apr 2023 02:03:42 -0700 (PDT) MIME-Version: 1.0 References: <000001d96b90$7b2b7ad0$71827070$@montage-tech.com> In-Reply-To: <000001d96b90$7b2b7ad0$71827070$@montage-tech.com> From: David Marchand Date: Wed, 12 Apr 2023 11:03:30 +0200 Message-ID: Subject: Re: when will DPDK support SM3 hmac To: "Cai ZhongFei(Carrie Cai)" , Akhil Goyal Cc: users@dpdk.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org On Wed, Apr 12, 2023 at 8:59=E2=80=AFAM Cai ZhongFei(Carrie Cai) wrote: > > I used DPDK to run test-crypto-perf and found out it only support sm3 has= h for now, do you have any plan about supporting sm3 hmac? Added cryptodev maintainer, Akhil. --=20 David Marchand