From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 186A7156 for ; Thu, 2 Jan 2014 16:07:37 +0100 (CET) Received: by mail-wg0-f50.google.com with SMTP id a1so12333387wgh.17 for ; Thu, 02 Jan 2014 07:08:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=gAW1Ex9wWBNVPZwKFbFK9f0pSTrtSUkpzkc1Hspi5j4=; b=k78Fwn1skDv7/eMr1TPt/Gh2hZ1eEDdL080+8z+uZx2eQ+SMGTvsvAu2iy5o/AwuN/ OZkTmpEEYPa9H0SaKb7G9qWrprw61zXhtDQl6RineWPnQ04R8os2Cw3NH5K2ZrnEwAe0 4yssOByC/rBHfFZUvpeL7LoIDyBdl5daxxGVEucts8m+vBTvr4mZRHW4RbXAi4/s2WLY PsT8FjOJPxxV4Zl8EyzBeK9EM1G3ABLB2kzMaTS2BY+6jRdlXguMRdoBucGcvpnkzPqB +Hqp9OQFbTNjhsG73OeevAVg1xsTAtyejSHnJxM3PxZffbNxkMqHHzA1+2UDz4AqCnRe 7cOw== X-Gm-Message-State: ALoCoQnWnK4c9IQXSyfhISBDyIZ/wUnv8h88jLPBL9dt+Uqbcpn3HyiLoMcszgIEGNG/es2BinaL X-Received: by 10.195.12.49 with SMTP id en17mr38003449wjd.20.1388675328467; Thu, 02 Jan 2014 07:08:48 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id j3sm83383608wiy.3.2014.01.02.07.08.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jan 2014 07:08:47 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: dev@dpdk.org Date: Thu, 2 Jan 2014 16:08:46 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1387543962-7633-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1387543962-7633-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201401021608.46104.thomas.monjalon@6wind.com> Subject: Re: [dpdk-dev] [PATCH] pci: support 82546EB 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, 02 Jan 2014 15:07:38 -0000 20/12/2013 13:52, Thomas Monjalon : > Intel 82546EB Gigabit ethernet controller is reported to be working > with copper. > > Tested-by: Ognjen Joldzic > Signed-off-by: Thomas Monjalon pushed in 1.5.1r2 -- Thomas