|
@@ -270,7 +270,7 @@ ValidateMsgHdr (MsgPkt_T* pReq)
|
|
|
}
|
|
|
|
|
|
/* Post the data to Destination Interface queue */
|
|
|
- printf("===> ValidateMsgHdr post message to %d\n", Queuefd);
|
|
|
+// printf("===> ValidateMsgHdr post message to %d\n", Queuefd);
|
|
|
PostMsg (Queuefd, pReq);
|
|
|
|
|
|
m_PendingBridgedResTbl[PBTbl][SeqNum].Used = FALSE;
|
|
@@ -396,7 +396,7 @@ ProcessIPMIReq (MsgPkt_T* pReq, MsgPkt_T* pRes)
|
|
|
//prepare response data for send message command
|
|
|
if( (CMD_SEND_MSG == pReq->Cmd) && (NETFN_APP == pReq->NetFnLUN >> 2))
|
|
|
{
|
|
|
- printf("log 4, size %d, Channel %d\n",pRes->Size, pRes->Channel);
|
|
|
+// printf("log 4, size %d, Channel %d\n",pRes->Size, pRes->Channel);
|
|
|
int Offset = 0;
|
|
|
uint8_t SeqNum = g_BMCInfo.SendMsgSeqNum;
|
|
|
if ((0 == pRes->Size) &&
|
|
@@ -707,12 +707,12 @@ void RespondSendMessage ( MsgPkt_T* pReq, uint8_t Status)
|
|
|
m_PendingBridgedResTbl[PBTbl][SeqNum].ResDataOk = 0;
|
|
|
}
|
|
|
|
|
|
- /* Post the data to Destination Interface queue */
|
|
|
- int i;
|
|
|
- printf("===> RespondSendMessage post to %d: ", QueueFd);
|
|
|
- for(i=0;i<ResPkt.Size;i++)
|
|
|
- printf("%#x ", ResPkt.Data[i]);
|
|
|
- printf("\n");
|
|
|
+ // /* Post the data to Destination Interface queue */
|
|
|
+ // int i;
|
|
|
+ // printf("===> RespondSendMessage post to %d: ", QueueFd);
|
|
|
+ // for(i=0;i<ResPkt.Size;i++)
|
|
|
+ // printf("%#x ", ResPkt.Data[i]);
|
|
|
+ // printf("\n");
|
|
|
PostMsg (QueueFd, &ResPkt);
|
|
|
}
|
|
|
}
|