summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb4f480)
raw | patch | inline | side by side (parent: eb4f480)
author | David Lide <a0216552@gtudci01.(none)> | |
Fri, 22 Feb 2013 23:02:30 +0000 (18:02 -0500) | ||
committer | David Lide <a0216552@gtudci01.(none)> | |
Fri, 22 Feb 2013 23:02:30 +0000 (18:02 -0500) |
ti/runtime/netapi/src/pktio.c | patch | blob | history |
index 3c40a53f5e3f4e81831117dd3a26c82622041fd7..a99adab3a1720e5ac13accd2ae704007610b121c 100755 (executable)
return;
}
*err=0;
+ if (p->cfg.flags2 & PKTIO_IFDMA)
+ {
+ netapip_pktioDeleteIFDMA(p);
+ }
+
/* remove from name list */
hplib_mSpinLockLock(&netapi_pktio_lock);
netapi_del_global_pktio((NETAPI_HANDLE_T *)p->back, p->name);