From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id D98BD68CA for ; Fri, 11 Apr 2014 09:54:40 +0200 (CEST) Received: by mail-wi0-f172.google.com with SMTP id hi2so554587wib.11 for ; Fri, 11 Apr 2014 00:56:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=piDQux202Y10ddjIGnUYtAcKbNKVND5azYoHWjDqfc8=; b=JVY7ZmmFiPuvaKbUZhR24MwaLxeNlSLYNgoF+zqWPXn3k7z6p+ft4qgq9Cd7O8TilV 3+K3pbruyDizaakA5T0b6Vlk/JHQZf3jWdJ25DX/6iMktFln+mEvi3zYTHl+Ef4A4d+i kgTMtT7V4/yHOJq1y1N1NRlNR+D/WT9BRpfPuauPINZJzLw1z6/mNynvCfzuW8apv9vh O3weC7/Gei+ZVAMF1Io9FIv3ABHGTou3EaNboC7f2SvIkeQxPa7gtvGLeYhgnDdfvEeD v44Kg5e0dvPD5K/vlWfzhPiTbM1EvRiG66B59bdapwNQm9TnF3ARUurK4gNXOXWwliHS RUbg== X-Gm-Message-State: ALoCoQmwQtGMVX9B5l4Fl0/jXvowG/EbhpUD6l2TDroXZBivNreTHfuJ5zEld0ndOsBt6YyPK6at X-Received: by 10.181.13.112 with SMTP id ex16mr2007684wid.23.1397202978190; Fri, 11 Apr 2014 00:56:18 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id xm20sm2888481wib.19.2014.04.11.00.56.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Apr 2014 00:56:17 -0700 (PDT) From: Thomas Monjalon To: sabu kurian Date: Fri, 11 Apr 2014 09:56:17 +0200 Message-ID: <1861179.6WnqIWz1vA@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.7-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] I350 drops packet on rte_eth_tx_burst() 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: Fri, 11 Apr 2014 07:54:41 -0000 Hi, 2014-04-11 11:29, sabu kurian: > Even after installing all the required igb drivers for I350 (the device > seems to work perfect on the host machine), am unable to transmit packets > using the same device (on Intel DPDK) using Please follow this documentation to setup your environment and do some basic tests with testpmd: http://dpdk.org/doc/quick-start -- Thomas