Re: [dpdk-dev] [PATCH] metrics/windows: build rte_metrics library

2021-01-11 Thread Tal Shnaiderman
> Subject: Re: [dpdk-dev] [PATCH] metrics/windows: build rte_metrics library > > On Tue, Jan 12, 2021 at 04:15:34AM +0300, Dmitry Kozlyuk wrote: > > + Pallavi, Khoa > > > > What's the future plan? Once we talked about a script that would > > inspect objects

Re: [dpdk-dev] [PATCH] metrics/windows: build rte_metrics library

2021-01-11 Thread Tyler Retzlaff
On Tue, Jan 12, 2021 at 04:15:34AM +0300, Dmitry Kozlyuk wrote: > + Pallavi, Khoa > > 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? MSFT has

Re: [dpdk-dev] [PATCH] metrics/windows: build rte_metrics library

2021-01-11 Thread Dmitry Kozlyuk
+ Pallavi, Khoa On Mon, 11 Jan 2021 15:37:26 -0800, Tyler Retzlaff wrote: > From: Tyler Retzlaff > > 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.

[dpdk-dev] [PATCH] metrics/windows: build rte_metrics library

2021-01-11 Thread Tyler Retzlaff
From: Tyler Retzlaff 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. Signed-