From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 3B5606882 for ; Fri, 16 May 2014 00:15:38 +0200 (CEST) Received: by mail-wi0-f182.google.com with SMTP id r20so39714wiv.3 for ; Thu, 15 May 2014 15:15:46 -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=6FvLm1c6KBNg2Y36QgMRfAuOaFSteeLBvlkdfwU+KXk=; b=LKthErLh7Rb6zIAaKO3QfflwbLvO9n0OlSKhXfgWrM5roKAa6t7Jx6ZQglCuHeA59B OMW8n4cnnTPw5IfOmseFIWgQjcNGfStWwWkfoNmB55wmcZgiRzf86kuzpsk/jVHTIjz8 ECVuRoPP9Ym/9qmiP2f1U+7KFG6SC5QV5rBxmhJXHx8Jdno119zc/br5hvbKeuKnZsjB jXujAMITG5GQoUfP6rqXG3KHRDAJMl4cIp5AvAgEp4srkdmd86cLYU31sJbMrv50Eged SEoLr/mmZTwwVzsaVYwlXlJ2G+M0J8oblwu9pZPVZCLfj7vTZVBmK/To6VRKTUyCOg4U hS/g== X-Gm-Message-State: ALoCoQnHDGkiwB0c8RebddgxqHIkLIF4ds7rEQhD+Nx4i4CddXW4cFFvbMJK4e1AfiGRUckF0JyN X-Received: by 10.180.211.243 with SMTP id nf19mr10578745wic.58.1400192146060; Thu, 15 May 2014 15:15:46 -0700 (PDT) Received: from xps13.localnet (ip-96.net-80-236-123.rev.numericable.fr. [80.236.123.96]) by mx.google.com with ESMTPSA id ct2sm8432538wjb.33.2014.05.15.15.15.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 May 2014 15:15:45 -0700 (PDT) From: Thomas Monjalon To: Helmut Sim Date: Fri, 16 May 2014 00:15:43 +0200 Message-ID: <9273702.Nt296V5WGK@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; 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] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2014 22:15:38 -0000 Hi Sim, 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. Thanks -- Thomas