From 5e81062dda925f18df79f24a9d15133b05379e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jere=20Lepp=C3=A4nen?= Date: Fri, 13 Jan 2023 17:52:16 +0200 Subject: api: queue: mention that queue to be destroyed must not be in use in classifier or timer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add classifier and timer to the list of examples of APIs where the queue to be destroyed must not be in use. Signed-off-by: Jere Leppänen Reviewed-by: Petri Savolainen Reviewed-by: Kiran Kumar K --- include/odp/api/spec/queue.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/odp/api/spec/queue.h b/include/odp/api/spec/queue.h index 65cf3d1ee..0315d1312 100644 --- a/include/odp/api/spec/queue.h +++ b/include/odp/api/spec/queue.h @@ -50,9 +50,9 @@ odp_queue_t odp_queue_create(const char *name, const odp_queue_param_t *param); * Destroy ODP queue * * Destroys ODP queue. The queue must be empty and detached from other - * ODP API (crypto, pktio, etc). Application must ensure that no other - * operations on this queue are invoked in parallel. Otherwise behavior - * is undefined. + * ODP API (crypto, pktio, classifier, timer, etc). Application must ensure + * that no other operations on this queue are invoked in parallel. Otherwise + * behavior is undefined. * * @param queue Queue handle * -- cgit v1.2.3