diff options
Diffstat (limited to 'app/test-eventdev/test_pipeline_common.c')
-rw-r--r-- | app/test-eventdev/test_pipeline_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test-eventdev/test_pipeline_common.c b/app/test-eventdev/test_pipeline_common.c index d07fa882..5db3ffde 100644 --- a/app/test-eventdev/test_pipeline_common.c +++ b/app/test-eventdev/test_pipeline_common.c @@ -329,7 +329,7 @@ int pipeline_event_tx_adapter_setup(struct evt_options *opt, struct rte_event_port_conf port_conf) { - int ret; + int ret = 0; uint16_t consm; RTE_ETH_FOREACH_DEV(consm) { |