All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mk: increase unsupported icc version for thunderx
@ 2017-04-11 16:52 Ferruh Yigit
  2017-04-19 22:10 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2017-04-11 16:52 UTC (permalink / raw)
  To: Jerin Jacob, Thomas Monjalon; +Cc: dev, Ferruh Yigit

Increase unsupported ICC version for thunderx PMD to <= 16

Build error reported:
http://dpdk.org/ml/archives/dev/2017-April/063647.html

Fixes: 0b9ce550c4f6 ("net/thunderx: disable PMD for old compilers")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 mk/toolchain/icc/rte.toolchain-compat.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mk/toolchain/icc/rte.toolchain-compat.mk b/mk/toolchain/icc/rte.toolchain-compat.mk
index 73770f7..88f1ac9 100644
--- a/mk/toolchain/icc/rte.toolchain-compat.mk
+++ b/mk/toolchain/icc/rte.toolchain-compat.mk
@@ -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
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mk: increase unsupported icc version for thunderx
  2017-04-11 16:52 [PATCH] mk: increase unsupported icc version for thunderx Ferruh Yigit
@ 2017-04-19 22:10 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-04-19 22:10 UTC (permalink / raw)
  To: Ferruh Yigit, dev; +Cc: Jerin Jacob

11/04/2017 18:52, Ferruh Yigit:
> Increase unsupported ICC version for thunderx PMD to <= 16
> 
> Build error reported:
> http://dpdk.org/ml/archives/dev/2017-April/063647.html
> 
> Fixes: 0b9ce550c4f6 ("net/thunderx: disable PMD for old compilers")
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-19 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 16:52 [PATCH] mk: increase unsupported icc version for thunderx Ferruh Yigit
2017-04-19 22:10 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.