Skip to content

Commit

Permalink
doc/interfaces: multi_queue not so simple
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Dec 15, 2023
1 parent ce7dec9 commit 67d28f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/src/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ when running as root, which we advise against. Instead, create the
interfaces before starting a MicroVM:

```bash
sudo ip tuntap add $IFACE_NAME mode tap user $USER multi_queue vnet_hdr
sudo ip tuntap add $IFACE_NAME mode tap user $USER
```

**Note:** add `multi_queue` to this command line if the VM is configured
with more than one CPU core.

When running MicroVMs through the `host` module, the tap network
interfaces are created through a systemd service dependency.

Expand Down

0 comments on commit 67d28f3

Please sign in to comment.