Skip to content
Commit 2f713615 authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

libceph: move msgr1 protocol implementation to its own file



A pure move, no other changes.

Note that ceph_tcp_recv{msg,page}() and ceph_tcp_send{msg,page}()
helpers are also moved.  msgr2 will bring its own, more efficient,
variants based on iov_iter.  Switching msgr1 to them was considered
but decided against to avoid subtle regressions.

Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 566050e1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment