[dpdk-dev] [PATCH v17 2/5] example/qos_sched: add PIE support

Stephen Hemminger stephen at networkplumber.org
Wed Oct 20 17:11:08 CEST 2021


On Wed, 20 Oct 2021 07:49:59 +0000
"Liguzinski, WojciechX" <wojciechx.liguzinski at intel.com> wrote:

> diff --git a/examples/qos_sched/app_thread.c b/examples/qos_sched/app_thread.c
> index dbc878b553..895c0d3592 100644
> --- a/examples/qos_sched/app_thread.c
> +++ b/examples/qos_sched/app_thread.c
> @@ -205,7 +205,6 @@ app_worker_thread(struct thread_conf **confs)
>  		if (likely(nb_pkt)) {
>  			int nb_sent = rte_sched_port_enqueue(conf->sched_port, mbufs,
>  					nb_pkt);
> -
>  			APP_STATS_ADD(conf->stat.nb_drop, nb_pkt - nb_sent);
>  			APP_STATS_ADD(conf->stat.nb_rx, nb_pkt);
>  		}

Unnecessary whitespace change, drop this in next revision?


More information about the dev mailing list