On Wed, 20 Oct 2021 07:49:59 +0000
"Liguzinski, WojciechX" <wojciechx.liguzin...@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?

Reply via email to