search for: vport_creat

Displaying 4 results from an estimated 4 matches for "vport_creat".

Did you mean: vport_create
2013 Jun 20
2
Question about vport operation for FC HBA
...reate /home/kvm/vHBA.xml error: Failed to create node device from /home/kvm/vHBA.xml error: internal error Parent device scsi_host20 is not capable of vport operations I checked the /sys/class folder for my HBA device that I want to use its NPIV feature, it's there: /sys/class/fc_host/host20/vport_create I can create a vHBA by using "echo 'xxxx:xxxx' > ./vport_create", a new fc host will be created after that. But I can't find any FC host with: #virsh nodedev-list --cap fc_host SCSI hosts can be found for above "nodedev-list --cap scsi_host". The libvirt I...
2013 Jun 20
0
Re: Question about vport operation for FC HBA
...or: Failed to create node device from /home/kvm/vHBA.xml > error: internal error Parent device scsi_host20 is not capable of vport > operations > > I checked the /sys/class folder for my HBA device that I want to use its NPIV > feature, it's there: > /sys/class/fc_host/host20/vport_create > > I can create a vHBA by using "echo 'xxxx:xxxx' > ./vport_create", a new fc > host will be created after that. > > But I can't find any FC host with: > #virsh nodedev-list --cap fc_host > > SCSI hosts can be found for above "nodedev-list...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...*buf) \ { \ struct fc_vport *vport = transport_class_to_vport(dev); \ struct Scsi_Host *shost = vport_to_shost(vport); \ struct fc_internal *i = to_fc_internal(shost->transportt); \ if ((i->f->get_vport_##field) && \ !(vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING))) \ i->f->get_vport_##field(vport); \ return snprintf(buf, sz, format_string, cast vport->field); \ } #define fc_vport_store_function(field) \ static ssize_t \ store_fc_vport_##field(struct device *dev, \ struct device_attribute *attr, \ const...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...*buf) \ { \ struct fc_vport *vport = transport_class_to_vport(dev); \ struct Scsi_Host *shost = vport_to_shost(vport); \ struct fc_internal *i = to_fc_internal(shost->transportt); \ if ((i->f->get_vport_##field) && \ !(vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING))) \ i->f->get_vport_##field(vport); \ return snprintf(buf, sz, format_string, cast vport->field); \ } #define fc_vport_store_function(field) \ static ssize_t \ store_fc_vport_##field(struct device *dev, \ struct device_attribute *attr, \ const...