View | Details | Raw Unified | Return to bug 804
Collapse All | Expand All

(-)a/examples/distributor/main.c (+1 lines)
Lines 602-607 lcore_worker(struct lcore_params *p) Link Here
602
		if (num > 0)
602
		if (num > 0)
603
			app_stats.worker_bursts[p->worker_id][num-1]++;
603
			app_stats.worker_bursts[p->worker_id][num-1]++;
604
	}
604
	}
605
	rte_distributor_return_pkt(d, id, buf, num);
605
	if (power_lib_initialised)
606
	if (power_lib_initialised)
606
		rte_power_exit(rte_lcore_id());
607
		rte_power_exit(rte_lcore_id());
607
	rte_free(p);
608
	rte_free(p);

Return to bug 804