]> git.droids-corp.org - dpdk.git/blobdiff - examples/performance-thread/common/lthread_queue.h
doc: update qede guide
[dpdk.git] / examples / performance-thread / common / lthread_queue.h
index 0c395167f5d4b8e4f9119704d45ab6ed7d8f1e25..2c55fcec72828851c82656a2a329dd39f21054b1 100644 (file)
@@ -129,7 +129,7 @@ _lthread_queue_create(const char *name)
 
        /* allocated stub node */
        stub = _qnode_alloc();
-       LTHREAD_ASSERT(stub);
+       RTE_ASSERT(stub);
 
        if (name != NULL)
                strncpy(new_queue->name, name, sizeof(new_queue->name));