Queue over PPPoE ISP Client interface not working

Hi, I connect to my ISP using a PPPoE connection, and I am trying to make a Queue Tree to better handle priority of my connections. With a simple setup, where I add a root Queue Tree and set the PPPoE client interface as parent, the stats not show anything, so I think that is not working, why?
Already disabled the fast-track, already tried with mark connections, already tried with mark package, nothing work as expected.

My Router: RB962UiGS-5HacT2HnT r2
Firmware: 7.14.2
Mikrotik.png

You need to have some limits on the queue.
eg. max-limit=50M

Also, if marking packets, probably need all possible marks.
Perhaps if use cake for queue, won’t need any marking.

Possibly set queue bucket size=0.01

Thanks for response, up to that queue1 I tried to use that approach, a main queue with limits and a sub-queue for ICMP, but I think that only count the ICMP packets… is this right?? Even if I configure the main queue with limits and parent with interface?

Perfect it’s like you say, now it’s working great…