From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 083F5A0524; Mon, 19 Apr 2021 17:37:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 855B74130F; Mon, 19 Apr 2021 17:37:12 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 11B0D412E6 for ; Mon, 19 Apr 2021 17:37:10 +0200 (CEST) IronPort-SDR: 8WJEJLL05fq6y8kLn/5vBRVzIhcrciddfgee8RFPObHzBYEDO9QUgWs1timup1ElsU8EtPCLOw bPhDhLauWE7A== X-IronPort-AV: E=McAfee;i="6200,9189,9959"; a="175456626" X-IronPort-AV: E=Sophos;i="5.82,234,1613462400"; d="scan'208";a="175456626" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 08:37:08 -0700 IronPort-SDR: wNxEQhAW/2b1mG5z/vDjdtOCqfMYZ2iP/T76CS4brexkmkSk7Bhvwj7lHAANhUn6oApEECNudf Izmth1fFan3w== X-IronPort-AV: E=Sophos;i="5.82,234,1613462400"; d="scan'208";a="462778084" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.220.224]) ([10.213.220.224]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2021 08:37:06 -0700 To: Jeff Guo , orika@nvidia.com, qi.z.zhang@intel.com, beilei.xing@intel.com, xiaoyun.li@intel.com, jingjing.wu@intel.com Cc: dev@dpdk.org, ting.xu@intel.com References: <20210324134844.60410-1-jia.guo@intel.com> <20210413081032.60509-1-jia.guo@intel.com> <20210413081032.60509-2-jia.guo@intel.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <08eeeb5c-5c7f-ee17-fd8d-0feef1f02113@intel.com> Date: Mon, 19 Apr 2021 16:37:03 +0100 MIME-Version: 1.0 In-Reply-To: <20210413081032.60509-2-jia.guo@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 1/4] app/testpmd: add packet id for IP fragment 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 4/13/2021 9:10 AM, Jeff Guo wrote: > Add the new items to support the flow configuration for IP fragment > packets. > > Signed-off-by: Ting Xu > Signed-off-by: Jeff Guo Hi Ori, Can you please check this patch? If you don't have any objection, I am planning to get it for rc1.