DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/bnx2x: fix build error with icc
@ 2019-06-25 23:11 Rasesh Mody
  2019-06-26  7:15 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Rasesh Mody @ 2019-06-25 23:11 UTC (permalink / raw)
  To: dev; +Cc: Rasesh Mody, ferruh.yigit, thomas, GR-Everest-DPDK-Dev

Fix a compilation issue seen with icc 19

Signed-off-by: Rasesh Mody <rmody@marvell.com>
---
 drivers/net/bnx2x/elink.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/bnx2x/elink.c b/drivers/net/bnx2x/elink.c
index d569366..b65126d 100644
--- a/drivers/net/bnx2x/elink.c
+++ b/drivers/net/bnx2x/elink.c
@@ -8097,7 +8097,7 @@ static elink_status_t elink_8073_8727_external_rom_boot(struct bnx2x_softc *sc,
 					     uint8_t port)
 {
 	uint32_t count = 0;
-	uint16_t fw_ver1, fw_msgout;
+	uint16_t fw_ver1 = 0, fw_msgout;
 	elink_status_t rc = ELINK_STATUS_OK;
 
 	/* Boot port from external ROM  */
-- 
1.7.10.3


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

* Re: [dpdk-dev] [PATCH] net/bnx2x: fix build error with icc
  2019-06-25 23:11 [dpdk-dev] [PATCH] net/bnx2x: fix build error with icc Rasesh Mody
@ 2019-06-26  7:15 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2019-06-26  7:15 UTC (permalink / raw)
  To: Rasesh Mody; +Cc: dev, ferruh.yigit, GR-Everest-DPDK-Dev

26/06/2019 01:11, Rasesh Mody:
> Fix a compilation issue seen with icc 19
> 
> Signed-off-by: Rasesh Mody <rmody@marvell.com>

Applied in master branch to recover CI, thanks



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

end of thread, other threads:[~2019-06-26  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25 23:11 [dpdk-dev] [PATCH] net/bnx2x: fix build error with icc Rasesh Mody
2019-06-26  7:15 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).