I set up a quemu virtual machine using virsh in a way that I pass
through my physical USB NIC connected to the host machine directly to
the virtual machine.
This means that I see my USB NIC in the guest machine with lsusb.
Does this setup(or the one where PCIe pass through for NIC is used) have advantages over more conventional bridged setup where physical NIC of the host machine and virtual machine via tap interface are connected to Linux-bridge?
Does such pass-through setup provide any performance benefits? Are there any practical reasons for such a setup?