> -----Original Message-----
> From: Olivier Matz [mailto:[email protected]]
> Sent: Thursday, December 20, 2018 12:43 PM
> To: Pattan, Reshma <[email protected]>
> Cc: [email protected]; [email protected]; Rao, Nikhil
> <[email protected]>; [email protected]; Singh, Jasvinder
> <[email protected]>; Dumitrescu, Cristian
> <[email protected]>; Ananyev, Konstantin
> <[email protected]>
> Subject: Re: [PATCH v7 2/2] mbuf: implement generic format for sched field
>
> On Thu, Dec 20, 2018 at 12:16:09PM +0000, Reshma Pattan wrote:
> > 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 traffic manager and meter APIs.
> > The new generic format contains: queue ID, traffic class, color.
> >
> > Added public APIs to set and get these new fields to and from mbuf.
> >
> > librte_sched changes:
> > In addtion, following API functions of the sched library have
> > been modified with an additional parameter of type struct
> > rte_sched_port to accommodate the changes made to mbuf sched field.
> > (i)rte_sched_port_pkt_write()
> > (ii) rte_sched_port_pkt_read_tree_path()
> >
> > librte_pipeline, qos_sched UT, qos_sched app are updated
> > to make use of new changes.
> >
> > Also mbuf->hash.txadapter has been added for eventdev txq,
> > rte_event_eth_tx_adapter_txq_set and
> rte_event_eth_tx_adapter_txq_get()
> > are updated to use mbuf->hash.txadapter.txq.
> >
> > doc:
> > Release notes updated.
> > Removed deprecation notice for mbuf->hash.sched and sched API.
> >
> > [1] http://mails.dpdk.org/archives/dev/2018-February/090651.html
> > [2] https://mails.dpdk.org/archives/dev/2018-November/119051.html
> >
> > Signed-off-by: Jasvinder Singh <[email protected]>
> > Signed-off-by: Reshma Pattan <[email protected]>
> > Acked-by: Cristian Dumitrescu <[email protected]>
> > Acked-by: Konstantin Ananyev <[email protected]>
>
> Acked-by: Olivier Matz <[email protected]>
>
> Thanks
Patch set applied to next-qos tree, thanks!