From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id 9E5A45920; Wed, 9 May 2018 09:40:11 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Wed, 09 May 2018 07:40:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: cryptodev X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: akhil.gupta@puresoftware.com X-Bugzilla-Status: CONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://dpdk.org/tracker/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 42] Crypto_mrvl error with multiple instances 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: , X-List-Received-Date: Wed, 09 May 2018 07:40:11 -0000 https://dpdk.org/tracker/show_bug.cgi?id=3D42 Bug ID: 42 Summary: Crypto_mrvl error with multiple instances Product: DPDK Version: unspecified Hardware: ARM OS: Linux Status: CONFIRMED Severity: major Priority: Normal Component: cryptodev Assignee: dev@dpdk.org Reporter: akhil.gupta@puresoftware.com Target Milestone: --- Hi, We are using DPDK over Marvell ARMADA 8040 processor and we have used all t= he MUSDK patches provided, to make our DPDK stack work. But we are facing an issue while trying to use L2FWD-Crypto test applicatio= n. Here we are trying to use crypto_mrvl with two instances and we are getting error on second one. The command used is: ./l2fwd-crypto -c 0x3 -n 4 --vdev=3Dnet_ring,iface=3Deth1,iface=3Deth0 --vdev=3Dcrypto_mrvl0 --vdev=3Dcrypto_mrvl1 -- \ --cipher_op ENCRYPT --cipher_algo aes-cbc \ --cipher_key 00:01:02:03:04:05:06:07:08:09:0a:0b:0c:0d:0e:0f \ --auth_op GENERATE --auth_algo sha1-hmac \ --auth_key 10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d:1e:1f While executing this, we are getting the errors: [ERROR] Engine #0: Ring #0 is busy. Active rings map is 0x1 Failed to setup queue pair 0 on cryptodev 1EAL: Error - exiting with code: 1 Cause: Failed to initialize crypto devices=20 Can you please let us know if you see any issue is above command line being used. In addition, can we use multiple instances for single crypto engine support= ed by Armada 8040? Regards, Akhil --=20 You are receiving this mail because: You are the assignee for the bug.=