From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 80879B0CC for ; Thu, 5 Jun 2014 07:20:55 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 04 Jun 2014 22:21:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,978,1392192000"; d="scan'208";a="550034323" Received: from fmsmsx105.amr.corp.intel.com ([10.19.9.36]) by fmsmga002.fm.intel.com with ESMTP; 04 Jun 2014 22:20:49 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX105.amr.corp.intel.com (10.19.9.36) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 4 Jun 2014 22:20:49 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 4 Jun 2014 22:20:49 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.192]) by shsmsx102.ccr.corp.intel.com ([169.254.2.190]) with mapi id 14.03.0123.003; Thu, 5 Jun 2014 13:20:47 +0800 From: "Zhang, Helin" To: "Liu, Jijiang" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] *** Upgrade NIC share codes *** Thread-Index: AQHPb+Qdv+RkXVuJG0eII2u2h9z53JtiG8kQ Date: Thu, 5 Jun 2014 05:20:47 +0000 Message-ID: References: <1400120294-15871-1-git-send-email-jijiang.liu@intel.com> In-Reply-To: <1400120294-15871-1-git-send-email-jijiang.liu@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 0/3] *** Upgrade NIC share 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: Thu, 05 Jun 2014 05:20:56 -0000 Acked-by: Helin Zhang -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jijiang Liu Sent: Thursday, May 15, 2014 10:18 AM To: dev@dpdk.org Subject: [dpdk-dev] [PATCH 0/3] *** Upgrade NIC share codes *** This patchset upgrades NIC share code in ixgbe & e1000 directories and fixs= an issue of hash calculation of flow director introduced by upgrading this= . =20 Short summary: * Upgrading NIC share code in ixgbe & e1000 directories * Changing README in ixgbe & e1000 directories * Changing ixgbe_osdep.h file * Fixng an issue of hash calculation of flow director =20 * Changing Copyright date of e1000_osdep.c and e1000_osdep.h files =20 Signed-off-by: Jijiang Liu =20 jijiangl (3): Upgrade NIC shared code in ixgbe & e1000 directories Fix an issue of hash calculation of flow director introduced by ixgbe_typ= e.h change Change Copyright date of e1000_osdep.c and e1000_osdep.h files=20 lib/librte_eal/common/include/rte_pci_dev_ids.h | 8 - lib/librte_pmd_e1000/e1000/README | 2 +- lib/librte_pmd_e1000/e1000/e1000_80003es2lan.c | 44 +- lib/librte_pmd_e1000/e1000/e1000_80003es2lan.h | 2 +- lib/librte_pmd_e1000/e1000/e1000_82540.c | 24 +- lib/librte_pmd_e1000/e1000/e1000_82541.c | 14 +- lib/librte_pmd_e1000/e1000/e1000_82541.h | 2 +- lib/librte_pmd_e1000/e1000/e1000_82542.c | 4 +- lib/librte_pmd_e1000/e1000/e1000_82543.c | 38 +- lib/librte_pmd_e1000/e1000/e1000_82543.h | 2 +- lib/librte_pmd_e1000/e1000/e1000_82571.c | 40 +- lib/librte_pmd_e1000/e1000/e1000_82571.h | 2 +- lib/librte_pmd_e1000/e1000/e1000_82575.c | 134 +++++- lib/librte_pmd_e1000/e1000/e1000_82575.h | 4 +- lib/librte_pmd_e1000/e1000/e1000_api.c | 10 +- lib/librte_pmd_e1000/e1000/e1000_api.h | 2 +- lib/librte_pmd_e1000/e1000/e1000_defines.h | 7 +- lib/librte_pmd_e1000/e1000/e1000_hw.h | 13 +- lib/librte_pmd_e1000/e1000/e1000_i210.c | 94 +++- lib/librte_pmd_e1000/e1000/e1000_i210.h | 15 +- lib/librte_pmd_e1000/e1000/e1000_ich8lan.c | 250 +++------- lib/librte_pmd_e1000/e1000/e1000_ich8lan.h | 11 +- lib/librte_pmd_e1000/e1000/e1000_mac.c | 5 +- lib/librte_pmd_e1000/e1000/e1000_mac.h | 5 +- lib/librte_pmd_e1000/e1000/e1000_manage.c | 2 +- lib/librte_pmd_e1000/e1000/e1000_manage.h | 2 +- lib/librte_pmd_e1000/e1000/e1000_mbx.c | 2 +- lib/librte_pmd_e1000/e1000/e1000_mbx.h | 2 +- lib/librte_pmd_e1000/e1000/e1000_nvm.c | 16 +- lib/librte_pmd_e1000/e1000/e1000_nvm.h | 2 +- lib/librte_pmd_e1000/e1000/e1000_osdep.c | 2 +- lib/librte_pmd_e1000/e1000/e1000_osdep.h | 2 +- lib/librte_pmd_e1000/e1000/e1000_phy.c | 38 +- lib/librte_pmd_e1000/e1000/e1000_phy.h | 5 +- lib/librte_pmd_e1000/e1000/e1000_regs.h | 2 +- lib/librte_pmd_e1000/e1000/e1000_vf.c | 4 +- lib/librte_pmd_e1000/e1000/e1000_vf.h | 2 +- lib/librte_pmd_ixgbe/ixgbe/README | 2 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_82598.c | 136 ++++-- lib/librte_pmd_ixgbe/ixgbe/ixgbe_82598.h | 3 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_82599.c | 506 +++++++++++------- lib/librte_pmd_ixgbe/ixgbe/ixgbe_82599.h | 12 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_api.c | 54 ++- lib/librte_pmd_ixgbe/ixgbe/ixgbe_api.h | 22 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_common.c | 652 +++++++++++++++----= ---- lib/librte_pmd_ixgbe/ixgbe/ixgbe_common.h | 22 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb.c | 4 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb.h | 2 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb_82598.c | 2 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb_82598.h | 2 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb_82599.c | 11 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_dcb_82599.h | 5 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_mbx.c | 26 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_mbx.h | 2 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_osdep.h | 7 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_phy.c | 570 +++++++++++++------= - lib/librte_pmd_ixgbe/ixgbe/ixgbe_phy.h | 23 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h | 230 +++++++-- lib/librte_pmd_ixgbe/ixgbe/ixgbe_vf.c | 133 +++-- lib/librte_pmd_ixgbe/ixgbe/ixgbe_vf.h | 10 +- lib/librte_pmd_ixgbe/ixgbe/ixgbe_x540.c | 131 +++-- lib/librte_pmd_ixgbe/ixgbe/ixgbe_x540.h | 8 +- lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 2 +- lib/librte_pmd_ixgbe/ixgbe_fdir.c | 5 +- 64 files changed, 2178 insertions(+), 1217 deletions(-)