From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <aws.ismail@gmail.com>
Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com
 [209.85.216.181]) by dpdk.org (Postfix) with ESMTP id 4FEB1C46A
 for <dev@dpdk.org>; Mon, 29 Jun 2015 22:14:43 +0200 (CEST)
Received: by qcji3 with SMTP id i3so46455678qcj.1
 for <dev@dpdk.org>; Mon, 29 Jun 2015 13:14:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:in-reply-to:references:from:date:message-id:subject:to
 :cc:content-type;
 bh=XrbRJFbOEq8uIlu21YnqeEP1hVyudOvFaEZ965Rhdy0=;
 b=Cc3sA0HOpm8yaAR6FwnrvsRNCOXEeYPdAmQFMeXeP0a9K8Jzmkr3sS0R75u4iW3CWj
 E+PM3m4aySFqPBaXbZjv49Sa+yB6G52pAY01kC7Kwv+477pEiV8FfP77317AoOkTp2uz
 tPjtYkP4ITozMSYBKDCiJNaF03xCVxVKXvyT1Gsq1QxeICFe4DFcW3WhDldZAA0oHrnP
 UKWcjRIH3IY57BUhwdDbvKb4qfqEbBRYpf/jyzCJ4j9lJ25gGUcfEtFWrs+inX9595Yr
 wiRNkuEcWSuxcTlBOKAeqRlfVFNEsgSoFAnMX5eBdn6NRZwitDSDn2U9YvjB9AIvArAO
 +KxA==
X-Received: by 10.140.232.131 with SMTP id d125mr22755312qhc.80.1435608882831; 
 Mon, 29 Jun 2015 13:14:42 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.140.40.112 with HTTP; Mon, 29 Jun 2015 13:14:23 -0700 (PDT)
In-Reply-To: <20150629091950.GB10380@bricha3-MOBL3>
References: <CAMHMu0N=b2bKib0OYZO_O=MSpWhFH3eYGP0Q5xWUbAKNjLot1w@mail.gmail.com>
 <20150629091950.GB10380@bricha3-MOBL3>
From: Aws Ismail <aws.ismail@gmail.com>
Date: Mon, 29 Jun 2015 16:14:23 -0400
Message-ID: <CAMHMu0NgyLRTNGc-cJHdUhWWzFor5Pv-aoMkOzKghKN7DVBKYw@mail.gmail.com>
To: Bruce Richardson <bruce.richardson@intel.com>
Content-Type: text/plain; charset=UTF-8
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] Distributor example app not working for 1G ports
	(I354)
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Jun 2015 20:14:43 -0000

Hi Bruce,

As far as I have checked, testpmd and l2fwd apps work fine.

Aws\

On Mon, Jun 29, 2015 at 5:19 AM, Bruce Richardson
<bruce.richardson@intel.com> wrote:
> On Fri, Jun 26, 2015 at 03:37:08PM -0400, Aws Ismail wrote:
>> Hi DPDKers,
>>
>> I have a strange case where the Distributor example application is not
>> working when I use Intel's I35x (I354 specifically) 1Gig ports. The
>> app initializes fine but the port always comes with link down:
>>
> Do other apps, e.g. testpmd, or l2fwd work with the 1G port, or is it only the
> distributor app which is affected by this?
>
> /Bruce