Re: [dpdk-dev] [PATCH] test/event_crypto: fix event crypto metadata write

2021-10-05 Thread Akhil Goyal
> Acked-by: Abhinandan Gujjar > Applied to dpdk-next-crypto Thanks.

Re: [dpdk-dev] [PATCH] test/event_crypto: fix event crypto metadata write

2021-10-03 Thread Gujjar, Abhinandan S
Acked-by: Abhinandan Gujjar > -Original Message- > From: Shijith Thotton > Sent: Monday, September 27, 2021 8:59 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Shijith Thotton ; > jer...@marvell.com; ano...@marvell.com; Gujjar, Abhinandan S > > Subject: [PATCH] test/event_crypto: fix even

[dpdk-dev] [PATCH] test/event_crypto: fix event crypto metadata write

2021-09-27 Thread Shijith Thotton
Using memcpy to update event crypto metadata fields (request/response) will result in one overwriting the other. To avoid this, fields of each structure should be updated one by one. Fixes: 3c2c535ecfc0 ("test: add event crypto adapter auto-test") Signed-off-by: Shijith Thotton --- app/test/tes