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 63241A0561 for ; Thu, 4 Mar 2021 07:15:09 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E530340684; Thu, 4 Mar 2021 07:15:08 +0100 (CET) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mails.dpdk.org (Postfix) with ESMTP id 6D84A40147 for ; Thu, 4 Mar 2021 07:15:07 +0100 (CET) Received: by mail-pj1-f52.google.com with SMTP id t9so5856036pjl.5 for ; Wed, 03 Mar 2021 22:15:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nctu.edu.tw; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=MoUwN3sMzdQtwdAafLTWzbRzv7468NN9CI5R1IBBGYU=; b=nZ601sn+VY6Lm1HPAE5VRSD/2Ptg5T7yMe0vak/XBeM6JvRUFNK4DpJmLiiTh0Vo1O vGqMyasQEgrL53EM+0ia77TW9hUM8/q89qbNi/muaas1oY01IXWv4GR8FMDb+mFdOcGz PKkw+kKnxiaCRkBvnqGsUUMiiK4x7rZej04BeHGXLX5vjs5g6DoUizT0KQmlFsI4DQ26 L2jEnQMdlLajA1WmY4hGyEcvADW+xMBwNlZktSOVDhdxtrhWcMvO36o/iwctWnOm+f9d zpfiF2yS7WixWPCXJ5f3v0A8eqL3oSN4QFdj4efzTZNT8KeZ5fANs8OnCl+bRn147Kw5 /fhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=MoUwN3sMzdQtwdAafLTWzbRzv7468NN9CI5R1IBBGYU=; b=E7tlkkKOPJ4GwbdhNeIZnz+2jnncAIQfJB+qZP73XAuzM1//p4AJTm1urUwSOlJDfP l+DrIVWG9nJ8h5foNYy9RW7I+xRtvMlAybITs63Hujvq9+Mx8Mn0XPLos1p3RPLtPfhd nUlmtFbtj0MULzeVnbZewYEhFhIvsy7Ouxtypxj4BfPCTZwob9Mh+EeHgsqAqwuS1rxG DBzxiaVHIDfpfJinbEn/MVyoaOiGKQivHlNaSmk61msef2qthMSSCerry/eMY6A773Yd A8mrdz4OzaC6OWS6WXLjxIArDYzO2IgYVoJlhwHJ+iGC8NxJuMxR9mInHnZRZCLhVQvW GDdA== X-Gm-Message-State: AOAM532MLYxxqnd1J6jMqqpBVgtUTP3GjKGH3U1aJqKXwUTTOQArIQKX 10rOK5RwbEhzrjlKMc0FTwEJnOv5jQ7OI3ci8Zr/06PvZMPntg== X-Google-Smtp-Source: ABdhPJwWFfYp6EH7DqpQemmCxooW4A1MS1QEAUlTzPB9A9r1oKGxfyF8mWaF7E298luKcsDZHX3B1j2RZbiaAwuym8g= X-Received: by 2002:a17:90a:4882:: with SMTP id b2mr2939183pjh.69.1614838506193; Wed, 03 Mar 2021 22:15:06 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "Anjum, Sohail" Date: Thu, 4 Mar 2021 14:14:55 +0800 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-users] qat is not working with dpdk 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 Sender: "users" Hello everyone I am trying to run dpdk-test-crypto-perf with sha1-hmac and sha2-256-hamc. But whenever I run this command {./x86_64-native-linuxapp-gcc/build/app/test-crypto-perf/dpdk-test-cryptoperf --socket-mem 2048,0 --legacy-mem -w 0000:02:01.0 -w 0000:02:01.1 -w 0000:02:01.2 -w 0000:02:01.3 -l 4,5,13,6,14 -n 4 -- --buffer-sz 64,128,256,512,1024,2048 --optype cipher-then-auth --ptest throughput -auth-key-sz 64 --cipher-key-sz 16 --devtype* crypto_qat* --cipher-iv-sz 16 - -auth-op generate --burst-sz 32 --total-ops 30000000 --silent --digest-sz 20 --auth-algo sha1-hmac --cipher-algo aes-cbc --cipher-op encrypt } I get this error message()USER1 Failed to initialise requested crypto device type) and I don't know how to solve this problem. Need your suggestions. I don't have any idea how to initialise a crypto device. However I already have qat installed in my Pc and service is in the start mode. On Thu, Mar 4, 2021 at 2:11 PM Anjum, Sohail wrote: > > Hello everyone I am trying to run dpdk-test-crypto-perf with sha1-hmac and > sha2-256-hamc. > > But whenever I run this command I get this error message and I don't know > how to solve this problem. Need your suggestions. I don't have any idea how > to initialise a crypto device. However I already have qat installed in my > Pc and service is in the start mode. > > -- > *Regards*, > > *Sohail Anjum* > > *EECS Department.* > *National Chiao Tung University, Hsinchu, Taiwan* > > -- *Regards*, *Sohail Anjum* *EECS Department.* *National Chiao Tung University, Hsinchu, Taiwan*