> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/various-network-adapter-types-of-vmware-interface.md).

# Various Network Adapter Types of VMware Interface

## Types of network interfaces for FreeSBC

[FreeSBC](https://github.com/telcobridges-main/tmedia-wiki/tree/main/_excluded/sbc/freesbc-and-prosbc/README.md) uses network interface types below,

* Intel E1000 emulated NIC card
* VMXNET3 para-virtualized driver
* PCI Passthrough
* SR-IOV

The VMware adapter types setting can be set from below,

![Vmware adapter types setting](https://docs.telcobridges.com/w/images/0/0d/Vmware_adapter_types_setting.png)

And then see [TSBC-SW:WebPortal:Initial Configuration](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/voice-media/prosbc-freesbc-initial-configuration/README.md)

### E1000

E1000 makes the VM to think it is really accessing a physical NIC adapter. It is simulated (i.e. slowest of all interface types) but is universally supported.

### VMXNET3

VMXNET3 is a driver where the VM knows it runs in a virtual environment. It is faster than emulated NIC but requires the VM to have open-vm-tools.rpm installed.

### PCI Passthrough

PCI Passthrough allows a VM to access directly (using PCI bus) one physical NIC from the host.

* Very fast access
* Rx hardware buffers dedicated to one VM
* Dedicates the NIC to only a single VM
* VM cannot be migrated to another host live because of changing PCI ID of the NIC card
* DPDK needs to support the physical NIC adapter
* Host bios needs to have been enabled to support DMA remapping (IOMMU or Intel VT-d)

Network PCI device can be added to VM from below,

![Adding PCI device to VM](https://docs.telcobridges.com/w/images/6/62/Adding_PCI_device_to_VM.png%E2%80%8E)

And then see [TSBC-SW:Cloud:VMware Adding Passthrough Interfaces A](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/operations/vmware-configuring-passtrough-interfaces/README.md)

### SR-IOV

SR-IOV allows multiple VM to access directly to one portion of a physical NIC from from host.

* Very fast access
* Rx hardware buffers dedicated to one VM
* Can share a single NIC card with multiple VMs
* VM cannot be migrated to another host live because of changing PCI ID of the NIC card
* DPDK needs to support the physical NIC adapter
* Vmware host needs to have the license to allow SR-IOV
* Host bios needs to have been enabled to support DMA remapping (IOMMU or Intel VT-d)
* Physical NIC adapter needs to be SR-IOV capable

SR-IOV can be configured from below,

![Configure SR IOV in VM](https://docs.telcobridges.com/w/images/7/7e/Configure_SR-IOV_in_VM.png)

## Latest performance metrics on Vmware 6.5

| Network interface types | Nb max sessions (\*)                                     |
| ----------------------- | -------------------------------------------------------- |
| E1000                   | 5,000                                                    |
| VMXNET3                 | 8,000                                                    |
| PCI Passthrough         | 36,000                                                   |
| SR-IOV                  | (no license available) Probably close to PCI passthrough |

* * Tested on a Dell R610, 3.07Ghz with 6 vCPU


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/various-network-adapter-types-of-vmware-interface.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
