On 7/3/2019 9:22 PM, Jerin Jacob Kollanukkaran wrote:
>> -----Original Message-----
>> From: jer...@marvell.com <jer...@marvell.com>
>> Sent: Wednesday, July 3, 2019 2:12 PM
>> To: dev@dpdk.org
>> Cc: Jerin Jacob Kollanukkaran <jer...@marvell.com>
>> Subject: [dpdk-dev] [PATCH v3 00/58] OCTEON TX2 Ethdev driver
>>
>> From: Jerin Jacob <jer...@marvell.com>
>>
>> This patchset adds support for OCTEON TX2 ethdev driver.
> 
> Series applied to dpdk-next-net-mrvl/master. Thanks.
> 
Jerin's ack added for the patches that are not by maintainers.

Added following patch in next-net because of icc warnings:

diff --git a/drivers/net/octeontx2/Makefile b/drivers/net/octeontx2/Makefile
index 244b7445d..d08d3d854 100644
--- a/drivers/net/octeontx2/Makefile
+++ b/drivers/net/octeontx2/Makefile
@@ -14,13 +14,15 @@ CFLAGS += -I$(RTE_SDK)/drivers/common/octeontx2
 CFLAGS += -I$(RTE_SDK)/drivers/mempool/octeontx2
 CFLAGS += -I$(RTE_SDK)/drivers/net/octeontx2
 CFLAGS += -O3
+ifneq ($(CONFIG_RTE_TOOLCHAIN_ICC),y)
 CFLAGS += -flax-vector-conversions
+endif

 ifneq ($(CONFIG_RTE_ARCH_64),y)
 CFLAGS += -Wno-int-to-pointer-cast
 CFLAGS += -Wno-pointer-to-int-cast
 ifeq ($(CONFIG_RTE_TOOLCHAIN_ICC),y)
-CFLAGS += -diag-disable 2259 -flax-vector-conversions
+CFLAGS += -diag-disable 2259
 endif

Reply via email to