Re: [dpdk-dev] [PATCH v9 02/10] eal: move OS common options functions

2020-06-25 Thread Thomas Monjalon
24/06/2020 10:28, tal...@mellanox.com: > From: Tal Shnaiderman > > Move common functions between Unix and Windows to eal_common_options.c. > > Those functions are getter functions for rte_application_usage_hook. [...] > +/* Return a pointer to rte_usage_hook_t */ > +rte_usage_hook_t * Why not r

[dpdk-dev] [PATCH v9 02/10] eal: move OS common options functions

2020-06-24 Thread talshn
From: Tal Shnaiderman Move common functions between Unix and Windows to eal_common_options.c. Those functions are getter functions for rte_application_usage_hook. Signed-off-by: Tal Shnaiderman --- lib/librte_eal/common/eal_common_options.c | 23 +++ lib/librte_eal/common/