-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
OpenVX Framework
-
TIOVX-1118
-
TIOVX_01.12.00
-
TIOVX_08.01.00
-
j721e-evm
It looks like counter next_dynamic_user_kernel_id is incremented when new user kernel is allocated/added, but there is no way to decrement it.
Because of this, when graph is created-removed multiple times, New User Kernel Id reaches to max limit and does not allocate new kernel id.
It seems there is no way to decrement this counter, even if the vxRemoveKernel is called..