Re: [dpdk-dev] [PATCH v2 1/3] mbuf: implement generic format for sched field

2018-12-13 Thread Rao, Nikhil
bject: [dpdk-dev] [PATCH v2 1/3] mbuf: implement generic format for > sched field > > This patch implements the changes proposed in the deprecation notes [1][2]. > > librte_mbuf changes: > The mbuf::hash::sched field is updated to support generic definition in line > wit

Re: [dpdk-dev] [PATCH v2 1/3] mbuf: implement generic format for sched field

2018-12-12 Thread Dumitrescu, Cristian
Hi Reshma, More comments on this patch. > diff --git a/lib/librte_pipeline/rte_table_action.c > b/lib/librte_pipeline/rte_table_action.c > index 7c7c8dd82..f9768b9cc 100644 > --- a/lib/librte_pipeline/rte_table_action.c > +++ b/lib/librte_pipeline/rte_table_action.c > @@ -107,14 +107,6 @@ mtr_c

Re: [dpdk-dev] [PATCH v2 1/3] mbuf: implement generic format for sched field

2018-12-11 Thread Dumitrescu, Cristian
> -Original Message- > From: Pattan, Reshma > Sent: Friday, December 7, 2018 2:32 PM > To: dev@dpdk.org; Dumitrescu, Cristian ; > jerin.ja...@caviumnetworks.com; Singh, Jasvinder > > Cc: Pattan, Reshma > Subject: [PATCH v2 1/3] mbuf: implement generic format for sched field > > This p

[dpdk-dev] [PATCH v2 1/3] mbuf: implement generic format for sched field

2018-12-07 Thread Reshma Pattan
This patch implements the changes proposed in the deprecation notes [1][2]. librte_mbuf changes: The mbuf::hash::sched field is updated to support generic definition in line with the ethdev TM and MTR APIs. The new generic format contains: queue ID, traffic class, color. Added public APIs to set