RE: [PATCH 1/3] event/cnxk: fix return values for capability API

2023-08-22 Thread Anoob Joseph
> > 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. Thi

[PATCH 1/3] event/cnxk: fix return values for capability API

2023-08-22 Thread Aakash Sasidharan
crypto adapter capability now returns -ENOTSUP instead of -EINVAL when 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