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 CB7AFC466 for ; Fri, 19 Feb 2016 06:14:55 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 18 Feb 2016 21:14:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,469,1449561600"; d="scan'208";a="655424570" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 18 Feb 2016 21:14:55 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 18 Feb 2016 21:14:54 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 18 Feb 2016 21:14:54 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.4]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.84]) with mapi id 14.03.0248.002; Fri, 19 Feb 2016 13:14:52 +0800 From: "Wu, Jingjing" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH v3 00/30] i40e base driver update Thread-Index: AQHRalmJyVRLL12+1Ee+Rq3Rsi/01p8y1AZw Date: Fri, 19 Feb 2016 05:14:52 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8DA85CE@SHSMSX103.ccr.corp.intel.com> References: <1455776683-11790-1-git-send-email-helin.zhang@intel.com> <1455806076-18497-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1455806076-18497-1-git-send-email-helin.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTc2NjQ4NTAtY2FlNi00NDcwLTliZTctODZkNDUwYzljNWI1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQXJ2SUNcLzRlOFdLa08rYlJJNmc2T0xtUmpvd0dpbUVTbWxpZXRuR05ocms9In0= x-ctpclassification: CTP_IC 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 v3 00/30] i40e base driver update 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, 19 Feb 2016 05:14:56 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Thursday, February 18, 2016 10:34 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin > Subject: [PATCH v3 00/30] i40e base driver update >=20 > i40e base driver is updated, to support new X722 device IDs, and > use rx control AQ commands to read/write rx control registers. > Of cause, fixes and enhancements are added as listed as below. >=20 > v3: > - As release_2_3.rst has been renamed to release_16_04.rst, then > all modifications in release_2_3.rst should be moved into > release_16_04.rst. >=20 > v2: > - Used i40e_set_mac_type() in base driver to replace the similar > in PMD source files, in order to support newly added X722 VF > device IDs. > - Used small letter in all commit log titles. >=20 Acked-by: Jingjing Wu > -- > 2.5.0