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 E2812A00BE; Fri, 12 Jun 2020 10:38:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AF8F31150; Fri, 12 Jun 2020 10:38:47 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C6253FEB for ; Fri, 12 Jun 2020 10:38:45 +0200 (CEST) IronPort-SDR: 6fHgZeApdOEZjfOEzSrm/Uke3Hb+xbgkNR9B0l4GxUrt27xKdqDYEfc8MGbqOSiUOb91t6lyYd kEHcd6cMs78A== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jun 2020 01:38:44 -0700 IronPort-SDR: aAlaVCgTfFrxssW92JHRkXAI74zEXfUGYm9ykgnvKlhl5i+XvbUtk/Y0TIfKwE0yjYvEvGVfnf +B0g8UXihRyw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,502,1583222400"; d="scan'208";a="350472978" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.116.183]) by orsmga001.jf.intel.com with ESMTP; 12 Jun 2020 01:38:43 -0700 Date: Fri, 12 Jun 2020 16:30:11 +0800 From: Ye Xiaolong To: Junfeng Guo Cc: qi.z.zhang@intel.com, beilei.xing@intel.com, dev@dpdk.org, jia.guo@intel.com, simei.su@intel.com Message-ID: <20200612083011.GE7842@intel.com> References: <20200612081324.9370-1-junfeng.guo@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200612081324.9370-1-junfeng.guo@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH 0/2] add FD support for GTPU with outer IP on PF and VF 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" Hi, junfeng On 06/12, Junfeng Guo wrote: >[PATCH 1/2] add FD support for GTPU with outer IP on PF >[PATCH 2/2] add FD support for GTPU with outer IP on VF > >*** BLURB HERE *** Better to have some description about your patchset in the cover letter other than keeping the auto-generated "*** BLURB HERE ***". :) Thanks, Xiaolong > >Junfeng Guo (2): > net/ice: add FD support for GTPU with outer IP > net/iavf: add FD support for GTPU with outer IP > > drivers/net/iavf/iavf_fdir.c | 22 +++++++++--- > drivers/net/iavf/iavf_generic_flow.c | 22 +++++++++++- > drivers/net/iavf/iavf_generic_flow.h | 12 +++++-- > drivers/net/ice/ice_fdir_filter.c | 54 ++++++++++++++++++++++++---- > drivers/net/ice/ice_generic_flow.c | 31 +++++++++++++--- > drivers/net/ice/ice_generic_flow.h | 12 +++++-- > 6 files changed, 133 insertions(+), 20 deletions(-) > >-- >2.17.1 >