]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/net: change the static IS_FIXED_CPU to runtime
authorYingxin Cheng <yingxin.cheng@intel.com>
Wed, 26 Apr 2023 08:13:48 +0000 (16:13 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Sun, 25 Jun 2023 03:57:19 +0000 (11:57 +0800)
commit58491826d54bbbfeeab1543337c8ff327218db74
tree2fad76d0093d363196ae1b9ba0a9f061db0d5476
parent7797cabe2ab38eea30eca51614398badef8bada1
crimson/net: change the static IS_FIXED_CPU to runtime

Otherwise the messenger implementation needs to be templated.

Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/net/Socket.cc
src/crimson/net/Socket.h
src/crimson/net/SocketMessenger.cc
src/crimson/net/SocketMessenger.h
src/test/crimson/test_socket.cc