From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CB3281F7 for ; Fri, 27 Feb 2015 15:54:47 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 27 Feb 2015 06:48:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,660,1418112000"; d="scan'208";a="533744480" Received: from pgsmsx106.gar.corp.intel.com ([10.221.44.98]) by orsmga003.jf.intel.com with ESMTP; 27 Feb 2015 06:45:29 -0800 Received: from kmsmsx154.gar.corp.intel.com (172.21.73.14) by PGSMSX106.gar.corp.intel.com (10.221.44.98) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 27 Feb 2015 22:54:44 +0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 27 Feb 2015 22:54:43 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.192]) by shsmsx102.ccr.corp.intel.com ([169.254.2.62]) with mapi id 14.03.0195.001; Fri, 27 Feb 2015 22:54:42 +0800 From: "Liu, Jijiang" To: "Ouyang, Changchun" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 00/36] Update IXGBE base codes Thread-Index: AQHQRrupC204NV8f1ECAOToXxPcjRJ0ErH6w Date: Fri, 27 Feb 2015 14:54:41 +0000 Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC01DDF833@SHSMSX101.ccr.corp.intel.com> References: <1423742468-30404-1-git-send-email-changchun.ouyang@intel.com> In-Reply-To: <1423742468-30404-1-git-send-email-changchun.ouyang@intel.com> 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-dev] [PATCH 00/36] Update IXGBE base codes 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: Fri, 27 Feb 2015 14:54:48 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ouyang Changchun > Sent: Thursday, February 12, 2015 8:01 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 00/36] Update IXGBE base codes >=20 > This patch set update IXGBE base codes to the version of cid-10g-shared- > code.2015.02.03. > and this patch set add 2 new device id as following: > #define IXGBE_DEV_ID_X550EM_X_10G_T 0x15AD > #define IXGBE_DEV_ID_X550EM_X_1G_T 0x15AE >=20 > Changchun Ouyang (36): > ixgbe base codes: Code cleanup and minor changes > ixgbe base codes: Debug output macro > ixgbe base codes: Fix bus type issue > ixgbe base codes: Fix link speed issue > ixgbe base codes: Fix early return > ixgbe base codes: Update the CS address > ixgbe base codes: Extract function for management capability > ixgbe base codes: Set phy power > ixgbe base codes: Use mng present function > ixgbe base codes: Get host interface command status > ixgbe base codes: Refine function for host interface command > ixgbe base codes: Refine struct for physical information > ixgbe base codes: Clear Tx pending > ixgbe base codes: Use IOMEM > ixgbe base codes: Update macros > ixgbe base codes: New phy ID > ixgbe base codes: Get bus info > ixgbe base codes: Restructure host interface command > ixgbe base codes: Fix mac type issue > ixgbe base codes: API for setup internal phy > ixgbe base codes: API for set phy power > ixgbe base codes: API for read i2c combined > ixgbe base codes: API for write i2c combined > ixgbe base codes: Support 5G link speed > ixgbe base codes: Refine branch statement > ixgbe base codes: SFP probe > ixgbe base codes: Set LAN ID > ixgbe base codes: Calculate checksum > ixgbe base codes: Command for flow director > ixgbe base codes: Auto-negotiation > ixgbe base codes: Bit-bang mode > ixgbe base codes: Setup kx4 phy > ixgbe base codes: Read/write iosf sb stat > ixgbe base codes: New device id > ixgbe base codes: Update readme > eal: Add 2 device ids for ixgbe >=20 > lib/librte_eal/common/include/rte_pci_dev_ids.h | 6 +- > lib/librte_pmd_ixgbe/ixgbe/README | 2 +- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_82598.c | 55 ++- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_82598.h | 1 - > lib/librte_pmd_ixgbe/ixgbe/ixgbe_82599.c | 237 +++++----- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_82599.h | 1 - > lib/librte_pmd_ixgbe/ixgbe/ixgbe_api.c | 61 ++- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_api.h | 5 +- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_common.c | 189 +++++--- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_common.h | 5 +- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb.c | 1 - > lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb.h | 2 - > lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb_82598.c | 1 - > lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb_82598.h | 1 - > lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb_82599.c | 3 +- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb_82599.h | 1 - > lib/librte_pmd_ixgbe/ixgbe/ixgbe_osdep.h | 4 +- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_phy.c | 220 +++++++-- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_phy.h | 7 +- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h | 131 +++++- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_vf.c | 1 - > lib/librte_pmd_ixgbe/ixgbe/ixgbe_vf.h | 5 - > lib/librte_pmd_ixgbe/ixgbe/ixgbe_x540.c | 82 ++-- > lib/librte_pmd_ixgbe/ixgbe/ixgbe_x540.h | 1 - > lib/librte_pmd_ixgbe/ixgbe/ixgbe_x550.c | 582 ++++++++++++++++++= ------ > lib/librte_pmd_ixgbe/ixgbe/ixgbe_x550.h | 9 +- > 26 files changed, 1158 insertions(+), 455 deletions(-) >=20 > -- > 1.8.4.2 Acked-by: Jijiang Liu