From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3E4841396 for ; Wed, 22 Mar 2017 15:29:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490192968; x=1521728968; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=hrLZh36Ef4/IR57qIgQLrmQC6MVzy2CZG+9++CacCRk=; b=K5MxQ4sovWFInkCa3qAU/VyX2Hih9HYulPvzty2JZqynNTpD4ccN9+EM p6gl3Elc58MZovepEtMOhsr0EVJ6cg==; Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2017 07:29:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,205,1486454400"; d="scan'208";a="69705448" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by orsmga004.jf.intel.com with ESMTP; 22 Mar 2017 07:29:24 -0700 To: Jingjing Wu , dev@dpdk.org References: <1490174699-147026-1-git-send-email-jingjing.wu@intel.com> Cc: helin.zhang@intel.com, beilei.xing@intel.com From: Ferruh Yigit Message-ID: <845d4b48-541e-9131-b917-f29cd1a6c931@intel.com> Date: Wed, 22 Mar 2017 14:29:24 +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: <1490174699-147026-1-git-send-email-jingjing.wu@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: Wed, 22 Mar 2017 14:29:28 -0000 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?