From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=uKVURJLa3/zG+GYfH05kIjgAjX6RMaFGknwHOjGJXtw=; b=N3sLiM3AYPCops5ejMRSZbsvDRPknZ5N44+ACapRXt+brQ+UaRvJNQG1aN8dTvWe6V KYbsWPsv5TcOwueAX7fj+f/FYK9YFBCoKdd6kVb7mopNJ46DgKxOHYTJEPRl0Oeu6w4Z puS/wWQZtvHQNV8x5jssZ+ZTMUpBcFCy3rbWPKd39mOnX6Zm6I/hpVSH5ngIHDeWqG7R Sl/PXgiCZLMqrB1q3CTNB4VgSMRYGCWUfc+gQoEI8KJUEzSfeTixh6pL3a+fIU0BbvoS Qr8HD5iQzLiw4pz+GU/x6ZqzTJ5rizDQPaaJoRsstMFBRYQ9OiWZYzVRv/lFRRQBbBm8 ka3Q== X-Gm-Message-State: ALoCoQkn2RMzBkdAi4jTwOlC4YyBpAxTwLzquKmbGIOczc9GLVXV55JDVoB3b1jC2kF2J+zs/LXS X-Received: by 10.68.57.197 with SMTP id k5mr34850344pbq.142.1444664319456; Mon, 12 Oct 2015 08:38:39 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id cn4sm18966519pbc.94.2015.10.12.08.38.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Oct 2015 08:38:39 -0700 (PDT) Date: Mon, 12 Oct 2015 08:38:50 -0700 From: Stephen Hemminger To: Shaham Fridenberg Message-ID: <20151012083850.46f787a0@urahara> In-Reply-To: <2E654B490240B7449C846A96A8D8FE0CC439DE9F@ILMB2.corp.radware.com> 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" Subject: Re: [dpdk-dev] dpdk 2.1.0: 40gig ports link is down X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2015 15:38:41 -0000 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).