Acked-by: Zhirun Yan <[email protected]>
> -----Original Message----- > From: Nithin Dabilpuram <[email protected]> > Sent: Tuesday, March 19, 2024 1:21 PM > To: [email protected] > Cc: [email protected]; [email protected]; [email protected]; > Yan, Zhirun <[email protected]>; [email protected] > Subject: Re: [PATCH] doc: deprecate graph data structures > > Acked-by: Nithin Dabilpuram <[email protected]> > > On Wed, Feb 21, 2024 at 9:50 PM <[email protected]> wrote: > > > > From: Pavan Nikhilesh <[email protected]> > > > > Deprecate rte_node, rte_node_register and rte_graph_cluster_node_stats > > structures as will be extended to include node specific error counters > > and error description. > > > > Signed-off-by: Pavan Nikhilesh <[email protected]> > > --- > > doc/guides/rel_notes/deprecation.rst | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > > b/doc/guides/rel_notes/deprecation.rst > > index 10630ba255..b3dfd06ed6 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -142,3 +142,8 @@ Deprecation Notices > > will be deprecated and subsequently removed in DPDK 24.11 release. > > Before this, the new port library API (functions rte_swx_port_*) > > will gradually transition from experimental to stable status. > > + > > +* graph: The graph library data structures will be modified to > > + support node specific errors, the structures ``rte_node``, > > + ``rte_node_register`` and ``rte_graph_cluster_node_stats`` will be > > + extended to include node error counters and error description. > > -- > > 2.25.1 > >

