From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E98062986 for ; Thu, 3 Aug 2017 13:11:02 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 03 Aug 2017 04:11:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,315,1498546800"; d="scan'208";a="135591277" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga006.fm.intel.com with ESMTP; 03 Aug 2017 04:11:01 -0700 To: Jiayu Hu , dev@dpdk.org Cc: jingjing.wu@intel.com References: <1501753519-73895-1-git-send-email-jiayu.hu@intel.com> From: Ferruh Yigit Message-ID: <2235085f-f810-4d46-600b-9d0d5d04b701@intel.com> Date: Thu, 3 Aug 2017 12:11:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1501753519-73895-1-git-send-email-jiayu.hu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix wrong cmdline message 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: , X-List-Received-Date: Thu, 03 Aug 2017 11:11:03 -0000 On 8/3/2017 10:45 AM, Jiayu Hu wrote: > In testpmd, GRO is supported by csum forwarding engine, but the cmdline > message shows GRO is supported by io forwarding engine. This patch is > to fix this issue. > > Fixes: b40f8d782ba1 ("app/testpmd: enable TCP/IPv4 GRO") > > Signed-off-by: Jiayu Hu Reviewed-by: Ferruh Yigit