From: Jerin Jacob <jerinjacobk@gmail.com> To: Ankur Dwivedi <adwivedi@marvell.com> Cc: dpdk-dev <dev@dpdk.org>, "Gujjar, Abhinandan S" <abhinandan.gujjar@intel.com>, Jerin Jacob <jerinj@marvell.com>, Anoob Joseph <anoobj@marvell.com> Subject: Re: [dpdk-dev] [PATCH v4 0/3] Bug fixes in event crypto adapter test Date: Thu, 8 Oct 2020 20:30:27 +0530 Message-ID: <CALBAE1PVv7XQRgdXQBKGLEpQ0mr6G3OGx9PfZSyBNRdU6xn3qg@mail.gmail.com> (raw) In-Reply-To: <20201008125234.22408-1-adwivedi@marvell.com> On Thu, Oct 8, 2020 at 6:22 PM Ankur Dwivedi <adwivedi@marvell.com> wrote: > > This patch series resolves bugs in the event crypto adapter test > application. > > v4: > The following check-git-log.sh errors were resolved: > * Resolved wrong acked by tag in all the 3 patches. > * In the "test/event_crypto_adapter: return error for unsupported mode" > patch, resolved "Headline too long" error. > * In the "test/event_crypto_adapter: fix function arguments" patch, > added Fixes tag. > > v3: > * In the "test/event_crypto_adapter: fix function arguments" patch, > fixed arguments of rte_event_crypto_adapter_caps_get(). > * In the "test/event_crypto_adapter: free resources during exit" patch, > the following changes were done: > - Added rte_event_crypto_adapter_stop() in crypto_adapter_teardown(). > - Checking the return value of rte_event_crypto_adapter_free(). > - Moved crypto_adapter_setup_done flag to the end. > > 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. > > Ankur Dwivedi (3): > test/event_crypto_adapter: return error for unsupported mode > test/event_crypto_adapter: fix function arguments > test/event_crypto_adapter: free resources during exit Series applied to dpdk-next-eventdev/for-main. Thanks. > > app/test/test_event_crypto_adapter.c | 75 ++++++++++++++++++++-------- > 1 file changed, 55 insertions(+), 20 deletions(-) > > -- > 2.28.0 >
prev parent reply other threads:[~2020-10-08 15:00 UTC|newest] Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-08 9:15 [dpdk-dev] [PATCH 0/3] Bug fixes in event crypto adapter test application Ankur Dwivedi 2020-09-08 9:15 ` [dpdk-dev] [PATCH 1/3] test/event_crypto_adapter: return error with unsupported mode Ankur Dwivedi 2020-09-11 7:37 ` Gujjar, Abhinandan S 2020-09-18 7:10 ` Gujjar, Abhinandan S 2020-09-18 14:34 ` Ankur Dwivedi 2020-09-18 14:42 ` Gujjar, Abhinandan S 2020-09-18 15:03 ` Ankur Dwivedi 2020-09-23 5:31 ` Ankur Dwivedi 2020-09-23 7:17 ` Gujjar, Abhinandan S 2020-10-08 9:12 ` Jerin Jacob 2020-09-08 9:15 ` [dpdk-dev] [PATCH 2/3] test/event_crypto_adapter: fix function arguments Ankur Dwivedi 2020-09-08 9:15 ` [dpdk-dev] [PATCH 3/3] test/event_crypto_adapter: free resources during exit Ankur Dwivedi 2020-09-25 7:28 ` [dpdk-dev] [PATCH v2 0/3] Bug fixes in event crypto adapter test application Ankur Dwivedi 2020-09-25 7:28 ` [dpdk-dev] [PATCH v2 1/3] test/event_crypto_adapter: return error with unsupported mode Ankur Dwivedi 2020-09-25 7:28 ` [dpdk-dev] [PATCH v2 2/3] test/event_crypto_adapter: fix function arguments Ankur Dwivedi 2020-10-06 10:21 ` Gujjar, Abhinandan S 2020-10-06 12:57 ` Ankur Dwivedi 2020-09-25 7:28 ` [dpdk-dev] [PATCH v2 3/3] test/event_crypto_adapter: free resources during exit Ankur Dwivedi 2020-10-06 10:21 ` Gujjar, Abhinandan S 2020-10-06 10:29 ` Gujjar, Abhinandan S 2020-10-06 13:00 ` Ankur Dwivedi 2020-10-05 9:43 ` [dpdk-dev] [PATCH v2 0/3] Bug fixes in event crypto adapter test application Jerin Jacob 2020-10-05 9:48 ` Gujjar, Abhinandan S 2020-10-07 5:26 ` [dpdk-dev] [PATCH v3 0/3] Bug fixes in event crypto adapter test Ankur Dwivedi 2020-10-07 5:26 ` [dpdk-dev] [PATCH v3 1/3] test/event_crypto_adapter: return error with unsupported mode Ankur Dwivedi 2020-10-08 7:25 ` Gujjar, Abhinandan S 2020-10-07 5:26 ` [dpdk-dev] [PATCH v3 2/3] test/event_crypto_adapter: fix function arguments Ankur Dwivedi 2020-10-08 7:26 ` Gujjar, Abhinandan S 2020-10-07 5:26 ` [dpdk-dev] [PATCH v3 3/3] test/event_crypto_adapter: free resources during exit Ankur Dwivedi 2020-10-08 7:26 ` Gujjar, Abhinandan S 2020-10-08 12:52 ` [dpdk-dev] [PATCH v4 0/3] Bug fixes in event crypto adapter test Ankur Dwivedi 2020-10-08 12:52 ` [dpdk-dev] [PATCH v4 1/3] test/event_crypto_adapter: return error for unsupported mode Ankur Dwivedi 2020-10-08 12:52 ` [dpdk-dev] [PATCH v4 2/3] test/event_crypto_adapter: fix function arguments Ankur Dwivedi 2020-10-08 12:52 ` [dpdk-dev] [PATCH v4 3/3] test/event_crypto_adapter: free resources during exit Ankur Dwivedi 2020-10-08 15:00 ` Jerin Jacob [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CALBAE1PVv7XQRgdXQBKGLEpQ0mr6G3OGx9PfZSyBNRdU6xn3qg@mail.gmail.com \ --to=jerinjacobk@gmail.com \ --cc=abhinandan.gujjar@intel.com \ --cc=adwivedi@marvell.com \ --cc=anoobj@marvell.com \ --cc=dev@dpdk.org \ --cc=jerinj@marvell.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git