Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 563 Bytes

Network Interface Controller.org

File metadata and controls

18 lines (15 loc) · 563 Bytes

Network Interface Controller

Multi Queue

<interface type='direct' trustGuestRxFilters='yes'>
  <mac address='52:54:00:b0:cc:80'/>
  <source dev='enp2s0' mode='bridge'/>
  <model type='virtio'/>
  <driver name='vhost' queues='16'/>
  <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>

<driver name='vhost' queues='16'>
  <host csum='off' gso='off' tso4='off' tso6='off' ecn='off' ufo='off' mrg_rxbuf='off'/>
  <guest csum='off' tso4='off' tso6='off' ecn='off' ufo='off'/>
</driver>