[dpdk-dev] [PATCH v3 5/6] Move common functions in eal_timer.c

2015-01-05 Thread Thomas Monjalon
2014-12-30 11:37, Ravi Kerur: > Use common function name set_tsc_freq_from_sysctl for BSD and Linux. [...] > +/** > + * This function sets TSC frequency from sysctl > + * for BSD and from clock for Linux. > + * > + * This function is private to the EAL. > + */ > +int

[dpdk-dev] [PATCH v3 5/6] Move common functions in eal_timer.c

2014-12-30 Thread Ravi Kerur
Changes in v3 Changed subject line to explicitly include file name Commit log includes function names moved to common directory. Changes in v2 Use common function name set_tsc_freq_from_sysctl for BSD and Linux. Update comments about its actuality in function declaration. Changes in v1 Move