mbuf: implement generic format for sched
> field
>
> -Original Message-
> > Date: Fri, 23 Nov 2018 16:54:23 +
> > From: Jasvinder Singh
> > To: dev@dpdk.org
> > CC: cristian.dumitre...@intel.com, Reshma Pattan
>
> > Subject: [dpdk-dev] [PATCH]
> -Original Message-
> From: Dumitrescu, Cristian
> Sent: Tuesday, December 4, 2018 5:39 PM
> To: Singh, Jasvinder ; dev@dpdk.org
> Cc: Pattan, Reshma
> Subject: RE: [PATCH] mbuf: implement generic format for sched field
>
> > >
> > > > + uint8_t color;
mbuf: implement generic format for sched
> field
>
> -Original Message-
> > Date: Fri, 23 Nov 2018 16:54:23 +
> > From: Jasvinder Singh
> > To: dev@dpdk.org
> > CC: cristian.dumitre...@intel.com, Reshma Pattan
> >
> > Subject: [dpdk-dev] [P
> >
> > > + uint8_t color; /**< Color. */
> >
> > We should create a new file rte_color.h in a common place
> > (librte_eal/common/include) to consolidate the color definition, which is
> > currently replicated in too many places, such as: rte_meter.h, rte_mtr.h,
> > rte_t
-Original Message-
> Date: Fri, 23 Nov 2018 16:54:23 +
> From: Jasvinder Singh
> To: dev@dpdk.org
> CC: cristian.dumitre...@intel.com, Reshma Pattan
> Subject: [dpdk-dev] [PATCH] mbuf: implement generic format for sched field
> X-Mailer: git-send-email 2.17
>
> > diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h
> > index 3dbc6695e..98428bd21 100644
> > --- a/lib/librte_mbuf/rte_mbuf.h
> > +++ b/lib/librte_mbuf/rte_mbuf.h
> > @@ -575,12 +575,10 @@ struct rte_mbuf {
> > */
> > } f
Hi Jasvinder,
> -Original Message-
> From: Singh, Jasvinder
> Sent: Friday, November 23, 2018 4:54 PM
> To: dev@dpdk.org
> Cc: Dumitrescu, Cristian ; Pattan, Reshma
>
> Subject: [PATCH] mbuf: implement generic format for sched field
>
> This patch implements the changes proposed in the d
This patch implements the changes proposed in the deprecation
notes [1][2].
The opaque 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.
In addtion, following API functions of t
8 matches
Mail list logo