summaryrefslogtreecommitdiff
path: root/conf/scene
AgeCommit message (Collapse)Author
2015-09-23Support assign vf mac address in scenario configurationMarvin Liu
Scenario module will call Netdevice module set_vf_mac_addr function to assign VF mac address. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-07-17Add dpdk host virtualization scenario configuration fileMarvin Liu
This configuration file defined one scenario that two host PF devices drived by dpdk and 2 generated VF devices pass-throughed in VM. Host dpdk application is testpmd and allocate first four cores for it. Signed-off-by: Marvin Liu <yong.liu@intel.com>
2015-06-18Add three typical virtual scenario configuration filesMarvin Liu
pf_passthrough.cfg for two pf devices pass-through into vm scene. vf_passthrough for vf devices pass-through into vm. This two vfs created on two pfs. vf_passthrough_1 for vf devices pass-through into vm. This two vfs created on same pf devices. Signed-off-by: Marvin Liu <yong.liu@intel.com>