ememos / GiantVM

9 stars 9 forks source link

RDMA and TCP: choice at config #12

Closed ChoKyuWon closed 3 years ago

ChoKyuWon commented 3 years ago

This commit change current USE_KTCP_NETWORK and USE_KRDMA_NETWORK flag to CONFIG_KTCP_NETWORK and CONFIG_KRDMA_NETWORK. The Kconfig entry is on arch/x86/kvm/Kconfig and this option is depends on KVM_DSM. Default value is KRDMA_NETWORK.