acldvppFinalize
Applicability
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
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.