Re: [dpdk-dev] [PATCH 00/18] Increase minimum requirements for x86 platforms

2017-07-21 Thread Bruce Richardson
On Tue, Jul 04, 2017 at 02:42:24PM +0200, Thomas Monjalon wrote: > > > Bruce Richardson (18): > > > mk: require SSE4.2 support on all x86 platforms > > > acl: remove checks for SSE4 > > > distributor: remove checks for SSE4 > > > eal: remove unneeded conditionals for SSE headers > > > has

Re: [dpdk-dev] [PATCH 00/18] Increase minimum requirements for x86 platforms

2017-07-04 Thread Thomas Monjalon
> > Bruce Richardson (18): > > mk: require SSE4.2 support on all x86 platforms > > acl: remove checks for SSE4 > > distributor: remove checks for SSE4 > > eal: remove unneeded conditionals for SSE headers > > hash: remove checks for SSE4 > > ip_frag: check for x86 rather than SSE4 > >

Re: [dpdk-dev] [PATCH 00/18] Increase minimum requirements for x86 platforms

2017-06-30 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Tuesday, June 20, 2017 4:23 PM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH 00/18] Increase minimum requirements for x86 > platforms &g

[dpdk-dev] [PATCH 00/18] Increase minimum requirements for x86 platforms

2017-06-20 Thread Bruce Richardson
This patchset sets the minimum instruction set level for x86 platform to SSE4.2, up from SSE3. This means that all builds will have SSE4.2 support included, and we can remove special case manipulation of CFLAGS for the same. Naturally, this does mean that some machines that previously could run DPD