Re: [PATCH v1] test/event_crypto_adapter: fix runtime parameter test

2023-05-18 Thread Jerin Jacob
pbhagavat...@marvell.com; sta...@dpdk.org; ano...@marvell.com; Gujjar, > > Abhinandan S > > Subject: [PATCH v1] test/event_crypto_adapter: fix runtime parameter test > > > > The runtime parameters for the crypto adapter are applicable only for > > devices >

RE: [PATCH v1] test/event_crypto_adapter: fix runtime parameter test

2023-04-17 Thread Gujjar, Abhinandan S
Subject: [PATCH v1] test/event_crypto_adapter: fix runtime parameter test > > The runtime parameters for the crypto adapter are applicable only for devices > without an internal port. To accommodate this, the UT has been updated to > skip the test for checking the runtime parameters if th

RE: [PATCH v1] test/event_crypto_adapter: fix runtime parameter test

2023-04-17 Thread Anoob Joseph
> > The runtime parameters for the crypto adapter are applicable only for > devices without an internal port. To accommodate this, the UT has been > updated to skip the test for checking the runtime parameters if the API to set > runtime parameters is not supported. > > Fixes: 04ed18cd41f1 ("even

[PATCH v1] test/event_crypto_adapter: fix runtime parameter test

2023-04-17 Thread Shijith Thotton
The runtime parameters for the crypto adapter are applicable only for devices without an internal port. To accommodate this, the UT has been updated to skip the test for checking the runtime parameters if the API to set runtime parameters is not supported. Fixes: 04ed18cd41f1 ("eventdev/crypto: su