From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-we0-f182.google.com (mail-we0-f182.google.com
 [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id B39286895
 for <dev@dpdk.org>; Mon, 19 May 2014 17:12:43 +0200 (CEST)
Received: by mail-we0-f182.google.com with SMTP id t60so5747096wes.27
 for <dev@dpdk.org>; Mon, 19 May 2014 08:12:52 -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=/QZNUSd+oUKs6C7oh5fb+BKab5puyJz2RaQtHiE438A=;
 b=TrI12orl8weVtdn7ScLNC2O/RJII/QwYSqNKxS6MZxMMx1QlRN3ma8+RbC+XGZQIds
 2IrXIq52JfslmB8aa/VqNH1r/euC0mW2MwbpFMh582GHwtLu89CjRDMWlbvuViDDb2S6
 86bEs9RnvKL6hF5JkGnHeo2NImj71Yu0M+H2aCpR7FcvGupSeVmkwnku1dtC2SoyEKNi
 O2cy2bsOYwzVOMt3INTu4Tei3fNmOcabPVe4QjNOAGwcVrBJUXtV7JRRE/eaM/UqeYRU
 kT0H+X+0ptN+xfrtQMnUwWgxpBmVX8SIrE05MY+js6XjpMHcyRaaWPpDudgaPxN9jg/l
 VN8g==
X-Gm-Message-State: ALoCoQnV8yEUqLe2bjdjH+RfVCgCA/JL5X7OWOwTNcj2vNXhIfdFl2SvzxHhB3AEgk+smaZiZEjb
X-Received: by 10.194.58.79 with SMTP id o15mr3603798wjq.62.1400512372693;
 Mon, 19 May 2014 08:12:52 -0700 (PDT)
Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237])
 by mx.google.com with ESMTPSA id lz11sm15547334wic.0.2014.05.19.08.12.50
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 19 May 2014 08:12:51 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Helmut Sim <simhelmut@gmail.com>
Date: Mon, 19 May 2014 17:12:50 +0200
Message-ID: <2801931.mkCvkciiWu@xps13>
Organization: 6WIND
User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; )
In-Reply-To: <CAF8yGaE7mzzgU2bR72wuSxHwc9Tu6PNCsD6gkV4V3LRHjKFY=Q@mail.gmail.com>
References: <CAF8yGaGn_fjhPRYVVy_q5zv4SVpoR9uWKSoNP7atj3NK1Ru0=g@mail.gmail.com>
 <9273702.Nt296V5WGK@xps13>
 <CAF8yGaE7mzzgU2bR72wuSxHwc9Tu6PNCsD6gkV4V3LRHjKFY=Q@mail.gmail.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] fail to bind '82541GI Gigabit Ethernet Controller'
	to IGB_UIO driver
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, 19 May 2014 15:12:44 -0000

Hi,

2014-05-18 17:07, Helmut Sim:
> <thomas.monjalon@6wind.com>wrote:
> > 2014-05-14 18:44, Helmut Sim:
> > > I made the required change in order to support the 82541GI chipset and I
> > > was able to bind it successfully to the igb_uio
> > 
> > Don't hesitate to submit a patch after having validated that it's working
> > well.
> 
> I am on my way to validate it...
> 
> Is there a pre-defined test or checklist for validating a NIC?

The dedicated tool is testpmd.
You should find various options to test all features.

-- 
Thomas