Herbert "TheBracket" Wolverson

Results 240 comments of Herbert "TheBracket" Wolverson

Update: testing this, it also helps to do the same for `xdp_iphash_to_cpu_kern.c`

Once we set `rxvlan`, it worked well. Using older hardware (Xeon E5-2620 @ 2Ghz, 2 sockets, 12 CPUs excluding hyperthreading, 48 Gb installed), running ProxMox. There's a few other light-duty...

Oh, and compiling the XDP code with `o3` makes a small but noticeable difference in overall performance.

An update on the HTB estimator: after running it for a bit, we found that it would sometimes get confused and a deleted/recreated queue would just keep increasing its number...

I can attest to it working - we're shaping traffic on VLANs just fine. :-) (MPLS isn't going to work - but VLANs work great) On Tue, Aug 30, 2022...

No - two NICs, passing through with VLANs inside. The actual architecture being: 10g fiber -> (virtual Mikrotik router, connected to the internet) -> virtio -> LibreQoS -> mapped NIC...

Just musing - I wonder if I used the wrong color space? I'll check tomorrow, I may have used srgb and gamma correction is kicking in On Wed, Aug 3,...

This definitely isn't as clear as it could be, I'll have a look to see how I can go about fixing the merge portion (where the batches are applied) to...

Since this is quite a large issue, I'm working on it in the `command_buffers_140` branch. I just committed a patch that helps quite a bit, and seems to retain some...

I've been testing the commit I posted above, and it's looking pretty good. Performance is still really solid, and it should solve the z-order issue by running *batches* on their...