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 7014FA0559; Mon, 16 Mar 2020 02:52:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5313C25D9; Mon, 16 Mar 2020 02:52:40 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 9AE571AFF for ; Mon, 16 Mar 2020 02:52:38 +0100 (CET) IronPort-SDR: NrmuRkH/3SXI0dId1TTVAARkmaRiq/tXNx8mvZA69o5qa485VZjVLGElTyB3clnLaYONqwYHpc ZFK6/XDlx6yw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2020 18:52:37 -0700 IronPort-SDR: AogT4eePxrpqTN2SPEKh4vb1NyFVJX/RWSpGDFWE2YPc4cuSWp+WAW9G1LuCzWiood0sTrQW7O dSq0UcCQigUg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,558,1574150400"; d="scan'208";a="243990358" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga003.jf.intel.com with ESMTP; 15 Mar 2020 18:52:36 -0700 Date: Mon, 16 Mar 2020 09:49:51 +0800 From: Ye Xiaolong To: "Rong, Leyi" Cc: "Wang, ShougangX" , "dev@dpdk.org" , "Wu, Jingjing" Message-ID: <20200316014950.GB64357@intel.com> References: <20200306022419.82814-1-shougangx.wang@intel.com> <47ACC7359E973C41ACB0C2477632BC7252C91943@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47ACC7359E973C41ACB0C2477632BC7252C91943@SHSMSX101.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] net/iavf: unify Rx ptype table 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 03/12, Rong, Leyi wrote: > >> -----Original Message----- >> From: Wang, ShougangX >> Sent: Friday, March 6, 2020 10:24 AM >> To: dev@dpdk.org >> Cc: Rong, Leyi ; Wu, Jingjing ; >> Wang, ShougangX >> Subject: [PATCH] net/iavf: unify Rx ptype table >> >> From: Wang Shougang >> >> This patch unified the Rx ptype table. >> >> Signed-off-by: Wang Shougang > >Acked-by: Leyi Rong Applied to dpdk-next-net-intel, Thanks.