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 1FAA9A3168 for ; Wed, 16 Oct 2019 10:01:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8F7151E8FF; Wed, 16 Oct 2019 10:01:40 +0200 (CEST) Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) by dpdk.org (Postfix) with ESMTP id 66EF11E8E0 for ; Wed, 16 Oct 2019 10:01:38 +0200 (CEST) Received: by mail-io1-f65.google.com with SMTP id b136so52598960iof.3 for ; Wed, 16 Oct 2019 01:01:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=fTopXD0NZwF81xAhSC2kh7/TIsjcoTSdt3mlzn+wS74=; b=noCW6Cd3rdorFyCClyFVC4vMYGCIyf2HNFL00Lx1fDZhH2P8xkBpyw3eJQ2oLSokmf aeD4gh5NFuXoOEszfr+w6c7whJPVi9IcMH+Kemz/40Z+VeB8u/8mI3VzOKgNnpR1DGjE r3Eq25W49Yn3CJC7VpjhzhtIID+lyqXbcElIVY7oIRc0H1odIz+l+HxBbTcXbaICKyra OgjSkbtKFMgqjjE4mYFUKSG+J3JEjP0pRDtWy9e1t7jghNrbat2pN7hUqV4x1Y43NT5I BKoQE9xV+NfllxrvBzLpsz/Y8knPBBnVIReI/l3+NJ0eo5+NmyGIxxW5mlLkRKhuiBmk xJgQ== 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:cc; bh=fTopXD0NZwF81xAhSC2kh7/TIsjcoTSdt3mlzn+wS74=; b=UsBl7MHzJxJORenVoz4a8tBaAwJJXq0buC76nj960CZ7J7Pd3p/CECnSOCgx48HWHa pYSrJyf3DZVkmipcRKF/wvPHk/tYXKhyzp5kV6JEttYST/WIRSuflRMhhnUvTzo5asBf rlv1RK0mfrLSg+vmntmmv21EIMDFtZSYQBY0wtU2cVVgVgE8yi9h1jF9NWNeH6htU1l9 +ddmZgJEzJ2YMcmRV0YaD1Opnr0aedoS8CNQhFu2vpLnfKyPM6XNk78/9OG0uT9yRMg5 IVxJgQozSlM7QMGZWMD/Zoq5EVa4W/4CU6GLNPwyP/l3emDstTrQzXWuPraxUQ60gCLp BK2A== X-Gm-Message-State: APjAAAWh0Dhil5+C1wGedjx2hrIDW9pKKx9rmBUv3LitjDpwmxugGgPR eTFFu84xGLG1nW6FvQLXsz4vUtPEIXpHRG+HH+Y= X-Google-Smtp-Source: APXvYqw7bjcrnCkyGvqwX0q0BGcacnxRek4xbofj/by0xx3v36+9P/awnlP1FiS30hHrtsvqiM1Mcq2ZuDQ1eLdygfQ= X-Received: by 2002:a02:cabb:: with SMTP id e27mr7117087jap.113.1571212897569; Wed, 16 Oct 2019 01:01:37 -0700 (PDT) MIME-Version: 1.0 References: <20191001113339.21767-1-hemant.agrawal@nxp.com> <5612CB344B05EE4F95FC5B729939F7807954E11C@PGSMSX102.gar.corp.intel.com> In-Reply-To: <5612CB344B05EE4F95FC5B729939F7807954E11C@PGSMSX102.gar.corp.intel.com> From: Jerin Jacob Date: Wed, 16 Oct 2019 13:31:26 +0530 Message-ID: To: "Gujjar, Abhinandan S" Cc: Hemant Agrawal , "dev@dpdk.org" , "jerinj@marvell.com" Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 1/6] test/event_crypto: fix missing IV value for AES algo 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" On Fri, Oct 4, 2019 at 3:05 PM Gujjar, Abhinandan S wrote: > > Hi Hemanth, > > I tried to test the series of patches on test with SW adapter. > Looks like, test hangs after 3rd case! > Not sure, if I am missing any params to be passed to the app or anything else has to be done. Waiting for your reply to review further and apply to the next-eventdev tree(after getting the ack from Abhinandan) > > + ------------------------------------------------------- + > + TestCase [ 0] : test_crypto_adapter_create succeeded > + TestCase [ 1] : test_crypto_adapter_qp_add_del succeeded > +------------------------------------------------------+ > + Crypto adapter stats for instance 0: > + Event port poll count 0 > + Event dequeue count 0 > + Cryptodev enqueue count 0 > + Cryptodev enqueue failed count 0 > + Cryptodev dequeue count 0 > + Event enqueue count 0 > + Event enqueue retry count 0 > + Event enqueue fail count 0 > +------------------------------------------------------+ > + TestCase [ 2] : test_crypto_adapter_stats succeeded >