From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v7 0/8] net/i40e: GPT-C and GTP-U enabling Date: Wed, 4 Oct 2017 23:43:52 +0100 Message-ID: References: <1506662342-18966-1-git-send-email-beilei.xing@intel.com> <1506700252-34949-1-git-send-email-beilei.xing@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: andrey.chilikin@intel.com, dev@dpdk.org To: Beilei Xing , jingjing.wu@intel.com Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6ACE69FE for ; Thu, 5 Oct 2017 00:43:55 +0200 (CEST) In-Reply-To: <1506700252-34949-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" On 9/29/2017 4:50 PM, Beilei Xing wrote: > This patch set enables RSS/FDIR/cloud filter for GPT-C and GTP-U. > It depends on Kirill's patch: > http://www.dpdk.org/dev/patchwork/patch/29325/ > > v7 changes: > - Distinguish GTP-C request and response message in mbuf description. > - Clarify GTP-C response message is not supported. > - Version_type 0x30 is invalid for GTP-C, replace with 0x32. > - Refine metadata parsing function. > - Rework for checking fdir programming status. > > v6 changes: > - Reword description of GTP item and GTP structure, mainly support > GTPv1, not include GTPv0 and GTPv2. > > v5 changes: > - Fix code style. > - Reword commit log. > > v4 changes: > - Refine fdir related code. > - Rework profile metadata parsing function. > - Fix code style. > > v3 changes: > - Rework implementation to support the new profile. > - Add GTPC and GTPU tunnel type in software packet type parser. > - Update ptype info when loading profile. > - Fix bug of updating pctype info. > > > v2 changes: > - Enable RSS/FDIR/cloud filter dinamicly by checking profile > - Add GTPC and GTPU items to distinguish rule for GTP-C or GTP-U > - Rework FDIR/cloud filter enabling function > > Beilei Xing (8): > mbuf: support GTP in software packet type parser > net/i40e: update ptype and pctype info > net/i40e: support RSS for new pctype > ethdev: add GTP items to support flow API > net/i40e: finish integration FDIR with generic flow API > net/i40e: add FDIR support for GTP-C and GTP-U > net/i40e: add cloud filter parsing function for GTP > net/i40e: enable cloud filter for GTP-C and GTP-U Series Reviewed-by: Ferruh Yigit I don't know about GTP internals , but set passes from my scripts. But there was a merge conflict (on top of master tree) on patch 3, it is easy to resolve but I wonder if there is a dependency not mentioned? If not can you please double check the patch.