Re: [dpdk-dev] [PATCH 2/2] build: add rdrand and rdseed checks to build

2019-06-03 Thread Thomas Monjalon
15/05/2019 18:53, Mattias Rönnblom: > On 2019-05-14 15:37, Bruce Richardson wrote: > > The meson build never checked for the presence of rdrand and rdseed > > instructions, while make build never checked for rdseed. Ensure builds > > always have the appropriate checks - and therefore defines - for

Re: [dpdk-dev] [PATCH 2/2] build: add rdrand and rdseed checks to build

2019-05-15 Thread Mattias Rönnblom
On 2019-05-14 15:37, Bruce Richardson wrote: The meson build never checked for the presence of rdrand and rdseed instructions, while make build never checked for rdseed. Ensure builds always have the appropriate checks - and therefore defines - for these instructions. For runtime, we also add in