Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cmsos
worksuite
Commits
6e32a80b
Commit
6e32a80b
authored
Oct 21, 2020
by
Luciano Orsini
Browse files
references #188: fixed ianame comparison
parent
4091bfe5
Changes
2
Hide whitespace changes
Inline
Side-by-side
pt/ibv/src/common/PeerTransport.cc
View file @
6e32a80b
...
...
@@ -210,7 +210,7 @@ pt::ibv::PeerTransport::PeerTransport (xdaq::Application * parent)
LOG4CPLUS_INFO
(
app
->
getApplicationLogger
(),
"Found "
<<
devices
.
size
()
<<
" devices"
);
if
(
app
->
iaName_
!
=
""
)
// use of linux interface
if
(
app
->
iaName_
.
toString
()
=
=
""
)
// use of linux interface
{
int
ltype
=
getlinktype
(
app
->
networkInterface_
);
...
...
pt/ibv/xml/mstreamio1x1-ptibv-i2o-ianame.xml
View file @
6e32a80b
...
...
@@ -11,7 +11,7 @@
<xc:Application
class=
"pt::ibv::Application"
id=
"11"
instance=
"0"
network=
"local"
>
<properties
xmlns=
"urn:xdaq-application:pt::ibv::Application"
xsi:type=
"soapenc:Struct"
>
<iaName
e
xsi:type=
"xsd:string"
>
mlx5_3
</iaName
e
>
<iaName
xsi:type=
"xsd:string"
>
mlx5_3
</iaName>
<receiverPoolSize
xsi:type=
"xsd:unsignedLong"
>
0x100000
</receiverPoolSize>
<senderPoolSize
xsi:type=
"xsd:unsignedLong"
>
0x2000000
</senderPoolSize>
<completionQueueSize
xsi:type=
"xsd:unsignedInt"
>
8192
</completionQueueSize>
...
...
@@ -56,7 +56,7 @@
<xc:Application
class=
"pt::ibv::Application"
id=
"12"
instance=
"0"
network=
"local"
>
<properties
xmlns=
"urn:xdaq-application:pt::ibv::Application"
xsi:type=
"soapenc:Struct"
>
<iaName
e
xsi:type=
"xsd:string"
>
mlx5_2
</iaName
e
>
<iaName
xsi:type=
"xsd:string"
>
mlx5_2
</iaName>
<receiverPoolSize
xsi:type=
"xsd:unsignedLong"
>
0x40000000
</receiverPoolSize>
<senderPoolSize
xsi:type=
"xsd:unsignedLong"
>
0x100000
</senderPoolSize>
<completionQueueSize
xsi:type=
"xsd:unsignedInt"
>
8192
</completionQueueSize>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment