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 605A7A04BA; Mon, 5 Oct 2020 11:44:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 419A21B68A; Mon, 5 Oct 2020 11:44:19 +0200 (CEST) Received: from mail-il1-f195.google.com (mail-il1-f195.google.com [209.85.166.195]) by dpdk.org (Postfix) with ESMTP id 796651B664 for ; Mon, 5 Oct 2020 11:44:17 +0200 (CEST) Received: by mail-il1-f195.google.com with SMTP id o18so7215329ilg.0 for ; Mon, 05 Oct 2020 02:44:17 -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=jpAgrxzWXJHAs7gnS/s8p6y+4X/uYccqMW+Lrkhgq14=; b=buCD7L1QNnS9MkLd3tqjRBvIHINs7+jeht35rl37ssnEGash1vBsLDY/8WHsHVLSAF sTJzgfuom4iAk2UiVU76KQKWxPinRTqozNNL1DDkvWnCj0LMljGmcNttoCuRRN+5RyQ7 cRDEY0N1yqKAXPtPrsnEuCQJ4BR7Prlmm07K92WLNLbW/sQ5iG+kb7aLUPt2iEUHyjxO VlPgxAsNEGHWEPeORjSfPrDFTNEQqkwzu3G1PKk64R7hJCzF/HRUeJTdXqtBycuwNeSY 83mToXjpLaG1lPcLxkpnLn2B/+AntCZ4i8+XV3Efu2IuJIbDbmDFrWVzV0HJj/BmQfw2 hoPA== 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=jpAgrxzWXJHAs7gnS/s8p6y+4X/uYccqMW+Lrkhgq14=; b=XFLyUaVG2Lxsjk/91mo0tuucTd77ynnJr8ORZq0rHDpJ3mlUtXBTRygDZ/RwuTZX6f VPetAMU8wmWavTnWwyOmUvweDv2pY3Fz8pbCKkC10ELMaAyesZM7g9P8NVRuGxruGash xcq82ZsCVSPT6tn/eB8txeJX5lnMRQCySmRNxfpTbOgo+c0tIHN6SQ0dpS/kXcb8PRrW son5u3QdAk+ehMNpqSKhqcd94/tCCUqkIzqPnnm8Skdlo+bdRbgPGL9jbDWc5yhm+9jh 25U8acc6LjO+tqAB7LYzOuYnz/J82/1tmh4L1lxD/JPrWF83ch5UaEry0aKKy4jY6C6h Fm0w== X-Gm-Message-State: AOAM531aC3dOBh2rKEsL08wxp75pjv/JHFDsKt5cSt4Xx52uhhmwK7jK Ay5XwuKT/qDPEwXBR55YHGoJghf2hBBoTTgqFtk= X-Google-Smtp-Source: ABdhPJxk7WqAty9JpCMzqbSvNcX1kTlEr+xdvmHhW1ZLApz6E+MKmaIu+B/fQzS4J0IuRZs8uxGiGyUpu8GDMWErf4s= X-Received: by 2002:a92:c910:: with SMTP id t16mr10011853ilp.60.1601891055864; Mon, 05 Oct 2020 02:44:15 -0700 (PDT) MIME-Version: 1.0 References: <20200908091534.24305-1-adwivedi@marvell.com> <20200925072841.17578-1-adwivedi@marvell.com> In-Reply-To: <20200925072841.17578-1-adwivedi@marvell.com> From: Jerin Jacob Date: Mon, 5 Oct 2020 15:13:59 +0530 Message-ID: To: Ankur Dwivedi Cc: dpdk-dev , "Gujjar, Abhinandan S" , Jerin Jacob , Anoob Joseph Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 0/3] Bug fixes in event crypto adapter test application 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, Sep 25, 2020 at 12:59 PM Ankur Dwivedi wrote: > > This patch series resolves bugs in the event crypto adapter test > application. > > v2: > * In the "test/event_crypto_adapter: return error with unsupported mode" > patch the following changes were done: > - Skip mismatch of mode and capability for software eventdev. > - In test_crypto_adapter_conf_op_new_mode() and > test_crypto_adapter_conf_op_forward_mode(),the local variable > for holding return of test_crypto_adapter_conf() is removed. > - Minor change in commit message. @Gujjar, Abhinandan S , Could you review the v2? > > Ankur Dwivedi (3): > test/event_crypto_adapter: return error with unsupported mode > test/event_crypto_adapter: fix function arguments > test/event_crypto_adapter: free resources during exit > > app/test/test_event_crypto_adapter.c | 66 ++++++++++++++++++++-------- > 1 file changed, 47 insertions(+), 19 deletions(-) > > -- > 2.28.0 >