mk: increase unsupported icc version for thunderx
[dpdk.git] / mk / toolchain / icc / rte.toolchain-compat.mk
index 73770f7..88f1ac9 100644 (file)
@@ -73,8 +73,8 @@ else
                MACHINE_CFLAGS := $(patsubst -march=%,-xSSE3,$(MACHINE_CFLAGS))
        endif
 
-       # Disable thunderx PMD for icc <= 14.0
-       ifeq ($(shell test $(ICC_MAJOR_VERSION) -le 14 && echo 1), 1)
+       # Disable thunderx PMD for icc <= 16.0
+       ifeq ($(shell test $(ICC_MAJOR_VERSION) -le 16 && echo 1), 1)
                CONFIG_RTE_LIBRTE_THUNDERX_NICVF_PMD=d
        endif
 endif