DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] dpdk 2.1.0: 40gig ports link is down
@ 2015-10-12 13:29 Shaham Fridenberg
  2015-10-12 15:38 ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Shaham Fridenberg @ 2015-10-12 13:29 UTC (permalink / raw)
  To: dev

Hey all,

I upgraded from dpdk 1.8.0 to 2.1.0 and now my 40gig ports (rte_i40e_pmd) link is down.

Any idea what might be the issue?

Thanks,
Shaham

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

* Re: [dpdk-dev] dpdk 2.1.0: 40gig ports link is down
  2015-10-12 13:29 [dpdk-dev] dpdk 2.1.0: 40gig ports link is down Shaham Fridenberg
@ 2015-10-12 15:38 ` Stephen Hemminger
  2015-10-12 17:04   ` Shaham Fridenberg
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2015-10-12 15:38 UTC (permalink / raw)
  To: Shaham Fridenberg; +Cc: dev

On Mon, 12 Oct 2015 13:29:42 +0000
Shaham Fridenberg <ShahamF@Radware.com> wrote:

> Hey all,
> 
> I upgraded from dpdk 1.8.0 to 2.1.0 and now my 40gig ports (rte_i40e_pmd) link is down.
> 
> Any idea what might be the issue?
> 
> Thanks,
> Shaham

Compile i40e with DEBUG flag enabled in config and make sure LOGLEVEL
is set to 8 to show debug output.

It maybe something related to firmware versions.
Make sure you have updated firmware (see Intel tool).

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

* Re: [dpdk-dev] dpdk 2.1.0: 40gig ports link is down
  2015-10-12 15:38 ` Stephen Hemminger
@ 2015-10-12 17:04   ` Shaham Fridenberg
  2015-10-12 17:14     ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Shaham Fridenberg @ 2015-10-12 17:04 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev

Hey Stephen,

Thanks for your help.

I tried updating i40e driver to the latest version (from 1.0.11-k to 1.3.39.1) but it didn't help.

By 'Compile i40e with DEBUG flag' you mean adding "CONFIG_RTE_LOG_LEVEL=8" to defconfig_x86_64-wsm-linuxapp-gcc (assuming I'm compiling for westmere)?

Also, is there any log file generated in that case?

Thanks,
Shaham

-----Original Message-----
From: Stephen Hemminger [mailto:stephen@networkplumber.org] 
Sent: Monday, October 12, 2015 6:39 PM
To: Shaham Fridenberg
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] dpdk 2.1.0: 40gig ports link is down

On Mon, 12 Oct 2015 13:29:42 +0000
Shaham Fridenberg <ShahamF@Radware.com> wrote:

> Hey all,
> 
> I upgraded from dpdk 1.8.0 to 2.1.0 and now my 40gig ports (rte_i40e_pmd) link is down.
> 
> Any idea what might be the issue?
> 
> Thanks,
> Shaham

Compile i40e with DEBUG flag enabled in config and make sure LOGLEVEL is set to 8 to show debug output.

It maybe something related to firmware versions.
Make sure you have updated firmware (see Intel tool).

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

* Re: [dpdk-dev] dpdk 2.1.0: 40gig ports link is down
  2015-10-12 17:04   ` Shaham Fridenberg
@ 2015-10-12 17:14     ` Stephen Hemminger
  2015-10-13 11:57       ` Shaham Fridenberg
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2015-10-12 17:14 UTC (permalink / raw)
  To: Shaham Fridenberg; +Cc: dev

On Mon, 12 Oct 2015 17:04:01 +0000
Shaham Fridenberg <ShahamF@Radware.com> wrote:

> Hey Stephen,
> 
> Thanks for your help.
> 
> I tried updating i40e driver to the latest version (from 1.0.11-k to 1.3.39.1) but it didn't help.
> 
> By 'Compile i40e with DEBUG flag' you mean adding "CONFIG_RTE_LOG_LEVEL=8" to defconfig_x86_64-wsm-linuxapp-gcc (assuming I'm compiling for westmere)?
> 
> Also, is there any log file generated in that case?
> 
> Thanks,
> Shaham

I was thinking of firmware update tool, which you need to run on Linux (w/o DPDK)
 https://downloadcenter.intel.com/download/24769/NVM-Update-Utility-for-Intel-Ethernet-Converged-Network-Adapter-XL710-X710-Series

In current DPDK, the config stuff is in common_linuxapp

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

* Re: [dpdk-dev] dpdk 2.1.0: 40gig ports link is down
  2015-10-12 17:14     ` Stephen Hemminger
@ 2015-10-13 11:57       ` Shaham Fridenberg
  0 siblings, 0 replies; 5+ messages in thread
From: Shaham Fridenberg @ 2015-10-13 11:57 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: dev

Updating the firmware using the tool did solve the problem! Now link is up.

Thanks a lot for your time and help Stephen! :)

-----Original Message-----
From: Stephen Hemminger [mailto:stephen@networkplumber.org] 
Sent: Monday, October 12, 2015 8:14 PM
To: Shaham Fridenberg
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] dpdk 2.1.0: 40gig ports link is down

On Mon, 12 Oct 2015 17:04:01 +0000
Shaham Fridenberg <ShahamF@Radware.com> wrote:

> Hey Stephen,
> 
> Thanks for your help.
> 
> I tried updating i40e driver to the latest version (from 1.0.11-k to 1.3.39.1) but it didn't help.
> 
> By 'Compile i40e with DEBUG flag' you mean adding "CONFIG_RTE_LOG_LEVEL=8" to defconfig_x86_64-wsm-linuxapp-gcc (assuming I'm compiling for westmere)?
> 
> Also, is there any log file generated in that case?
> 
> Thanks,
> Shaham

I was thinking of firmware update tool, which you need to run on Linux (w/o DPDK)  https://downloadcenter.intel.com/download/24769/NVM-Update-Utility-for-Intel-Ethernet-Converged-Network-Adapter-XL710-X710-Series

In current DPDK, the config stuff is in common_linuxapp

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

end of thread, other threads:[~2015-10-13 11:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-12 13:29 [dpdk-dev] dpdk 2.1.0: 40gig ports link is down Shaham Fridenberg
2015-10-12 15:38 ` Stephen Hemminger
2015-10-12 17:04   ` Shaham Fridenberg
2015-10-12 17:14     ` Stephen Hemminger
2015-10-13 11:57       ` Shaham Fridenberg

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).