diff options
Diffstat (limited to 'src/main_dpdk.cpp')
-rwxr-xr-x | src/main_dpdk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp index 86892e05..cf4de739 100755 --- a/src/main_dpdk.cpp +++ b/src/main_dpdk.cpp @@ -3444,7 +3444,7 @@ bool CGlobalTRex::Create(){ cfg.m_port_count = CGlobalInfo::m_options.m_expected_portd; cfg.m_rpc_req_resp_cfg = &rpc_req_resp_cfg; cfg.m_rpc_async_cfg = NULL; - cfg.m_rpc_server_verbose = true; + cfg.m_rpc_server_verbose = false; cfg.m_platform_api = new TrexDpdkPlatformApi(); m_trex_stateless = new TrexStateless(cfg); |