Hi, everyone
I'm using IPNC RDK ver 3.5 for DM8127. Now I met a problem about dup link.
I know that dup link only copy frame info rather than the frame itself,so sometimes when you change its outQue0 frame, outQue1 will also be affected,am I right?
And here is my question: In what case change a nextlink of duplink will affect another link, and in what case will not?
Is it correct to say that only when the nextlink process directly on the frame received from duplink, the other will be affected.If I only used the frame passed by duplink to generate another frame or results,the other will not be affected.
especially
case 1:
duplink----->enc link
------>sclr link will sclr link receive encoded frame?
case 2:
duplink----->sclr link
------>display will display link receive scaled frame?
regards,
Zhao