acldvppFinalize

Applicability

Product

Supported

Atlas A3 training products / Atlas A3 inference products

Atlas A2 training products / Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

x

Function Usage

Deinitializes the DVPP. This API is called after the operator function APIs are called and before the process exits. No error is reported when this API is called repeatedly. It is recommended that the acldvppInit API be used together with this API to initialize and deinitialize the DVPP.

Either this API or aclFinalize can be called to deinitialize DVPP. The difference is that this API deinitializes only DVPP, while aclFinalize deinitializes DVPP and all sub-functions in acl. If both APIs are called, no failure message is returned.

Prototype

acldvppStatus acldvppFinalize()

Parameters

None

Returns

acldvppStatus status code. For details, see acldvpp Return Codes.