Changes between Version 7 and Version 8 of Ticket #675


Ignore:
Timestamp:
2018-01-23T08:27:28Z (6 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #675 – Description

    v7 v8  
    44  The Xen hypervisor provides [https://wiki.xenproject.org/wiki/Xen_Networking#Paravirtualised_Network_Devices paravirtualized (PV) network devices] to fully-virtualized domains (HVM) in order to enable fast and efficient network communications without the overhead of emulating a real network device.
    55
    6   The new functionality should be achieved via a hierarchy of device drivers that implement the Xen PCI Platform device, XenBus virtual bus and the Xen netfront device. These drivers should plug themselves into the HelenOS Device Driver Framework (DDF) and (the latter also) to the networking stack, and implement the network interface card interface (NICF) in the Xen netfront specific way.
     6  The new functionality should be achieved via a hierarchy of device drivers that implement the Xen PCI Platform device, !XenBus virtual bus and the Xen netfront device. These drivers should plug themselves into the HelenOS Device Driver Framework (DDF) and (the latter also) to the networking stack, and implement the network interface card interface (NICF) in the Xen netfront specific way.
    77
    88 What Gains and Benefits will this bring?::