This PR is to launch RPC client in the SPRIGHT gateway on a different lcore. The RPC client in the SPRIGHT gateway is responsible for inter-node communication (transmit). To improve the performance of the RPC client thread, we assign it with a dedicated CPU core, using rte_eal_remote_launch().
This PR is to launch RPC client in the SPRIGHT gateway on a different lcore. The RPC client in the SPRIGHT gateway is responsible for inter-node communication (transmit). To improve the performance of the RPC client thread, we assign it with a dedicated CPU core, using
rte_eal_remote_launch()
.