> On Tue, 19 Mar 2024 08:52:13 +0530 > Jerin Jacob <jerinjac...@gmail.com> wrote: > > > On Wed, Feb 21, 2024 at 9:43 PM <pbhagavat...@marvell.com> wrote: > > > > > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > > > > > 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 <pbhagavat...@marvell.com> > > > > Implementation patches for 24.11 at > > https://urldefense.proofpoint.com/v2/url?u=https- > 3A__patches.dpdk.org_project_dpdk_list_-3Fseries- > 3D31181&d=DwIFaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=E3SgYMjtKCMVsB- > fmvgGV3o-g_fjLhk5Pupi9ijohpc&m=UWUO- > vO43HDzAb_QlsOvuvJsc8rbmtFAcsB6Hgzhjaumo01L- > tlXha8dw_qPzxMO&s=FKKIPKTNhxdMKJf9M4Gma8F4783JsEFR512A7hfeQp > g&e= . > > The deprecation notice looks good to me. > > > > Acked-by: Jerin Jacob <jer...@marvell.com> > > Can more of the internals be private to the library to avoid future changes.
These structures are all used in fastpath i.e., inline functions so, unfortunately cant be made private.