Re: [dpdk-dev] [PATCH] examples/ip_pipeline: remove tc ov flag from pipe profile cli

2019-08-06 Thread Singh, Jasvinder
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, August 6, 2019 11:43 AM > To: Dumitrescu, Cristian ; Singh, Jasvinder > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: remove tc ov flag fr

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: remove tc ov flag from pipe profile cli

2019-08-06 Thread Thomas Monjalon
31/07/2019 14:19, Dumitrescu, Cristian: > From: Singh, Jasvinder > > Subject: [PATCH] examples/ip_pipeline: remove tc ov flag from pipe profile > > cli > > > > Since sched library always check the non-zero value of subport tc > > ov weight. Therefore, it is necessary to set right value of tc ov >

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: remove tc ov flag from pipe profile cli

2019-07-31 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Wednesday, July 31, 2019 12:33 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/ip_pipeline: remove tc ov flag from pipe profile > cli > > Since sched library always check the non-zero value of subport tc

[dpdk-dev] [PATCH] examples/ip_pipeline: remove tc ov flag from pipe profile cli

2019-07-31 Thread Jasvinder Singh
Since sched library always check the non-zero value of subport tc ov weight. Therefore, it is necessary to set right value of tc ov weight even if RTE_SCHED_SUBPORT_TC_OV is disabled. Signed-off-by: Jasvinder Singh --- examples/ip_pipeline/cli.c | 2 -- 1 file changed, 2 deletions(-) diff --git