Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: remove key size validation

2021-04-08 Thread Matan Azrad
From: Shiri Kuzin > In the example application the key can be provided by the user or generated > randomly by the example application. > > Then a validation is done in order to check if the key size is supported in > the > algorithm capabilities. > > As a result of patch [1] application shoul

[dpdk-dev] [PATCH] examples/l2fwd-crypto: remove key size validation

2021-04-08 Thread Shiri Kuzin
In the example application the key can be provided by the user or generated randomly by the example application. Then a validation is done in order to check if the key size is supported in the algorithm capabilities. As a result of patch [1] application should support the case where a user suppli