From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4BAB1101B for ; Thu, 30 Mar 2017 16:05:49 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 30 Mar 2017 07:05:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,246,1486454400"; d="scan'208";a="82725825" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 30 Mar 2017 07:05:47 -0700 To: "Wu, Jingjing" , "Xing, Beilei" References: <1490798651-116457-1-git-send-email-beilei.xing@intel.com> <1490842311-96705-1-git-send-email-beilei.xing@intel.com> <9BB6961774997848B5B42BEC655768F810D1B15E@SHSMSX103.ccr.corp.intel.com> Cc: "Zhang, Helin" , "dev@dpdk.org" From: Ferruh Yigit Message-ID: Date: Thu, 30 Mar 2017 15:05:47 +0100 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: <9BB6961774997848B5B42BEC655768F810D1B15E@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v8 0/6] dynamic device personalization support 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, 30 Mar 2017 14:05:50 -0000 On 3/30/2017 7:18 AM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Xing, Beilei >> Sent: Thursday, March 30, 2017 10:52 AM >> To: Wu, Jingjing >> Cc: Zhang, Helin ; dev@dpdk.org >> Subject: [PATCH v8 0/6] dynamic device personalization support >> >> Due to limited resources of X*710 (parser and analyzer configuration tables, >> number of packet classification types, number of packet types, filters >> configuration tables, etc.), it's impossible to simultaneously support all >> protocols/filters required for different parts on network. >> To enable protocols/filters extensions for X*710, new Admin Command for >> loading user defined configurations is added. >> PPP is a format of extend configuration for X*710, it allows user to load user >> defined configuration to X*710. >> >> List of possible use cases for extended X*710 configuration using profiles could >> include following: >> Configuring Analyzer/Parser to support new protocols, e.g. >> - IP L2TPv3 tunneling protocol >> - IPSec ESP/AH protocols >> - MPLSoGRE, MPLSoUDP tunnels >> - GTP-C/GTP-U tunnels >> New PCTYPEs for offloading packet classification to X*710. e.g. >> - new IP Protocol in addition to TCP/UDP/SCTP >> - new TCP/UDP subtypes, like TCP SYN, TCP FIN >> - new PCTYPE for tunneled packets like GTP-C, GTP-U New PTYPEs for packets >> identification, e.g. >> - MAC, MPLS, IP4, UDP >> - MAC, MPLS, MPLS, IP6, TCP >> Fixes for NVM configuration, e.g. >> - list of enabled stat counters to improve throughput >> - parser/analyzer configuration for some corner cases >> >> v8 changes: >> Change dynamic device profile to dynamic device personalization. >> >> v7 changes: >> Fix one coding style problem. >> Add condition during ddp processing. >> >> v6 changes: >> Change pipeline personalization profile to dynamic device profile. >> >> v5 changes: >> Change parameter of rte_pmd_i40e_process_ppp_package to extend >> operation. >> Change structure rte_pmd_i40e_profile_info. >> >> v4 changes: >> Fix compile error with gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3). >> Move ppp related structures to rte_pmd_i40e.h. >> Not support remove PPP temporarily. >> >> v3 changes: >> Move ppp AQ command code to base code. > > Series Acked-by Jingjing Wu Series applied to dpdk-next-net/master, thanks.