OpenDataPlane / odp-dpdk

OpenDataPlane DPDK platform implementation
https://opendataplane.org
Other
80 stars 40 forks source link

[PATCH v2] linux-dpdk: crypto: reject all unsupported op types #238

Closed JannePeltonen closed 10 months ago

JannePeltonen commented 10 months ago

Reverse the logic of operation type checking at session creation so that session creation fails if the operation type is not one of the supported types. After this the OOP op type continues to be rejected but also new types defined in future API versions will get rejected until support for them is added.