>
> crypto adapter capability now returns -ENOTSUP instead of -EINVAL when
[Anoob] Better to start with caps (crypto -> Crypto). May be reword to,
When event_cnxk or crypto_cnxk PMDs are not available, return -ENOTSUP instead
of -EINVAL.
> event_cnxk or crypto_cnxk device is not available. This would allow unit test
> to be skipped when the devices are not available.
>
> Fixes: 19f81cb59cb4 ("event/cnxk: add crypto adapter operations")
>
> Signed-off-by: Aakash Sasidharan <[email protected]>
> ---
> drivers/event/cnxk/cn10k_eventdev.c | 16 ++++++++--------
> drivers/event/cnxk/cn9k_eventdev.c | 16 ++++++++--------
> drivers/event/cnxk/cnxk_eventdev.h | 4 ++--
> 3 files changed, 18 insertions(+), 18 deletions(-)
With above change,
Acked-by: Anoob Joseph <[email protected]>