@@ -287,9 +287,9 @@ For the purposes of the present document, the following abbreviations apply:
The intended purpose and reasonably foreseeable use of this product is to provide communication between computer systems over a network, whether physical or virtual.
A physical network interface is the link between the physical transmission media and the host system. The product's essential function is to transfer data between the network and the host.
@@ -301,11 +301,11 @@ The product may update or load its own firmware. The host system may be able to
The product may be able to take actions that affect the entire host system, such as power cycling or reading any part of memory.
### 4.2.2 Device driver essential functions
### 4.2.2 Device driver product functions
A device driver manages the network interface on behalf of the host system, often presenting a standardized network device driver interface to the host operating system. It manages the transfer of data from the network interface to and from host memory. It carries out requests by the host software, such as configuration or loading firmware. It may keep and report statistics about network traffic.
A virtual network interface presents a network device driver interface to the rest of the host software. It may encrypt, filter, transform, route, discard, or otherwise modify network traffic entering the interface. The network traffic may then be directed to another virtual network interface on the same host, to another executable on the host, or to a physical network interface.