From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: dpdk 2.1.0: 40gig ports link is down Date: Mon, 12 Oct 2015 08:38:50 -0700 Message-ID: <20151012083850.46f787a0@urahara> References: <2E654B490240B7449C846A96A8D8FE0CC439DE9F@ILMB2.corp.radware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Shaham Fridenberg Return-path: Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by dpdk.org (Postfix) with ESMTP id 28B778E80 for ; Mon, 12 Oct 2015 17:38:41 +0200 (CEST) Received: by pacex6 with SMTP id ex6so3075059pac.3 for ; Mon, 12 Oct 2015 08:38:39 -0700 (PDT) In-Reply-To: <2E654B490240B7449C846A96A8D8FE0CC439DE9F@ILMB2.corp.radware.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, 12 Oct 2015 13:29:42 +0000 Shaham Fridenberg 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).