From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6AE211B53 for ; Wed, 19 Sep 2018 16:33:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2018 07:33:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,394,1531810800"; d="scan'208";a="91463125" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 19 Sep 2018 07:31:24 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Sep 2018 07:31:24 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Sep 2018 07:31:24 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.70]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.226]) with mapi id 14.03.0319.002; Wed, 19 Sep 2018 22:31:22 +0800 From: "Zhang, Qi Z" To: "Li, Xiaoyun" , "Lu, Wenzhuo" , "Yigit, Ferruh" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/7] update ixgbe base code Thread-Index: AQHUTmn7EyOyvk0Ej0K80Vw4D1Nb9aT3rewg Date: Wed, 19 Sep 2018 14:31:21 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532901D4@shsmsx102.ccr.corp.intel.com> References: <20180910163753.85966-1-xiaoyun.li@intel.com> <20180917092814.59921-1-xiaoyun.li@intel.com> In-Reply-To: <20180917092814.59921-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjI2ZGQyMTctYWViMS00ZTYzLTljMjItYmYxODBkOTFmN2YzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiK3hPS0hvb2xUaWw0RUttdkliZmtDOExTZDRCTFROSVpvQjB0ZmcyNm5IYzUrTStTK1N6YUJFUG44Umt6OXJUciJ9 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 v2 0/7] 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: Wed, 19 Sep 2018 14:34:00 -0000 > -----Original Message----- > From: Li, Xiaoyun > Sent: Monday, September 17, 2018 5:28 PM > To: Zhang, Qi Z ; Lu, Wenzhuo > ; Yigit, Ferruh > Cc: dev@dpdk.org; Li, Xiaoyun > Subject: [PATCH v2 0/7] update ixgbe base code >=20 > Update the ixgbe base code to version cid-ixgbe.2018.08.28.tar.gz. >=20 > Xiaoyun Li (7): > 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/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 Applied to dpdk-next-net-intel. Thanks Qi