From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EF6E6A0524; Fri, 8 Jan 2021 19:14:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6AEAE140F5C; Fri, 8 Jan 2021 19:14:46 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id D221D140F58 for ; Fri, 8 Jan 2021 19:14:44 +0100 (CET) IronPort-SDR: LAsMwOU9tjwPbCpiPAhvs+ICucUovQiHepG5h7sVW2NocDf7cpmc6RLd517UX4xCjD+k8GfAHm 3/WwKUAPOBiQ== X-IronPort-AV: E=McAfee;i="6000,8403,9858"; a="239185612" X-IronPort-AV: E=Sophos;i="5.79,332,1602572400"; d="scan'208";a="239185612" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jan 2021 10:14:43 -0800 IronPort-SDR: 4MrCt7q/usEI2QqXqhWfYH018/u2PpyTGiBaQcL7/cY9LoZkzfbNLVBH/mc8DRpI4dBBDMg1X8 UzjGV0gYfbsw== X-IronPort-AV: E=Sophos;i="5.79,332,1602572400"; d="scan'208";a="399057531" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.237.192]) ([10.213.237.192]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jan 2021 10:14:41 -0800 To: "Zhang, Qi Z" , "Yang, Qiming" Cc: "Wang, Haiyue" , "Guo, Jia" , "dev@dpdk.org" References: <20210108043508.301227-1-qi.z.zhang@intel.com> <33c618aa45bd422c9a8ffb506163fd94@intel.com> From: Ferruh Yigit Message-ID: <8211288d-5d85-ecbd-c572-0763e8e5cc69@intel.com> Date: Fri, 8 Jan 2021 18:14:38 +0000 MIME-Version: 1.0 In-Reply-To: <33c618aa45bd422c9a8ffb506163fd94@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 0/9] ice base update batch 2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 1/8/2021 8:06 AM, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: Yang, Qiming >> Sent: Friday, January 8, 2021 2:05 PM >> To: Zhang, Qi Z >> Cc: Wang, Haiyue ; Guo, Jia ; >> dev@dpdk.org; Yigit, Ferruh >> Subject: RE: [PATCH 0/9] ice base update batch 2 >> >> Acked-by: Qiming Yang >> >>> -----Original Message----- >>> From: Zhang, Qi Z >>> Sent: 2021年1月8日 12:35 >>> To: Yang, Qiming >>> Cc: Wang, Haiyue ; Guo, Jia >>> ; dev@dpdk.org; Yigit, Ferruh >>> ; Zhang, Qi Z >>> Subject: [PATCH 0/9] ice base update batch 2 >>> >>> Summary: >>> >>> 1. Add GTPU inner support for FDIR. >>> 2. refine the VSI AQ command. >>> 3. Add PTYPE metadata learning. >>> 4. couple bug fix and code clean >>> 5. update the Copyright date >>> >>> Qi Zhang (9): >>> net/ice/base: align add VSI and update VSI AQ command buffer >>> net/ice/base: remove the deprecated field >>> net/ice/base: add package PTYPE enable information >>> net/ice/base: fix for memory handling >>> net/ice/base: limit forced overrides based on FW version >>> net/ice/base: support GTPU inner for AVF FDIR >>> net/ice/base: cleanup style issues >>> net/ice/base: updated the add scheduler node counter >>> net/ice/base: update Copyright date <...> >>> >>> -- >>> 2.26.2 >> > > Applied to dpdk-next-net-intel. > Can you please send the release notes update for it?