Re: [dpdk-dev] [PATCH 08/18] sched: remove check for SSE4

2017-07-04 Thread Thomas Monjalon
20/06/2017 17:23, Bruce Richardson: > Since SSE4 is now part of the minimum requirements for DPDK, we don't need > to check for its presence any more. > > Signed-off-by: Bruce Richardson > --- > lib/librte_sched/rte_sched.c | 2 +- > lib/librte_table/rte_lru.h | 7 +-- > 2 files changed, 2

[dpdk-dev] [PATCH 08/18] sched: remove check for SSE4

2017-06-20 Thread Bruce Richardson
Since SSE4 is now part of the minimum requirements for DPDK, we don't need to check for its presence any more. Signed-off-by: Bruce Richardson --- lib/librte_sched/rte_sched.c | 2 +- lib/librte_table/rte_lru.h | 7 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/lib/lib