Re: [dpdk-dev] [PATCH 0/4] Enhance CPU flag support

2019-06-27 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Wednesday, May 29, 2019 4:41 PM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH 0/4] Enhance CPU flag support > > Currently in DPDK, any

[dpdk-dev] [PATCH 0/4] Enhance CPU flag support

2019-05-29 Thread Bruce Richardson
Currently in DPDK, any checks for the presence or absense of specific CPU flags has to be enclosed in #ifdef blocks, since the flags are conditionally defined per architecture as enums. This set attempts to improve this situation by allowing the flags to be queried as strings, with a CPU architectu