From: Chesnokov G. <Che...@ra...> - 2022-02-24 21:05:10
|
Hi Rob, > How can I tell physical ports and vports apart once they are > created? Is there any readable flag in this tree that will indicate if > I'm dealing with a physical port entry or a vport? I found the hw_target attribute which might help you. https://github.com/SCST-project/scst/blob/master/qla2x00t/qla2x00-target/README#L265 But I think it might be broken for the qla2x00t-32gbit driver. Could you check it out? If it's really broken, I'll take a closer look at it tomorrow. Thanks, Gleb. |