b3f107df87bb4c71dccfff58289fbe0937c21b24

For super buffer usecase, All the ETB's gets queued with updated timestamp in hfi_buffer, therefore all the fbd's being recieved are of different timestamp. And only the last EBD is considered for dequeued flag and hence for remove_buffer_stat. Therefore when first FBD arrives which has the matched TS to the stat's TS will get skipped since last EBD in the batch has not arrived yet and rest all FBDs are with updated TS, hence the buffer stat doesn't get's removed from the list. Modified the logic to add stats during hfi_buffer queue and add stats for all sub-frames in super buffer usecase. Modified the logic for Multi-In single-Out usecase as well. Change-Id: I0643e6f64bdfc3cbfa67baeb1cf9157de92ce569 Signed-off-by: Vedang Nagar <quic_vnagar@quicinc.com>
Description
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%