From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A4783A2EFC for ; Mon, 14 Oct 2019 08:05:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B83C1C137; Mon, 14 Oct 2019 08:05:04 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3D6F11C132 for ; Mon, 14 Oct 2019 08:05:02 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Oct 2019 23:05:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,294,1566889200"; d="scan'208";a="370037099" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga005.jf.intel.com with ESMTP; 13 Oct 2019 23:04:59 -0700 Date: Mon, 14 Oct 2019 14:02:24 +0800 From: Ye Xiaolong To: Qi Zhang Cc: wenzhuo.lu@intel.com, qiming.yang@intel.com, dev@dpdk.org Message-ID: <20191014060224.GC3725@intel.com> References: <20190902035551.16852-1-qi.z.zhang@intel.com> <20191008015018.17086-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191008015018.17086-1-qi.z.zhang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v3 00/12] net/ice: 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/08, Qi Zhang wrote: >Changes in summary >1. add GTP TEID support for fdir >2. improve fdir mask support. >3. couple fixes. >4. support QFI match in fdir > >v2: >- add QFI match support in fdir >- couple fixes and code clean > >v3: >- fix title in patch 12/12 > >Qi Zhang (12): > net/ice/base: fix for adding PPPoE switch rule > net/ice/base: fix for NVGRE switch rule programming > net/ice/base: update flow ptype bitmaps > net/ice/base: add GTPU TEID support for FD > net/ice/base: improvements to Flow Director masking > net/ice/base: remove dead error condition > net/ice/base: zero initialize structures > net/ice/base: fix unexpected switch rule overwrite > net/ice/base: fix flow raw field vector extraction > net/ice/base: fix switch rule programming for all profiles > net/ice/base: add QFI for Flow Director > net/ice/base: improve misc code style > > drivers/net/ice/base/ice_common.c | 3 - > drivers/net/ice/base/ice_fdir.c | 2 + > drivers/net/ice/base/ice_fdir.h | 1 + > drivers/net/ice/base/ice_flex_pipe.c | 334 +++++++++++++------------------ > drivers/net/ice/base/ice_flex_pipe.h | 9 +- > drivers/net/ice/base/ice_flex_type.h | 70 ++++++- > drivers/net/ice/base/ice_flow.c | 224 ++++++++++++++------- > drivers/net/ice/base/ice_flow.h | 34 +++- > drivers/net/ice/base/ice_nvm.c | 2 +- > drivers/net/ice/base/ice_protocol_type.h | 2 +- > drivers/net/ice/base/ice_switch.c | 30 +-- > 11 files changed, 409 insertions(+), 302 deletions(-) > >-- >2.13.6 > Series applied to dpdk-next-net-intel.