Hi All,
SW: IPNC_RDK_V3.2
Reffering to mcfw user guide System_putLinksEmptyFrames() function used to put the back the used buffers to PrevLink.
Please readout below scenario:
- First notification, I receive 2 buffers/frames & I hold both and Process.
- Second notification, I receive 1 buffer, I hold It, Process and after Processing I want to release previously received and processed buffers. i.e. first 2 buffers.
SO I cal, System_putLinksEmptyFrames() by updating pObj->inFrameList.numFrames=2. Now I am releasing old 2 frame or New frame also released?