Re: [PATCH v3 5/6] examples/qos_sched: fix lcore ID restriction

2023-12-20 Thread Stephen Hemminger
On Wed, 20 Dec 2023 07:45:00 +0100 Sivaprasad Tummala wrote: > diff --git a/examples/qos_sched/args.c b/examples/qos_sched/args.c > index e97273152a..22fe76eeb5 100644 > --- a/examples/qos_sched/args.c > +++ b/examples/qos_sched/args.c > @@ -182,10 +182,10 @@ app_parse_flow_conf(const char *conf_

Re: [PATCH v3 5/6] examples/qos_sched: fix lcore ID restriction

2024-01-09 Thread Ferruh Yigit
On 12/20/2023 4:31 PM, Stephen Hemminger wrote: > On Wed, 20 Dec 2023 07:45:00 +0100 > Sivaprasad Tummala wrote: > >> diff --git a/examples/qos_sched/args.c b/examples/qos_sched/args.c >> index e97273152a..22fe76eeb5 100644 >> --- a/examples/qos_sched/args.c >> +++ b/examples/qos_sched/args.c >>

RE: [PATCH v3 5/6] examples/qos_sched: fix lcore ID restriction

2024-01-16 Thread Tummala, Sivaprasad
ico...@intel.com; gak...@marvell.com; cristian.dumitre...@intel.com; > konstantin.anan...@huawei.com; dev@dpdk.org; sta...@dpdk.org; Bruce > Richardson > Subject: Re: [PATCH v3 5/6] examples/qos_sched: fix lcore ID restriction > > On 12/20/2023 4:31 PM, Stephen Hemminger wrote: &g

Re: [PATCH v3 5/6] examples/qos_sched: fix lcore ID restriction

2024-01-16 Thread Stephen Hemminger
On Tue, 16 Jan 2024 12:33:48 + "Tummala, Sivaprasad" wrote: > > > Not sure why cast is even needed, assigning uint32_t to uint16_t is > > > not going to generate a warning with current compiler settings. > > > > > > > I was assuming compiler will complain when assigning uint32_t to uint16_t