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

Thomas Monjalon thomas at monjalon.net
Tue Jul 4 14:40:45 CEST 2017


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.richardson at 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.



More information about the dev mailing list