From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smail.rz.tu-ilmenau.de (smail.rz.tu-ilmenau.de [141.24.186.67]) by dpdk.org (Postfix) with ESMTP id A89581B7BA for ; Fri, 13 Oct 2017 18:38:15 +0200 (CEST) Received: from [141.24.212.108] (thunderstorm.prakinf.tu-ilmenau.de [141.24.212.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smail.rz.tu-ilmenau.de (Postfix) with ESMTPSA id 7EDD958006A; Fri, 13 Oct 2017 18:38:15 +0200 (CEST) To: "Mor, Omri" , "dev@dpdk.org" References: <48DE7D41-F1DC-4738-B7E3-9BFE6D92789C@illinois.edu> From: Markus Theil Organization: TU Ilmenau Message-ID: Date: Fri, 13 Oct 2017 18:38:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <48DE7D41-F1DC-4738-B7E3-9BFE6D92789C@illinois.edu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: en-US Subject: Re: [dpdk-dev] Support for Intel 82579LM (8086:1502) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2017 16:38:15 -0000 Hi, I wrote a little patch for you. You can apply it to the current dpdk-master branch and test it. My Thinkpad T430 has such a NIC and shows some rx packets and the link status change with the patch, when using testpmd. Maybe 82579LM was not supported for a reason, so simply try out if it works for your purpose :) Markus On 12.10.2017 22:47, Mor, Omri wrote: > Hello, > > I have a computer I=E2=80=99m using for testing DPDK that has an Intel = 82579LM. > Currently this NIC isn=E2=80=99t supported in DPDK, but I believe it is= similar to others that are (such as the 82574L, which I am using success= fully on another computer). > How much work would be required in getting this up and running=E2=80=94= what functionality is missing? > I=E2=80=99m currently using it with AF_PACKET (and will try pcap soon),= but would be interested in seeing its performance under DPDK =E2=80=98na= tive=E2=80=99. > > Thank you, > Omri Mor