Gabriel Mougard

Results 68 comments of Gabriel Mougard

@edlerd do you still have this screenshot ? The link seems to be broken.. Also, can you give a bit more context in the steps to follow so that I...

@roosterfish @tomponline @dmitry-lyfar I managed to find a workaround that solves both issues but I don't quite know is this is ideal as it introduces a potential 'marking file' inside...

@megheaiulian what is the output of `cat /proc/cmdline` ? Check that you have `iommu=pt amd_iommu=on` in the output. Also can you show me the output of `uname -r`. Also, the...

As an example, with GPU, I have: ``` $ lspci ... 42:00.0 VGA compatible controller: NVIDIA Corporation GA106 [GeForce RTX 3060 Lite Hash Rate] (rev a1) 42:00.1 Audio device: NVIDIA...

Possibly. This is hard to know. @mihalicyn did you experience such an issue with an AMD card?

After Linux kernel 4.0+, the `MAX_TAP_QUEUES` was set to `DEFAULT_MAX_NUM_RSS_QUEUES` which is capped at `256` (see [here](https://elixir.bootlin.com/linux/latest/source/include/linux/if_tap.h#L31:~:text=/*%0A%20*%20Maximum%20times%20a%20tap%20device%20can%20be%20opened.%20This%20can%20be%20used%20to%0A%20*%20configure%20the%20number%20of%20receive%20queue%2C%20e.g.%20for%20multiqueue%20virtio.%0A%20*/%0A%23define%20MAX_TAP_QUEUES%20256)). This limit hasn't changed in 6.5+ Kernel. In such a situation where we...

@simondeziel @mihalicyn Ok, after trying that (`lxc config set v1 limits.cpu=257 && lxc start v1`), the VM seems to boot and is running according to LXD (I get no error...

@tomponline do you have any thoughts on how to proceed?

I'll leave it then as this was just out of curiosity.