Searched hist:273477 (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.cdiff 273477 Wed Oct 22 15:17:11 MDT 2014 royger netback: change xnb naming convention

Current FreeBSD netback names the interface with xnb<device unit>, but
this is not suitable for usage with the Xen toolstack, which expects
something similar to <prefix><domid><handle>. In order to solve this,
change the netback naming convention to use xnb<domid>.<handle>.

Sponsored by: Citrix Systems R&D

dev/xen/netback/netback.c:
- Change netback to use the nomenclature stated above.

Completed in 85 milliseconds