From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by dpdk.org (Postfix) with ESMTP id 7D5222A7 for ; Sat, 8 Mar 2014 17:21:51 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by azsmga102.ch.intel.com with ESMTP; 08 Mar 2014 08:23:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,614,1389772800"; d="scan'208";a="488486313" Received: from orsmsx110.amr.corp.intel.com ([10.22.240.8]) by fmsmga001.fm.intel.com with ESMTP; 08 Mar 2014 08:23:04 -0800 Received: from orsmsx114.amr.corp.intel.com (10.22.240.10) by ORSMSX110.amr.corp.intel.com (10.22.240.8) with Microsoft SMTP Server (TLS) id 14.3.123.3; Sat, 8 Mar 2014 08:22:59 -0800 Received: from orsmsx103.amr.corp.intel.com ([169.254.2.166]) by ORSMSX114.amr.corp.intel.com ([169.254.8.86]) with mapi id 14.03.0123.003; Sat, 8 Mar 2014 08:22:59 -0800 From: "Jayakumar, Muthurajan" To: Chetan Bali , "dev@dpdk.org" Thread-Topic: Intel 82571EB PMD support Thread-Index: Ac857GCb99QEPXueQxGNqHGzW5rNYwA4aPYgAAZv8hA= Date: Sat, 8 Mar 2014 16:22:58 +0000 Message-ID: <5D695A7F6F10504DBD9B9187395A21797C6EDB13@ORSMSX103.amr.corp.intel.com> References: <8E6973B6CEA617469C62E4FDA1670F0631B1532B38@GUREXMB01.ASIAN.AD.ARICENT.COM> <8E6973B6CEA617469C62E4FDA1670F0631B10809AF@GUREXMB01.ASIAN.AD.ARICENT.COM> In-Reply-To: <8E6973B6CEA617469C62E4FDA1670F0631B10809AF@GUREXMB01.ASIAN.AD.ARICENT.COM> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.140] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] Intel 82571EB PMD support 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: Sat, 08 Mar 2014 16:21:52 -0000 Hi Chetan,=20 82571EB is supported - listed in http://dpdk.org/browse/dpdk/tree/lib/libr= te_eal/common/include/rte_pci_dev_ids.h Not heard issue before. RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_COPPER) RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_FIBER) RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_SERDES) RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_SERDES_DUA= L) RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_SERDES_QUA= D) RTE_PCI_DEV_ID_DECL_EM(PCI_VENDOR_ID_INTEL, E1000_DEV_ID_82571EB_QUAD_COPPE= R) #define E1000_DEV_ID_82571EB_COPPER 0x105E #define E1000_DEV_ID_82571EB_FIBER 0x105F #define E1000_DEV_ID_82571EB_SERDES 0x1060 #define E1000_DEV_ID_82571EB_SERDES_DUAL 0x10D9 #define E1000_DEV_ID_82571EB_SERDES_QUAD 0x10DA #define E1000_DEV_ID_82571EB_QUAD_COPPER 0x10A4 Thanks,=20 -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Chetan Bali Sent: Saturday, March 08, 2014 4:58 AM To: dev@dpdk.org Subject: Re: [dpdk-dev] Intel 82571EB PMD support Hi, anyone faced the same issue before? Thanks & Regards Chetan Bali ________________________________________ From: dev [dev-bounces@dpdk.org] On Behalf Of Chetan Bali Sent: Friday, March 07, 2014 3:48 PM To: dev@dpdk.org Subject: [dpdk-dev] Intel 82571EB PMD support Hi, Do we have PMD support for intel 82571EB. We are having e1000e driver suppo= rted for 82571EB in linux. DPDK Version : 1.6.0-r1 Linux Kernel : CentOS 6.4 [ kernel version 2.6.32-358.el6.x86_64 ] Issue: When we run DPDK example [ l2fwd ], we are able to see successful init of r= te_pmd_em and link is also detected successfully. But the RX, TX count are zero. If we try to fetch nic stats using rte_eth_s= tats_get(), we can see around 256 ipacket count but after that error count = [rx error ] starts increasing. We are not able to see any packet on user app [ l2fwd ]. Does anyone else f= ace the same issue? Regards Chetan Bali =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D Please refer to http://www.aricent.com/legal/email_disclaimer.html for important disclosures regarding this electronic communication. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D Please refer to http://www.aricent.com/legal/email_disclaimer.html for important disclosures regarding this electronic communication. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D