queue tree issues

I created a PCQ to classify the traffic of the each ports on my device.
The #1 port is the pppoe-out1_13391061385 port, and #2 - #5 are LAN ports.

Here’s the /IP firewall mangle print:
4 ;;; 1-to-5
chain=forward action=mark-connection new-connection-mark=1-to-5
passthrough=yes dst-address=192.168.0.0/16
in-interface=pppoe-out1_13391061385 out-interface=ether5-share-local

5 chain=forward action=mark-packet new-packet-mark=1-to-5 passthrough=yes
connection-mark=1-to-5

And here’s the /Queue tree print:
19 name=“1-to-5” parent=PCQ packet-mark=1-to-5 limit-at=0 queue=dst.ad
max-limit=10M burst-limit=0 burst-threshold=0 burst-time=0s


The question is, I can see the traffic in the mangle lists, but nothing in this queue tree list, any ideas?

chain=forward action=mark-packet new-packet-mark=1-to-5 > passthrough=no >
connection-mark=1-to-5