]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
msg/async: mark accepted connections with addr type (legacy or msgr2)
authorSage Weil <sage@redhat.com>
Tue, 12 Jun 2018 19:12:19 +0000 (14:12 -0500)
committerSage Weil <sage@redhat.com>
Tue, 3 Jul 2018 18:01:24 +0000 (13:01 -0500)
commitccad66390f4e8765185a42946e680759259b5631
tree32ba1f48c270584594823ab84dbd11201ac27ec4
parent9247562e32435beb5a586e89fdcba6dd157d716e
msg/async: mark accepted connections with addr type (legacy or msgr2)

We have to note the addr type we are listening for in the ServerSocketImpl
and pass that on to any AsyncConnections that result.

Signed-off-by: Sage Weil <sage@redhat.com>
src/msg/async/PosixStack.cc
src/msg/async/Stack.h
src/msg/async/dpdk/DPDKStack.cc
src/msg/async/dpdk/DPDKStack.h
src/msg/async/dpdk/TCP-Stack.h
src/msg/async/dpdk/TCP.cc
src/msg/async/rdma/RDMAServerSocketImpl.cc