X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmt%2Fss_msg.c;h=9e89c3f6e0211560cba27df7a3f2b29e3a482436;hb=0bdf00d1edf579ee8b5841e1a80d48d9bb91c7e8;hp=0cb2bb325bf71a3f7e770b046f968f3d3040b81f;hpb=514d4c21e79d37636005186dd9ac5510742b7618;p=o-du%2Fl2.git diff --git a/src/mt/ss_msg.c b/src/mt/ss_msg.c index 0cb2bb325..9e89c3f6e 100644 --- a/src/mt/ss_msg.c +++ b/src/mt/ss_msg.c @@ -1269,7 +1269,7 @@ Size size /* size requested */ #endif /*size = tmpSize - 4;*/ { - /*printf("ptr = %p *ptr = %p\n",ptr,*ptr);*/ + /*printf("\nptr = %p *ptr = %p\n",ptr,*ptr);*/ #ifdef XEON_SPECIFIC_CHANGES pthread_mutex_lock(&(memLock)); #endif @@ -1280,7 +1280,7 @@ Size size /* size requested */ /* store the index in the memory allocated itself */ /**((uint32_t*)*((uint32_t*)allocatedPtr)) = idx;*/ *((uint32_t*)allocatedPtr) = idx; - /*printf("region = %d idx = %d ptr = %p *ptr = %p actual = %p allocated = %p content = %d\n",region, idx, ptr, *ptr, actualPtr, allocatedPtr, *((uint32_t*)allocatedPtr));*/ + /*printf("\nregion = %d idx = %d ptr = %p *ptr = %p actual = %p allocated = %p content = %d\n",region, idx, ptr, *ptr, actualPtr, allocatedPtr, *((uint32_t*)allocatedPtr));*/ LogForStaticMemLeak(&SMemLeakInfo[region], file, @@ -2521,9 +2521,9 @@ MsgLen cnt, /* count */ Buffer *mBuf ) { - SsMsgInfo *minfo; - Buffer *tmp; - MsgLen numBytes; + SsMsgInfo *minfo = NULLP; + Buffer *tmp = NULLP; + MsgLen numBytes =0; #ifdef T2K_MEM_LEAK_DBG char* file = __FILE__; uint32_t line = __LINE__; @@ -3370,10 +3370,10 @@ Data *dstBuf, /* destination buffer */ MsgLen *cCnt ) { - Data *cptr; - Buffer *tmp; - SsMsgInfo *minfo; - MsgLen numBytes; + Data *cptr = NULLP; + Buffer *tmp = NULLP; + SsMsgInfo *minfo = NULLP; + MsgLen numBytes =0; #if (ERRCLASS & ERRCLS_INT_PAR) /* check source message buffer */ @@ -3631,7 +3631,7 @@ Buffer **dstBuf (Void) SPutDBuf(minfo1->region, minfo1->pool, newblk); newblk = curblk; } - printf("Failed to get the buffer of size %s %d\n", __FILE__, __LINE__); + printf("\nFailed to get the buffer of size %s %d\n", __FILE__, __LINE__); (Void) SPutMsg(*dstBuf); return (ROUTRES); } @@ -4100,7 +4100,7 @@ Buffer **bufPtr #ifndef SS_DBUF_REFLOCK_DISABLE if((SInitLock (&(dptr->dBufLock), SS_LOCK_MUTEX)) != 0) { - printf("Falied to destroy lock\n"); + printf("\nFalied to destroy lock\n"); } #endif @@ -4146,11 +4146,11 @@ Buffer *buf ) #endif { - register SsDblk *dptr; + register SsDblk *dptr = NULLP; /* ss021.103 - Addition to check return value of SFree */ - S16 ret; + S16 ret = ROK; #if (defined(SS_USE_ZBC_MEMORY) && defined (TENB_DPDK_BUF)) - Data *dpdkBuf; + Data *dpdkBuf = NULLP; #endif @@ -4257,7 +4257,7 @@ Buffer *buf ret = SUnlock(&dptr->dBufLock) ; if((SDestroyLock(&dptr->dBufLock)) != 0) { - printf("Falied to destroy lock\n"); + printf("\nFalied to destroy lock\n"); } #endif /* free buffer to region */ @@ -5369,22 +5369,22 @@ S16 src, /* source id */ S16 dst /* destination id */ ) { - QLen qlen; /* queue length */ - MsgLen mlen; /* message length */ + QLen qlen =0; /* queue length */ + MsgLen mlen =0; /* message length */ /* * SDeRegTTsk patch */ /* ss038.103 : 102061 Changed to MsgLen from S16 */ - MsgLen i; /* counter */ - S16 j; /* counter */ - S16 k; /* counter */ - uint8_t data; /* data */ + MsgLen i =0; /* counter */ + S16 j =0; /* counter */ + S16 k =0; /* counter */ + uint8_t data =0; /* data */ uint8_t tdata[16] = {0}; /* temporary data */ - S8 prntBuf[256]; /* print buffer */ - Buffer *tmp; /* buffer ptr */ - Data *cptr; + S8 prntBuf[256] ={0}; /* print buffer */ + Buffer *tmp = NULLP; /* buffer ptr */ + Data *cptr =NULLP; /* ss012.13: Addition */ - Data reg; + Data reg =0; @@ -7291,7 +7291,7 @@ Buffer *dstBuf /* message 2 */ idx -= sCnt; /* deallocate the sBuf here */ tmp = sBuf->b_cont; - /* printf("SMovPartMsg() sBuf is completely copied sBuf->b_cont(%p)\n", sBuf->b_cont); */ + /* printf("\nSMovPartMsg() sBuf is completely copied sBuf->b_cont(%p)\n", sBuf->b_cont); */ (Void)SPutDBuf(sMinfo->region, sMinfo->pool, sBuf); srcBuf->b_cont = sBuf = tmp; } @@ -7558,7 +7558,7 @@ Buffer** mBuf #ifndef SS_DBUF_REFLOCK_DISABLE if((SInitLock (&(dptr->dBufLock), SS_LOCK_MUTEX)) != 0) { - printf("Falied to destroy lock\n"); + printf("\nFalied to destroy lock\n"); } #endif @@ -7668,7 +7668,7 @@ Buffer *buf ret = SUnlock(&dptr->dBufLock) ; if((SDestroyLock(&dptr->dBufLock)) != 0) { - printf("Falied to destroy lock\n"); + printf("\nFalied to destroy lock\n"); } #endif #ifdef SS_HISTOGRAM_SUPPORT @@ -7789,7 +7789,7 @@ Buffer** mBuf #ifndef SS_DBUF_REFLOCK_DISABLE if((SInitLock (&(dptr->dBufLock), SS_LOCK_MUTEX)) != 0) { - printf("Falied to destroy lock\n"); + printf("\nFalied to destroy lock\n"); } #endif @@ -7800,7 +7800,7 @@ Buffer** mBuf minfo->len = totalLen; minfo->endptr = newblk; - //printf("Mbuf PTR = %x, DBlk PTR = %x, PTR = %x\n", *mBuf, newblk, ptr); + //printf("\nMbuf PTR = %x, DBlk PTR = %x, PTR = %x\n", *mBuf, newblk, ptr); return ROK; } #endif /* INTEL_WLS */ @@ -7828,7 +7828,7 @@ Void SResetMBuf(Buffer *mbuf) if(tmp) { - // printf("SResetMBuf The write & read ptr is %p %p %p %p \n", tmp->b_wptr, tmp->b_rptr, tmp->b_datap->db_base, tmp->b_datap->db_lim ); + // printf("\nSResetMBuf The write & read ptr is %p %p %p %p \n", tmp->b_wptr, tmp->b_rptr, tmp->b_datap->db_base, tmp->b_datap->db_lim ); // tmp->b_wptr = tmp->b_rptr = tmp->b_datap->db_base; tmp->b_wptr = tmp->b_rptr = (tmp->b_datap->db_base + 5); tmp->b_datap->db_ref = 1; @@ -7936,7 +7936,7 @@ Buffer** mBuf #ifndef SS_DBUF_REFLOCK_DISABLE if((SInitLock (&(dptr->dBufLock), SS_LOCK_MUTEX)) != 0) { - printf("Falied to destroy lock\n"); + printf("\nFalied to destroy lock\n"); } #endif @@ -7947,7 +7947,7 @@ Buffer** mBuf minfo->len = totalLen; minfo->endptr = newblk; - //printf("Mbuf PTR = %x, DBlk PTR = %x, PTR = %x\n", *mBuf, newblk, ptr); + //printf("\nMbuf PTR = %x, DBlk PTR = %x, PTR = %x\n", *mBuf, newblk, ptr); return ROK; } @@ -7973,7 +7973,7 @@ S16 SPutSBufDpdk Data *ptr /* pointer to buffer */ ) { - S16 ret; + S16 ret = ROK; uint32_t flags = 0; ntl_free(mtGetNtlHdl(), ptr);