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 013A41094 for ; Thu, 23 Mar 2017 11:05:37 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 23 Mar 2017 03:05:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,209,1486454400"; d="scan'208";a="1145982094" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 23 Mar 2017 03:05:35 -0700 To: "Wu, Jingjing" , "dev@dpdk.org" References: <1490174699-147026-1-git-send-email-jingjing.wu@intel.com> <845d4b48-541e-9131-b917-f29cd1a6c931@intel.com> <9BB6961774997848B5B42BEC655768F810CFA11E@SHSMSX103.ccr.corp.intel.com> Cc: "Zhang, Helin" , "Xing, Beilei" From: Ferruh Yigit Message-ID: <4c16840c-9ad5-ee61-9b21-56c101be2f8a@intel.com> Date: Thu, 23 Mar 2017 10:05:34 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810CFA11E@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 10:05:38 -0000 On 3/23/2017 1:26 AM, Wu, Jingjing wrote: > > >> -----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 >> >> 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 >> >> Series applied to dpdk-next-net/master, thanks. >> >> Not for this patch but future ones, what do you think adding a note to keep >> record of the updated base code version? Do you think does it help tracing >> 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? I think that is good to have. > > Thanks > Jingjing >