Skip to content

Instantly share code, notes, and snippets.

@TobleMiner
TobleMiner / README.md
Last active September 10, 2018 00:13
KVMGT on a Core i7-6600U (Skylake) with libvirt and QEMU

KVMGT

This test was done on an ArchLinux installation with Kernel 4.13.3-1

Also I will be using the terms vGPU, KVMGT graphics card and (Intel) virtual GPU interchangeably. The do all refer to Intel GVT-G KVMGT.

In contrast the term emulated GPU or emulated graphics card refer to generic software GPU solutions like QXL or virtio-gpu.

Preparing the host

@eqhmcow
eqhmcow / hfsc-shape.sh
Last active August 2, 2023 11:59
HFSC - linux traffic shaping's best kept secret
#!/bin/bash
# As the "bufferbloat" folks have recently re-discovered and/or more widely
# publicized, congestion avoidance algorithms (such as those found in TCP) do
# a great job of allowing network endpoints to negotiate transfer rates that
# maximize a link's bandwidth usage without unduly penalizing any particular
# stream. This allows bulk transfer streams to use the maximum available
# bandwidth without affecting the latency of non-bulk (e.g. interactive)
# streams.