Re: [dpdk-dev] [PATCH] eal: deprecate rte_cpu_check_supported

2017-04-04 Thread Thomas Monjalon
2017-04-04 09:39, Aaron Conole: > Hi Thomas, > > Thomas Monjalon writes: > > > 2017-03-31 14:31, Aaron Conole: > >> It's likely that this function isn't used anywhere, but since it was part > >> of > >> the public API, mark the function for deprecation for at least one release. > >> > >> Signe

Re: [dpdk-dev] [PATCH] eal: deprecate rte_cpu_check_supported

2017-04-04 Thread Aaron Conole
Hi Thomas, Thomas Monjalon writes: > 2017-03-31 14:31, Aaron Conole: >> It's likely that this function isn't used anywhere, but since it was part of >> the public API, mark the function for deprecation for at least one release. >> >> Signed-off-by: Aaron Conole Thanks so much for the review!

Re: [dpdk-dev] [PATCH] eal: deprecate rte_cpu_check_supported

2017-04-04 Thread Thomas Monjalon
2017-03-31 14:31, Aaron Conole: > It's likely that this function isn't used anywhere, but since it was part of > the public API, mark the function for deprecation for at least one release. > > Signed-off-by: Aaron Conole [...] > --- a/lib/librte_eal/common/arch/x86/rte_spinlock.c > +++ b/lib/libr

Re: [dpdk-dev] [PATCH] eal: deprecate rte_cpu_check_supported

2017-04-03 Thread Bruce Richardson
On Fri, Mar 31, 2017 at 02:31:22PM -0400, Aaron Conole wrote: > It's likely that this function isn't used anywhere, but since it was part of > the public API, mark the function for deprecation for at least one release. > > Signed-off-by: Aaron Conole > --- Acked-by: Bruce Richardson

[dpdk-dev] [PATCH] eal: deprecate rte_cpu_check_supported

2017-03-31 Thread Aaron Conole
It's likely that this function isn't used anywhere, but since it was part of the public API, mark the function for deprecation for at least one release. Signed-off-by: Aaron Conole --- lib/librte_eal/bsdapp/eal/rte_eal_version.map| 7 +++ lib/librte_eal/common/arch/x86/rte_cpuflags.c