git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
541ce1c
)
net/enic: replace check for SSE4 with check for x86
author
Bruce Richardson
<bruce.richardson@intel.com>
Tue, 20 Jun 2017 15:23:08 +0000
(16:23 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 4 Jul 2017 12:39:18 +0000
(14:39 +0200)
Since SSE4 is now minimum requirement for x86 platforms we can replace the
check for SSE4 with a check for x86
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
drivers/net/enic/enic_clsf.c
patch
|
blob
|
history
diff --git
a/drivers/net/enic/enic_clsf.c
b/drivers/net/enic/enic_clsf.c
index
9e94afd
..
9b46142
100644
(file)
--- a/
drivers/net/enic/enic_clsf.c
+++ b/
drivers/net/enic/enic_clsf.c
@@
-57,7
+57,7
@@
#include "vnic_intr.h"
#include "vnic_nic.h"
-#ifdef RTE_
MACHINE_CPUFLAG_SSE4_2
+#ifdef RTE_
ARCH_X86
#include <rte_hash_crc.h>
#define DEFAULT_HASH_FUNC rte_hash_crc
#else