[dpdk-dev] [PATCH v17 2/5] example/qos_sched: add PIE support
Liguzinski, WojciechX
wojciechx.liguzinski at intel.com
Wed Oct 20 20:28:09 CEST 2021
Hi Stephen,
Sure, no problem with that.
I probably changed that line together with something else in some earlier version and didn't notice it now.
Thanks,
Wojtek
-----Original Message-----
From: Stephen Hemminger <stephen at networkplumber.org>
Sent: Wednesday, October 20, 2021 5:11 PM
To: Liguzinski, WojciechX <wojciechx.liguzinski at intel.com>
Cc: dev at dpdk.org; Singh, Jasvinder <jasvinder.singh at intel.com>; Dumitrescu, Cristian <cristian.dumitrescu at intel.com>; Ajmera, Megha <megha.ajmera at intel.com>
Subject: Re: [dpdk-dev] [PATCH v17 2/5] example/qos_sched: add PIE support
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