From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E73D02BB9 for ; Mon, 30 May 2016 04:15:32 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 29 May 2016 19:15:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,387,1459839600"; d="scan'208";a="991254189" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga002.fm.intel.com with ESMTP; 29 May 2016 19:15:31 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 29 May 2016 19:15:31 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 29 May 2016 19:15:30 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.150]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.116]) with mapi id 14.03.0248.002; Mon, 30 May 2016 10:15:29 +0800 From: "Xing, Beilei" To: Klaus Degner CC: "users@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 00/29] ixgbe/base: update base driver Thread-Index: AQHRp128bqQnIMHdIkCY1KR2Mf5gyZ/MIGGAgAS/Y7A= Date: Mon, 30 May 2016 02:15:28 +0000 Message-ID: <94479800C636CB44BD422CB454846E01373292@SHSMSX101.ccr.corp.intel.com> References: <1462514861-29419-1-git-send-email-beilei.xing@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-users] [dpdk-dev] [PATCH 00/29] ixgbe/base: update base driver X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 02:15:33 -0000 > -----Original Message----- > From: Klaus Degner [mailto:kd@allegro-packets.com] > Sent: Friday, May 27, 2016 5:32 PM > To: Xing, Beilei > Cc: users@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 00/29] ixgbe/base: update base driver >=20 > Hi Beilei, >=20 > I have an Supermicro Xeon-D system ( 5018D-FN8T ) with 2x 10G Intel X552 > SFP+ connectors and compatible SFP+ DAC cables. Hi Degner, What's the Supermicro Xeon-D system? is it soc? Since we haven't tried it= before. Thanks Beilei > The link status is always down and I cannot bring it up. I have tried the= latest > stable release and the current master. > I have also used your latest update base driver patch from below, but als= o > without success. Did you try kernel driver on the system? Does it work well? Beilei >=20 > root@test:~/dpdk# ./build/app/testpmd -c 0xff -- -i > EAL: Detected 8 lcore(s) > EAL: No free hugepages reported in hugepages-1048576kB > EAL: Probing VFIO support... > EAL: PCI device 0000:04:00.0 on NUMA socket 0 > EAL: probe driver: 8086:15ac rte_ixgbe_pmd > EAL: PCI device 0000:04:00.1 on NUMA socket 0 > EAL: probe driver: 8086:15ac rte_ixgbe_pmd > Interactive-mode selected > Configuring Port 0 (socket 0) > Port 0: 00:25:90:5D:CF:00 > Configuring Port 1 (socket 0) > Port 1: 00:25:90:5D:CF:01 > Checking link statuses... > Port 0 Link Down > Port 1 Link Down > Done >=20 > It works fine with other chipsets like 82599. >=20 > Should this work with your patchset or is the SFP+ mode still in developm= ent ? > Is there any way how we can help and speed up the development ? >=20 > Thanks and best regards, > Klaus >=20 > Am 06.05.16 um 08:07 schrieb Beilei Xing: > > Update base driver for ixgbe, mainly work on new features and bug > > fixes. > > > > Beilei Xing (29): > > ixgbe/base: add new VF requests for mailbox API > > ixgbe/base: add sgmii link for X550 > > ixgbe/base: fix problematic return value > > ixgbe/base: add mac link setup for x550a SFP > > ixgbe/base: fix checksum error of checking PHY token > > ixgbe/base: refactor eee setup for x550 > > ixgbe/base: change access method > > ixgbe/base: add KR support for X550EM_A devices > > ixgbe/base: add link mac setup for x550a SFP+ > > ixgbe/base: clear stale pool mappings > > ixgbe/base: rename macro of TDL > > ixgbe/base: fix error path to release lock > > ixgbe/base: refactor NW management interface ops > > ixgbe/base: fix for code style > > ixgbe/base: fix firmware commands on x550em_a > > ixgbe/base: add new phy definitions > > ixgbe/base: change device IDs > > ixgbe/base: update swfw semaphore function > > ixgbe/base: fix register access error > > ixgbe/base: limit PHY token accessing to MDIO only > > ixgbe/base: smplify add/remove VLANs > > ixgbe/base: add bypassing VLVF > > ixgbe/base: unify coding style > > ixgbe/base: use u8 to replace u16 for a variable > > ixgbe/base: fix endianness issues > > ixgbe/base: allow setting mac anti spoofing per vf > > ixgbe/base: add flow control autoneg for x550a > > ixgbe/base: define if enable crosstalk work around > > ixgbe/base: update README > > > > doc/guides/rel_notes/release_16_07.rst | 11 + > > drivers/net/ixgbe/base/README | 2 +- > > drivers/net/ixgbe/base/ixgbe_82598.c | 5 +- > > drivers/net/ixgbe/base/ixgbe_82598.h | 3 +- > > drivers/net/ixgbe/base/ixgbe_82599.c | 9 +- > > drivers/net/ixgbe/base/ixgbe_api.c | 41 +- > > drivers/net/ixgbe/base/ixgbe_api.h | 8 +- > > drivers/net/ixgbe/base/ixgbe_common.c | 361 ++++--- > > drivers/net/ixgbe/base/ixgbe_common.h | 9 +- > > drivers/net/ixgbe/base/ixgbe_mbx.h | 4 +- > > drivers/net/ixgbe/base/ixgbe_osdep.h | 1 + > > drivers/net/ixgbe/base/ixgbe_phy.c | 16 +- > > drivers/net/ixgbe/base/ixgbe_phy.h | 3 + > > drivers/net/ixgbe/base/ixgbe_type.h | 118 ++- > > drivers/net/ixgbe/base/ixgbe_vf.c | 10 +- > > drivers/net/ixgbe/base/ixgbe_vf.h | 7 +- > > drivers/net/ixgbe/base/ixgbe_x540.c | 29 +- > > drivers/net/ixgbe/base/ixgbe_x540.h | 1 + > > drivers/net/ixgbe/base/ixgbe_x550.c | 1156 > +++++++++++++++++++---- > > drivers/net/ixgbe/base/ixgbe_x550.h | 52 + > > drivers/net/ixgbe/ixgbe_ethdev.c | 11 +- > > drivers/net/ixgbe/ixgbe_pf.c | 2 +- > > lib/librte_eal/common/include/rte_pci_dev_ids.h | 12 +- > > 23 files changed, 1456 insertions(+), 415 deletions(-) > > > > -- > > 2.5.0 > >