Re: [dpdk-dev] [PATCH] app/test: handle -ENOTSUP from session init

2020-05-09 Thread Akhil Goyal
> The session init routine rte_cryptodev_sym_session_init(), > could return -ENOTSUP when the requested algo combination > is not supported by the PMD. This should be treated as > unsupported features. For other return values like -EINVAL > or -ENOMEM the test can be treated as failure. > > Signed

[dpdk-dev] [PATCH] app/test: handle -ENOTSUP from session init

2020-05-07 Thread Ankur Dwivedi
The session init routine rte_cryptodev_sym_session_init(), could return -ENOTSUP when the requested algo combination is not supported by the PMD. This should be treated as unsupported features. For other return values like -EINVAL or -ENOMEM the test can be treated as failure. Signed-off-by: Ankur

Re: [dpdk-dev] [PATCH] app/test: handle -ENOTSUP from session init

2020-05-04 Thread Anoob Joseph
> The session init routine rte_cryptodev_sym_session_init(), could return - > ENOTSUP when the requested algo combination is not supported by the PMD. > This should be treated as unsupported features. For other return values like - > EINVAL or -ENOMEM the test can be treated as failure. > > Signed

[dpdk-dev] [PATCH] app/test: handle -ENOTSUP from session init

2020-05-04 Thread Ankur Dwivedi
The session init routine rte_cryptodev_sym_session_init(), could return -ENOTSUP when the requested algo combination is not supported by the PMD. This should be treated as unsupported features. For other return values like -EINVAL or -ENOMEM the test can be treated as failure. Signed-off-by: Ankur