On 11/26/2021 7:58 PM, Josh Soref wrote:
diff --git a/app/test-eventdev/test_order_common.c
b/app/test-eventdev/test_order_common.c
index ff7813f9..603e7c91 100644
--- a/app/test-eventdev/test_order_common.c
+++ b/app/test-eventdev/test_order_common.c
@@ -253,7 +253,7 @@ void
order_opt_dump(struct evt_options *opt)
{
evt_dump_producer_lcores(opt);
- evt_dump("nb_wrker_lcores", "%d", evt_nr_active_lcores(opt->wlcores));
+ evt_dump("nb_worker_lcores", "%d", evt_nr_active_lcores(opt->wlcores));
Hi Josh, Thanks for the patch.
The typo fixes for comments and logs are more straightforward, but I have
mixed feeling about the variable / macro typo fixes, let's see what others
think.
And I think we should get this patch either one of the first patch or last
patch to prevent conflict with other patches.