+ Pallavi, Khoa On Mon, 11 Jan 2021 15:37:26 -0800, Tyler Retzlaff wrote: > From: Tyler Retzlaff <roret...@microsoft.com> > > declare reduced set of exports for rte_metrics on windows and include > it in the set of libraries to build and install. > > rte_metrics_tel* exports depend on conditionally available component. > this change minimally allows enabling the building of rte_metrics on > windows.
What's the future plan? Once we talked about a script that would inspect objects and filter missing functions from the list in .map to build .def. Is MSFT working on it? Or do we choose another way? > --- /dev/null > +++ b/lib/librte_metrics/rte_metrics_exports.def > @@ -0,0 +1,8 @@ > +EXPORTS > + rte_metrics_get_names > + rte_metrics_get_values > + rte_metrics_init + rte_metrics_deinit > + rte_metrics_reg_name > + rte_metrics_reg_names > + rte_metrics_update_value > + rte_metrics_update_values