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 <bruce.richard...@intel.com> > --- > lib/librte_sched/rte_sched.c | 2 +- > lib/librte_table/rte_lru.h | 7 +------ > 2 files changed, 2 insertions(+), 7 deletions(-)
You have squashed sched and table together. Resurrecting commit for librte_table: table: remove check for SSE4 Since SSE4 is now part of the minimum requirements for DPDK, we don't need the scalar version on x86.