Alexey Rybalchenko
|
25fcf13985
|
Move Bind/Connect/Attach to FairMQChannel
|
2018-11-13 11:08:48 +01:00 |
|
Alexey Rybalchenko
|
ce4062f3a0
|
Remove GetSocket interface that exposes transport details
|
2018-10-17 13:28:50 +02:00 |
|
Alexey Rybalchenko
|
f8824335a5
|
Add setters/getters for socket options
|
2018-10-17 13:28:50 +02:00 |
|
Alexey Rybalchenko
|
dfa1b68867
|
Make factory classes final (optimization potential)
|
2018-10-17 13:28:50 +02:00 |
|
Alexey Rybalchenko
|
44acd4997d
|
Implement nanomsg linger in our transport
|
2018-10-17 13:28:50 +02:00 |
|
Alexey Rybalchenko
|
cfb727181f
|
Remove set/get timeout from general socket interface
|
2018-10-12 20:29:50 +02:00 |
|
Alexey Rybalchenko
|
e1f555bc05
|
Fix issues found by Codacy
|
2018-10-08 17:20:02 +02:00 |
|
Dennis Klein
|
4a8e46c65c
|
Fix -Wunused-parameter
|
2018-08-09 16:15:15 +02:00 |
|
Dennis Klein
|
c6ea5a5631
|
Fix build of protobuf sources
|
2018-04-17 20:22:53 +02:00 |
|
Dennis Klein
|
b9651437c3
|
Improve summary and implement find_package2
|
2018-04-16 20:32:44 +02:00 |
|
Dennis Klein
|
697c440aa0
|
FairMQ: Switch to verbs:ofi_rxm provider
RDM endpoints seem buggy on pure verbs provider. Switch on RDM emulator
for now.
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
811fe50a48
|
FairMQ: Enable ofi/verbs provider
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
c113e4c951
|
FairMQ: Disable control socket timeouts for now
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
de8f32e9f9
|
FairMQ: Fix ofi::Message allocation
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
e8994dfa0f
|
FairMQ: Disable post buffer ack on control band
Seems to be unnecessary.
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
cb447bde38
|
FairMQ: Implement ofi::Socket data/message metrics
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
c5072ea425
|
FairMQ: Fix missing ofi completion events
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
144aa912d7
|
FairMQ: Implement blocking ofi::Socket Send/Receive with FI_MSG
Completion events are not yet working.
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
8f5b888314
|
FairMQ: Fix Operation not permitted error
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
5b3a5b9709
|
FairMQ: Implement ofi address exchange
Control messages are encoded with protobuf.
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
df5d5d4086
|
FairMQ: Monitor Meta socket connection and insert address vector
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
92320604a9
|
FairMQ: Add ofi address vector
Translates between native and ofi addresses. Needed for unconnected
endpoints.
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
630a1dbbce
|
FairMQ: Setup ofi objects
FI_MSG API
FI_EP_RDM, reliable datagram message (unconnected)
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
4250e3d45b
|
FairMQ: Implement simple ofi Send/Receive with meta com only
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
eaebfc6933
|
FairMQ: Partially implement ofi::Message
|
2018-03-26 13:58:20 +02:00 |
|
Alexey Rybalchenko
|
fed7601be4
|
replace cmd socket with transport specific unblock mechanism
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
209e521046
|
FairMQ: Implement ofi::Poller
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
43a06e3cc7
|
FairMQ: Explicitely mark dtor throwing to get rid of warning
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
d9595adf45
|
FairMQ: Implement ofi::Socket
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
3785c0e369
|
FairMQ: Implement ofi::TransportFactory ctor/dtor
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
9b7841e89e
|
FairMQ: Remove deprecated TransportFactory factory method
|
2018-03-26 13:58:20 +02:00 |
|
Dennis Klein
|
7cfd93c998
|
FairMQ: Add ofi transport factory skeleton
|
2018-03-26 13:58:20 +02:00 |
|