Damn, I feel so stupid right now, thanks for pointing it out.
So here goes the data:
1.
config queue
option debug_logging '0'
option verbosity '5'
option enabled '1'
option interface 'eth0.2'
option qdisc 'cake'
option script 'piece_of_cake.qos'
option qdisc_advanced '0'
option overhead '44'
option linklayer 'ethernet'
option download '8000'
option upload '1000'
2.
qdisc noqueue 0: dev lo root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc fq_codel 0: dev eth0 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 4Mb ecn
Sent 702575292 bytes 2618070 pkt (dropped 0, overlimits 0 requeues 4)
backlog 0b 0p requeues 4
maxpacket 1494 drop_overlimit 0 new_flow_count 7 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc noqueue 0: dev br-lan root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev eth0.1 root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc cake 8029: dev eth0.2 root refcnt 2 bandwidth 1Mbit besteffort triple-isolate nonat nowash no-ack-filter split-gso rtt 100.0ms noatm overhead 44
Sent 187911 bytes 2753 pkt (dropped 1, overlimits 2185 requeues 0)
backlog 0b 0p requeues 0
memory used: 34496b of 4Mb
capacity estimate: 1Mbit
min/max network layer size: 40 / 1480
min/max overhead-adjusted size: 84 / 1524
average network hdr offset: 14
Tin 0
thresh 1Mbit
target 18.2ms
interval 113.2ms
pk_delay 4.3ms
av_delay 634us
sp_delay 51us
backlog 0b
pkts 2756
bytes 189513
way_inds 0
way_miss 10
way_cols 0
drops 1
marks 0
ack_drop 0
sp_flows 3
bk_flows 1
un_flows 0
max_len 1494
quantum 300
qdisc ingress ffff: dev eth0.2 parent ffff:fff1 ----------------
Sent 5338151 bytes 3785 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev wlan0 root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc cake 802a: dev ifb4eth0.2 root refcnt 2 bandwidth 8Mbit besteffort triple-isolate nonat wash no-ack-filter split-gso rtt 100.0ms noatm overhead 44
Sent 5371719 bytes 3772 pkt (dropped 11, overlimits 6366 requeues 0)
backlog 2988b 2p requeues 0
memory used: 51584b of 4Mb
capacity estimate: 8Mbit
min/max network layer size: 46 / 1480
min/max overhead-adjusted size: 90 / 1524
average network hdr offset: 14
Tin 0
thresh 8Mbit
target 5.0ms
interval 100.0ms
pk_delay 17.6ms
av_delay 5.7ms
sp_delay 905us
backlog 2988b
pkts 3785
bytes 5391141
way_inds 3
way_miss 18
way_cols 0
drops 11
marks 0
ack_drop 0
sp_flows 2
bk_flows 2
un_flows 0
max_len 1494
quantum 300
3.
/usr/lib/sqm/run.sh: line 57: can't create : nonexistent directory
SQM: Stopping SQM on eth0.2
SQM: ifb associated with interface eth0.2: ifb4eth0.2
SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc del dev eth0.2 ingress
SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc del dev eth0.2 root
SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc del dev ifb4eth0.2 root
SQM: /usr/lib/sqm/stop-sqm: ifb4eth0.2 shaper deleted
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link set dev ifb4eth0.2 down
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link delete ifb4eth0.2 type ifb
SQM: /usr/lib/sqm/stop-sqm: ifb4eth0.2 interface deleted
4.
I had to type in 4 for the streams to not get any error during test.

5.
/usr/lib/sqm/run.sh: line 57: can't create : nonexistent directory
SQM: Starting SQM script: piece_of_cake.qos on eth0.2, in: 8000 Kbps, out: 1000 Kbps
SQM: fn_exists: function candidate name: sqm_start
SQM: fn_exists: TYPE_OUTPUT: sqm_start: not found
SQM: fn_exists: return value: 1
SQM: Using generic sqm_start_default function.
SQM: fn_exists: function candidate name: sqm_prepare_script
SQM: fn_exists: TYPE_OUTPUT: sqm_prepare_script is a function
SQM: fn_exists: return value: 0
SQM: sqm_start_default: starting sqm_prepare_script
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link add name TMP_IFB_4_SQM type ifb
SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc replace dev TMP_IFB_4_SQM root cake
SQM: QDISC cake is useable.
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link set dev TMP_IFB_4_SQM down
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link delete TMP_IFB_4_SQM type ifb
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link add name TMP_IFB_4_SQM type ifb
SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc replace dev TMP_IFB_4_SQM root cake
SQM: QDISC cake is useable.
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link set dev TMP_IFB_4_SQM down
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link delete TMP_IFB_4_SQM type ifb
SQM: sqm_start_default: Starting piece_of_cake.qos
SQM: ifb associated with interface eth0.2:
SQM: Currently no ifb is associated with eth0.2, this is normal during starting of the sqm system.
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link add name ifb4eth0.2 type ifb
SQM: fn_exists: function candidate name: egress
SQM: fn_exists: TYPE_OUTPUT: egress is a function
SQM: fn_exists: return value: 0
SQM: egress
SQM: cmd_wrapper: tc: invocation silenced by request, FAILURE either expected or acceptable.
SQM: cmd_wrapper: tc: FAILURE (2): /usr/sbin/tc qdisc del dev eth0.2 root
SQM: cmd_wrapper: tc: LAST ERROR: RTNETLINK answers: No such file or directory
SQM: LLA: default link layer adjustment method for cake is cake
SQM: cake link layer adjustments: overhead 44 mpu 0
SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc add dev eth0.2 root cake bandwidth 1000kbit overhead 44 mpu 0 besteffort
SQM: sqm_start_default: egress shaping activated
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link add name TMP_IFB_4_SQM type ifb
SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc replace dev TMP_IFB_4_SQM ingress
SQM: QDISC ingress is useable.
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link set dev TMP_IFB_4_SQM down
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link delete TMP_IFB_4_SQM type ifb
SQM: fn_exists: function candidate name: ingress
SQM: fn_exists: TYPE_OUTPUT: ingress is a function
SQM: fn_exists: return value: 0
SQM: ingress
SQM: cmd_wrapper: tc: invocation silenced by request, FAILURE either expected or acceptable.
SQM: cmd_wrapper: tc: FAILURE (2): /usr/sbin/tc qdisc del dev eth0.2 handle ffff: ingress
SQM: cmd_wrapper: tc: LAST ERROR: RTNETLINK answers: Invalid argument
SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc add dev eth0.2 handle ffff: ingress
SQM: cmd_wrapper: tc: invocation silenced by request, FAILURE either expected or acceptable.
SQM: cmd_wrapper: tc: FAILURE (2): /usr/sbin/tc qdisc del dev ifb4eth0.2 root
SQM: cmd_wrapper: tc: LAST ERROR: RTNETLINK answers: No such file or directory
SQM: LLA: default link layer adjustment method for cake is cake
SQM: cake link layer adjustments: overhead 44 mpu 0
SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc add dev ifb4eth0.2 root cake bandwidth 8000kbit overhead 44 mpu 0 besteffort wash
SQM: cmd_wrapper: ip: SUCCESS: /sbin/ip link set dev ifb4eth0.2 up
SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev eth0.2 parent ffff: protocol all prio 10 u32 match u32 0 0 flowid 1:1 action mirred egress redirect dev ifb4eth0.2
SQM: sqm_start_default: ingress shaping activated
SQM: piece_of_cake.qos was started on eth0.2 successfully
6.
qdisc noqueue 0: dev lo root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc fq_codel 0: dev eth0 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 4Mb ecn
Sent 855095123 bytes 2895653 pkt (dropped 0, overlimits 0 requeues 5)
backlog 0b 0p requeues 5
maxpacket 1494 drop_overlimit 0 new_flow_count 8 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc noqueue 0: dev br-lan root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev eth0.1 root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc cake 802d: dev eth0.2 root refcnt 2 bandwidth 1Mbit besteffort triple-isolate nonat nowash no-ack-filter split-gso rtt 100.0ms noatm overhead 44
Sent 520178 bytes 7078 pkt (dropped 2, overlimits 5546 requeues 0)
backlog 0b 0p requeues 0
memory used: 49280b of 4Mb
capacity estimate: 1Mbit
min/max network layer size: 28 / 1480
min/max overhead-adjusted size: 72 / 1524
average network hdr offset: 14
Tin 0
thresh 1Mbit
target 18.2ms
interval 113.2ms
pk_delay 31.4ms
av_delay 1.5ms
sp_delay 25us
backlog 0b
pkts 7080
bytes 523166
way_inds 0
way_miss 18
way_cols 0
drops 2
marks 0
ack_drop 0
sp_flows 2
bk_flows 1
un_flows 0
max_len 1494
quantum 300
qdisc ingress ffff: dev eth0.2 parent ffff:fff1 ----------------
Sent 14032792 bytes 10185 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev wlan0 root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc cake 802e: dev ifb4eth0.2 root refcnt 2 bandwidth 8Mbit besteffort triple-isolate nonat wash no-ack-filter split-gso rtt 100.0ms noatm overhead 44
Sent 14134984 bytes 10157 pkt (dropped 16, overlimits 16961 requeues 0)
backlog 17928b 12p requeues 0
memory used: 62Kb of 4Mb
capacity estimate: 8Mbit
min/max network layer size: 46 / 1480
min/max overhead-adjusted size: 90 / 1524
average network hdr offset: 14
Tin 0
thresh 8Mbit
target 5.0ms
interval 100.0ms
pk_delay 23.9ms
av_delay 7.2ms
sp_delay 647us
backlog 17928b
pkts 10185
bytes 14175382
way_inds 0
way_miss 18
way_cols 0
drops 16
marks 0
ack_drop 0
sp_flows 1
bk_flows 2
un_flows 0
max_len 1494
quantum 300
7.

8.
qdisc noqueue 0: dev lo root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc fq_codel 0: dev eth0 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 4Mb ecn
Sent 873677604 bytes 2947067 pkt (dropped 0, overlimits 0 requeues 5)
backlog 0b 0p requeues 5
maxpacket 1494 drop_overlimit 0 new_flow_count 8 ecn_mark 0
new_flows_len 0 old_flows_len 0
qdisc noqueue 0: dev br-lan root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev eth0.1 root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc cake 802d: dev eth0.2 root refcnt 2 bandwidth 1Mbit besteffort triple-isolate nonat nowash no-ack-filter split-gso rtt 100.0ms noatm overhead 44
Sent 5126843 bytes 40979 pkt (dropped 322, overlimits 35425 requeues 0)
backlog 0b 0p requeues 0
memory used: 91360b of 4Mb
capacity estimate: 1Mbit
min/max network layer size: 28 / 1480
min/max overhead-adjusted size: 72 / 1524
average network hdr offset: 14
Tin 0
thresh 1Mbit
target 18.2ms
interval 113.2ms
pk_delay 7.0ms
av_delay 1.1ms
sp_delay 19us
backlog 0b
pkts 41301
bytes 5549329
way_inds 4
way_miss 129
way_cols 0
drops 322
marks 0
ack_drop 0
sp_flows 2
bk_flows 1
un_flows 0
max_len 1494
quantum 300
qdisc ingress ffff: dev eth0.2 parent ffff:fff1 ----------------
Sent 76063934 bytes 60710 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc noqueue 0: dev wlan0 root refcnt 2
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
backlog 0b 0p requeues 0
qdisc cake 802e: dev ifb4eth0.2 root refcnt 2 bandwidth 8Mbit besteffort triple-isolate nonat wash no-ack-filter split-gso rtt 100.0ms noatm overhead 44
Sent 76553700 bytes 60467 pkt (dropped 243, overlimits 97976 requeues 0)
backlog 0b 0p requeues 0
memory used: 123008b of 4Mb
capacity estimate: 8Mbit
min/max network layer size: 46 / 1480
min/max overhead-adjusted size: 90 / 1524
average network hdr offset: 14
Tin 0
thresh 8Mbit
target 5.0ms
interval 100.0ms
pk_delay 16.5ms
av_delay 5.8ms
sp_delay 209us
backlog 0b
pkts 60710
bytes 76913874
way_inds 3
way_miss 130
way_cols 0
drops 243
marks 0
ack_drop 0
sp_flows 2
bk_flows 1
un_flows 0
max_len 1494
quantum 300