]> 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)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 11 Oct 2023 11:38:31 +0000 (11:38 +0000)
commit018b118433adb73658966f46b8af7cf1ad0bd966
treec32c6e4521a276b71bda11cbf58a7587d6ecdb0a
parente2dc952bfa405ae61daff556984cb9a8cabb82d7
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>
(cherry picked from commit 58491826d54bbbfeeab1543337c8ff327218db74)
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