From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wu, Jingjing" Subject: Re: [PATCH v8 0/6] dynamic device personalization support Date: Thu, 30 Mar 2017 06:18:28 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D1B15E@SHSMSX103.ccr.corp.intel.com> References: <1490798651-116457-1-git-send-email-beilei.xing@intel.com> <1490842311-96705-1-git-send-email-beilei.xing@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Zhang, Helin" , "dev@dpdk.org" To: "Xing, Beilei" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 36AC92C1A for ; Thu, 30 Mar 2017 08:18:32 +0200 (CEST) In-Reply-To: <1490842311-96705-1-git-send-email-beilei.xing@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----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 >=20 > Due to limited resources of X*710 (parser and analyzer configuration tabl= es, > number of packet classification types, number of packet types, filters > configuration tables, etc.), it's impossible to simultaneously support al= l > 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. >=20 > List of possible use cases for extended X*710 configuration using profile= s 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 packet= s > 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 >=20 > v8 changes: > Change dynamic device profile to dynamic device personalization. >=20 > v7 changes: > Fix one coding style problem. > Add condition during ddp processing. >=20 > v6 changes: > Change pipeline personalization profile to dynamic device profile. >=20 > v5 changes: > Change parameter of rte_pmd_i40e_process_ppp_package to extend > operation. > Change structure rte_pmd_i40e_profile_info. >=20 > 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. >=20 > v3 changes: > Move ppp AQ command code to base code. Series Acked-by Jingjing Wu