RE: [PATCH 2/3] test/event_crypto_adapter: skip unsupported test

2023-08-23 Thread Gujjar, Abhinandan S
> -Original Message- > From: Aakash Sasidharan > Sent: Wednesday, August 23, 2023 1:19 PM > To: Gujjar, Abhinandan S > Cc: Jerin Jacob Kollanukkaran ; Shijith Thotton > ; Anoob Joseph ; > dev@dpdk.org > Subject: RE: [PATCH 2/3] test/event_crypto_adapter: skip

RE: [PATCH 2/3] test/event_crypto_adapter: skip unsupported test

2023-08-23 Thread Aakash Sasidharan
rin Jacob Kollanukkaran ; Shijith Thotton > > ; Anoob Joseph ; > > dev@dpdk.org > > Subject: [EXT] RE: [PATCH 2/3] test/event_crypto_adapter: skip > > unsupported test > > > > External Email > > > > --

RE: [PATCH 2/3] test/event_crypto_adapter: skip unsupported test

2023-08-23 Thread Aakash Sasidharan
:47 PM > > To: Gujjar, Abhinandan S > > Cc: jer...@marvell.com; sthot...@marvell.com; ano...@marvell.com; > > dev@dpdk.org; asasidha...@marvell.com > > Subject: [PATCH 2/3] test/event_crypto_adapter: skip unsupported test > > > > Skip the test if rte_event_crypto_

RE: [PATCH 2/3] test/event_crypto_adapter: skip unsupported test

2023-08-22 Thread Gujjar, Abhinandan S
> -Original Message- > From: Aakash Sasidharan > Sent: Tuesday, August 22, 2023 6:47 PM > To: Gujjar, Abhinandan S > Cc: jer...@marvell.com; sthot...@marvell.com; ano...@marvell.com; > dev@dpdk.org; asasidha...@marvell.com > Subject: [PATCH 2/3] test/event

RE: [PATCH 2/3] test/event_crypto_adapter: skip unsupported test

2023-08-22 Thread Anoob Joseph
> > Skip the test if rte_event_crypto_adapter_caps_get() > returns -ENOTSUP. > > Signed-off-by: Aakash Sasidharan > --- > app/test/test_event_crypto_adapter.c | 17 + > 1 file changed, 17 insertions(+) > Acked-by: Anoob Joseph

[PATCH 2/3] test/event_crypto_adapter: skip unsupported test

2023-08-22 Thread Aakash Sasidharan
Skip the test if rte_event_crypto_adapter_caps_get() returns -ENOTSUP. Signed-off-by: Aakash Sasidharan --- app/test/test_event_crypto_adapter.c | 17 + 1 file changed, 17 insertions(+) diff --git a/app/test/test_event_crypto_adapter.c b/app/test/test_event_crypto_adapter.c ind