From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0A6D6968 for ; Mon, 26 Jun 2017 15:18:39 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2017 06:18:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,395,1493708400"; d="scan'208";a="101572313" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 26 Jun 2017 06:18:26 -0700 To: Jingjing Wu , helin.zhang@intel.com Cc: dev@dpdk.org, Andrey Chilikin , Beilei Xing References: <1495856866-89539-1-git-send-email-jingjing.wu@intel.com> <1498470539-26921-1-git-send-email-jingjing.wu@intel.com> <1498470539-26921-16-git-send-email-jingjing.wu@intel.com> From: Ferruh Yigit Message-ID: <27070fef-581f-321d-3d6a-7794f5d8fdd9@intel.com> Date: Mon, 26 Jun 2017 14:18:25 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <1498470539-26921-16-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 15/16] net/i40e/base: extend processing of DDP 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: Mon, 26 Jun 2017 13:18:41 -0000 On 6/26/2017 10:48 AM, Jingjing Wu wrote: > This patch adds extended processing of DDP packages: > - Execution of adminq command sections to support AQ-depended profiles, > for example, for programming cloud filters types. > - Ability to write a profile without registering it in the list of > applied profiles, to be used for AQ-depended profiles. > - Profile rollback is implemented to support restoration of original > parser/analyzer configuration without the need of core reset, > for example, for deploying new profile without resetting device. > - Search for a specific section in a profile, to be used by driver > to access metadata sections with description of PCTYPE/PTYPEs > defined in the profile. > > Signed-off-by: Andrey Chilikin > Signed-off-by: Beilei Xing > Signed-off-by: Jingjing Wu > --- > drivers/net/i40e/base/README | 2 +- > drivers/net/i40e/base/i40e_common.c | 258 ++++++++++++++++++++++++++++++--- > drivers/net/i40e/base/i40e_prototype.h | 6 + > drivers/net/i40e/base/i40e_type.h | 25 +++- > 4 files changed, 266 insertions(+), 25 deletions(-) > > diff --git a/drivers/net/i40e/base/README b/drivers/net/i40e/base/README > index 0da9f67..59e76c2 100644 > --- a/drivers/net/i40e/base/README > +++ b/drivers/net/i40e/base/README > @@ -34,7 +34,7 @@ IntelĀ® I40E driver > ================== > > This directory contains source code of FreeBSD i40e driver of version > -cid-i40e.2017.03.21.tar.gz released by the team which develops > +cid-i40e.2017.06.23.tar.gz released by the team which develops > basic drivers for any i40e NIC. The directory of base/ contains the > original source package. > This driver is valid for the product(s) listed below Hi Jingjing, Can you please extract this part into different patch? Thanks, ferruh