summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 045cbda)
raw | patch | inline | side by side (parent: 045cbda)
author | Tinku Mannan <tmannan@ti.com> | |
Tue, 30 Sep 2014 22:45:02 +0000 (18:45 -0400) | ||
committer | Tinku Mannan <tmannan@ti.com> | |
Tue, 30 Sep 2014 22:45:02 +0000 (18:45 -0400) |
ti/runtime/netapi/src/pktio.c | patch | blob | history |
index 3800ce050c53f1b9c784427f639b0167096b2015..cbe802e79bb036d5b03565923a010e8bc975f85d 100755 (executable)
return NULL;
}
- /* open a general queue (for now). use qnum that was just found */
+ /* open a general queue (for now). use qnum that was just found */
p->q = Qmss_queueOpen(qtype,
- p_qnum->qNum , &isAllocated);
+ (p_qnum->qNum&0xfff)| (p_qnum->qMgr<<12),
+ &isAllocated);
if (p->q == (Qmss_QueueHnd) NULL)
{
netapi_Log("netapi_pktioCreate: queueOpen failed\n");