Re: [dpdk-dev] [PATCH v4 06/26] eal-common: introduce a way to query cpu support

2017-02-27 Thread Bruce Richardson
On Mon, Feb 27, 2017 at 09:33:19AM -0500, Aaron Conole wrote: > Bruce Richardson writes: > > > On Sat, Feb 25, 2017 at 11:02:49AM -0500, Aaron Conole wrote: > >> This adds a new API to check for the eal cpu versions. > >> > >> Signed-off-by: Aaron Conole > >> --- > >> lib/librte_eal/common/eal

Re: [dpdk-dev] [PATCH v4 06/26] eal-common: introduce a way to query cpu support

2017-02-27 Thread Aaron Conole
Bruce Richardson writes: > On Sat, Feb 25, 2017 at 11:02:49AM -0500, Aaron Conole wrote: >> This adds a new API to check for the eal cpu versions. >> >> Signed-off-by: Aaron Conole >> --- >> lib/librte_eal/common/eal_common_cpuflags.c | 13 +++-- >> lib/librte_eal/common/inclu

Re: [dpdk-dev] [PATCH v4 06/26] eal-common: introduce a way to query cpu support

2017-02-27 Thread Bruce Richardson
On Sat, Feb 25, 2017 at 11:02:49AM -0500, Aaron Conole wrote: > This adds a new API to check for the eal cpu versions. > > Signed-off-by: Aaron Conole > --- > lib/librte_eal/common/eal_common_cpuflags.c | 13 +++-- > lib/librte_eal/common/include/generic/rte_cpuflags.h | 9

[dpdk-dev] [PATCH v4 06/26] eal-common: introduce a way to query cpu support

2017-02-25 Thread Aaron Conole
This adds a new API to check for the eal cpu versions. Signed-off-by: Aaron Conole --- lib/librte_eal/common/eal_common_cpuflags.c | 13 +++-- lib/librte_eal/common/include/generic/rte_cpuflags.h | 9 + 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/lib