From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f68.google.com (mail-oa0-f68.google.com [209.85.219.68]) by dpdk.org (Postfix) with ESMTP id 955746A6D for ; Tue, 21 May 2013 17:19:07 +0200 (CEST) Received: by mail-oa0-f68.google.com with SMTP id i10so302518oag.11 for ; Tue, 21 May 2013 08:19:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=hazAiueNna9zKWMyvAQDdAMiEgU4diTgKJjbXIyiGQo=; b=atDk9FKFbbxM7ZzORRnQ+vtFcnTmg2i1pivF8AgVLCAoBM3F90wK23h4lLpZTcVNg0 ImbIqEtSh0CUVAFugfcdUde5s0+W1KL9Ss7zJza0Wv1BpNMhTeGkH8Ci2FC1U4rKINtH 1pDLN42vlQ/JhUn9yzbIktHQbpXCTjdVuEzIDJ2I7v+VyfOU3OZkVji9VlOoKxOM6B/z ygX2FAk2dO3C2/mnWBBvoMjT/HrbQMEaqiUQqECi5AaUEV4PIdwtofIQwWsnOO4pWgdp ypnHOWhKyBxPNcBLWISW5s+necCd0LttHC2+7lAWYwWKAOc4JCIiTX4LUrsbbdfJILKR NLng== MIME-Version: 1.0 X-Received: by 10.182.153.5 with SMTP id vc5mr1765026obb.32.1369149551374; Tue, 21 May 2013 08:19:11 -0700 (PDT) Received: by 10.76.110.238 with HTTP; Tue, 21 May 2013 08:19:11 -0700 (PDT) Date: Tue, 21 May 2013 17:19:11 +0200 Message-ID: From: Pichon Julien To: dev@dpdk.org Content-Type: multipart/alternative; boundary=089e013a0adaa7777004dd3bf803 Subject: Re: [dpdk-dev] Unable to get the basic quick start working for dpdk 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: Tue, 21 May 2013 15:19:08 -0000 --089e013a0adaa7777004dd3bf803 Content-Type: text/plain; charset=ISO-8859-1 Hello, Same problem here with a x540-T2 adapter on a debian squeeze (2.6.32-5-amd64). After a quick debugging session I found that the following statement in ixgbe_recv_pkts (ixgbe_rxtx.c) is always true and break the loop in charge of receiving packets: if (! staterr & rte_cpu_to_le32(IXGBE_RXDADV_STAT_DD)) break; --089e013a0adaa7777004dd3bf803 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,

Same problem here with a x540-T2= adapter on a debian squeeze (2.6.32-5-amd64). After
a quic= k debugging session I found that the following statement in ixgbe_recv_pkts= (ixgbe_rxtx.c) is
always true and break the loop in charge of receiving packets:

if (! staterr & rte_cpu_to_le32(IXG= BE_RXDADV_STAT_DD))
=A0 =A0 break;
--089e013a0adaa7777004dd3bf803--