From 6ae0d95d56b0b9fd7b37d589e4ef4e10d8c597c2 Mon Sep 17 00:00:00 2001 From: Aravind Batni Date: Mon, 23 May 2016 11:17:06 -0400 Subject: wait for held packet discard --- fw/v0/classify1.p | 1 + 1 file changed, 1 insertion(+) diff --git a/fw/v0/classify1.p b/fw/v0/classify1.p index e6d0e2f..aada809 100644 --- a/fw/v0/classify1.p +++ b/fw/v0/classify1.p @@ -350,6 +350,7 @@ l_mainLoop4: // Discard the packet held that caused invalid state mov s_cdeCmdPkt.operation, CDE_CMD_HPKT_DISCARD xout XID_CDECTRL, s_cdeCmdPkt, SIZE(s_cdeCmdPkt) + wbc s_flags.info.tStatus_CDEHeldPacket // if ( (pendingConfig == FALSE) && (newPacket == TRUE) ) then parse l_mainLoop5: -- cgit v1.2.3-54-g00ecf