acltdtUnbindQueueRoutes

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Function

Unbinds data queue routes.

Prototype

1
aclError acltdtUnbindQueueRoutes(acltdtQueueRouteList *qRouteList)

Parameters

Parameter

Input/Output

Description

qRouteList

Input/Output

Pointer to the route list. This API call returns the route unbinding result. For the type definition, see acltdtQueueRouteList.

You can call acltdtQueryQueueRoutes to obtain the route list.

Returns

0 on success; otherwise, failure. For details, see aclError.

This API returns a success message only when all routes in a queue are successfully unbound. If any route fails to be unbound, this API returns a failure message. To locate the failure, you can call acltdtGetQueueRoute to obtain each route from the route list, and call acltdtGetQueueRouteParam to query the binding status.