From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 58F0C1094 for ; Thu, 23 Mar 2017 02:26:14 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 22 Mar 2017 18:26:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,207,1486454400"; d="scan'208";a="947246368" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 22 Mar 2017 18:26:13 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 22 Mar 2017 18:26:12 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 22 Mar 2017 18:26:12 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.177]) with mapi id 14.03.0248.002; Thu, 23 Mar 2017 09:26:10 +0800 From: "Wu, Jingjing" To: "Yigit, Ferruh" , "dev@dpdk.org" CC: "Zhang, Helin" , "Xing, Beilei" Thread-Topic: [dpdk-dev] [PATCH 0/7] net/i40e: base code update Thread-Index: AQHSoxi4+2Bg0IOf40WZiaUVe2RVj6Ghoebg Date: Thu, 23 Mar 2017 01:26:10 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810CFA11E@SHSMSX103.ccr.corp.intel.com> References: <1490174699-147026-1-git-send-email-jingjing.wu@intel.com> <845d4b48-541e-9131-b917-f29cd1a6c931@intel.com> In-Reply-To: <845d4b48-541e-9131-b917-f29cd1a6c931@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/7] net/i40e: base code update 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, 23 Mar 2017 01:26:14 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Wednesday, March 22, 2017 10:29 PM > To: Wu, Jingjing ; dev@dpdk.org > Cc: Zhang, Helin ; Xing, Beilei > Subject: Re: [dpdk-dev] [PATCH 0/7] net/i40e: base code update >=20 > On 3/22/2017 9:24 AM, Jingjing Wu wrote: > > Base code update with main changes: > > - new AQ commands for Pipeline Personalization Profile > > - new AQ commands for cloud filter > > - reduce wait time for adminq command completion > > > > Jingjing Wu (7): > > net/i40e/base: define bit for HW ATR evict control > > net/i40e/base: control register read/write on X722 > > net/i40e/base: fix potential out of bound array access > > net/i40e/base: new AQ commands for ppp > > net/i40e/base: reduce wait time for adminq command > > net/i40e/base: add VF offload flags > > net/i40e/base: new AQ commands for cloud filter >=20 > Series applied to dpdk-next-net/master, thanks. >=20 > Not for this patch but future ones, what do you think adding a note to ke= ep > record of the updated base code version? Do you think does it help tracin= g > share code updates? Agree. I will send doc update for it. Add one readme in i40e/base folder just like ixgbe did. What do you think? Thanks Jingjing