From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 18D5A2BD5 for ; Thu, 13 Sep 2018 04:16:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Sep 2018 19:16:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,367,1531810800"; d="scan'208";a="73854806" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga006.jf.intel.com with ESMTP; 12 Sep 2018 19:16:42 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 12 Sep 2018 19:16:41 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.240]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.16]) with mapi id 14.03.0319.002; Thu, 13 Sep 2018 10:16:29 +0800 From: "Zhang, Qi Z" To: "Li, Xiaoyun" , "Lu, Wenzhuo" , "dev@dpdk.org" CC: "Li, Xiaoyun" Thread-Topic: [dpdk-dev] [PATCH 0/8] update ixgbe base code Thread-Index: AQHUSSXXFcY348Z++UGzy6HxPfxbZaTtfNdg Date: Thu, 13 Sep 2018 02:16:29 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153284A62@SHSMSX103.ccr.corp.intel.com> References: <20180910163753.85966-1-xiaoyun.li@intel.com> In-Reply-To: <20180910163753.85966-1-xiaoyun.li@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2UxYjJmY2ItNWQ4ZS00OWZiLWIwZDYtZjQzMjJiZTAwZjE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaHkwR2R2UjhYYmhYYVJncVwvMGd4NXdIdnorZXM0ekZvblBRZWxUVEZxSFwvYXB5YzlLOVpcL3E1aGpXbzRpbHVFRiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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/8] update ixgbe base code 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: Thu, 13 Sep 2018 02:16:49 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Xiaoyun Li > Sent: Tuesday, September 11, 2018 12:38 AM > To: Lu, Wenzhuo ; dev@dpdk.org > Cc: Li, Xiaoyun > Subject: [dpdk-dev] [PATCH 0/8] update ixgbe base code >=20 > Update the ixgbe base code to version cid-ixgbe.2018.08.28.tar.gz. >=20 > Xiaoyun Li (8): > net/ixgbe/base: update the license > net/ixgbe/base: cleanup codes > net/ixgbe/base: add FW recovery mode check > net/ixgbe/base: relpace an operation in X550 setup > net/ixgbe/base: update X550 SFP identification > net/ixgbe/base: add support for DCB registers dump > net/ixgbe: remove Light Spring code > net/ixgbe/base: update README file >=20 > drivers/net/ixgbe/base/README | 4 +- > drivers/net/ixgbe/base/ixgbe_82598.c | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_82598.h | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_82599.c | 45 ++---------------- > drivers/net/ixgbe/base/ixgbe_82599.h | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_api.c | 50 ++++++-------------- > drivers/net/ixgbe/base/ixgbe_api.h | 36 ++------------- > drivers/net/ixgbe/base/ixgbe_common.c | 41 ++-------------- > drivers/net/ixgbe/base/ixgbe_common.h | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_dcb.c | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_dcb.h | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_dcb_82598.c | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_dcb_82598.h | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_dcb_82599.c | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_dcb_82599.h | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_hv_vf.c | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_hv_vf.h | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_mbx.c | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_mbx.h | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_osdep.h | 36 ++------------- > drivers/net/ixgbe/base/ixgbe_phy.c | 36 ++------------- > drivers/net/ixgbe/base/ixgbe_phy.h | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_type.h | 53 ++++++--------------- > drivers/net/ixgbe/base/ixgbe_vf.c | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_vf.h | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_x540.c | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_x540.h | 35 ++------------ > drivers/net/ixgbe/base/ixgbe_x550.c | 59 +++++++++--------------- > drivers/net/ixgbe/base/ixgbe_x550.h | 36 ++------------- > drivers/net/ixgbe/ixgbe_ethdev.c | 1 - > 30 files changed, 131 insertions(+), 931 deletions(-) >=20 > -- > 2.17.1 Regression test shows no issue. Acked-by: Qi Zhang Applied-to dpdk-next-net-intel. Regards Qi