Open
Description
Is there an existing issue for this?
- There is no existing issue for this feature
What are you currently unable to do
It's impossible to auto set the qdisc for the vNIC created by incus for instances. Unless you are able to write a program to monitor the interface creation and do such for them.
What do you think would need to be added
Add a config option to network devices that allow you set the desired qdisc for the device.
For VMs, more work need to be done because qemu nic typically support multi queue and the master qdisc is mq. It should add another options that allow user decide whether they want to replace the slave qdisc or the master "mq".