From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B18C42C16 for ; Thu, 3 Aug 2017 23:39:55 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 220D22046A; Thu, 3 Aug 2017 17:39:55 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 03 Aug 2017 17:39:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=hqBA20My/mAjXex x0Or/KvSxUs+QFyvHoH612RZHsK4=; b=BZdPZZRLTW0KA55mf1wQxln56LlwOXS JgqEqGajloVZloq6pTCyqQQB7Ppf0c845or42DtrWtQ3tMz8o97QR6DwbTExoKNS 34JixC4r5aYNlQpmNh7ewWWDMNDbXnjOL21XDD8rez/CxsBOA0pCwnbmDrh/P86p DlVcpFEor1DY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=hqBA20My/mAjXexx0Or/KvSxUs+QFyvHoH612RZHsK4=; b=aZliGImP DXjGDryewzfTuUxCl23ev+lqhSiGzqZsf9tkJL+VjW/0CE6CTCkaEAIkb3hMUwDt nwn61jxJCPXvEivN7IWwqLXkRGJ07cQqwZsDokwwLgJdVQuK9jtVK2r3mN7t+Xq/ vpKt+RU3OG8qJX4Ru9l9g6B8lC0ijByx57JtGZrwHLX2sTi2OPBX3H7+4+Wbe/cX D4+L3UrUzYqo2oX3oDmXYwVJsmDnhi8AnyMMUrfmKPAY/0isPQLrhnO/oHOrlUOX LE3IQZHwSDZ6cvU7MhHprIGTQBoGU/WJPqfd8O8W3j7N78L2LmiZYt6Auce0of/X 1Zn15p20opSn3g== X-ME-Sender: X-Sasl-enc: gcpycBgn8cNTZV242x1Et3cop5XLfF9QNvqEwKy76pFB 1501796394 Received: from xps.localnet (196.114.118.80.rev.sfr.net [80.118.114.196]) by mail.messagingengine.com (Postfix) with ESMTPA id AA9652456C; Thu, 3 Aug 2017 17:39:54 -0400 (EDT) From: Thomas Monjalon To: Jiayu Hu Cc: dev@dpdk.org, Ferruh Yigit , jingjing.wu@intel.com Date: Thu, 03 Aug 2017 23:39:53 +0200 Message-ID: <4190145.O2gJHPqUKv@xps> In-Reply-To: <2235085f-f810-4d46-600b-9d0d5d04b701@intel.com> References: <1501753519-73895-1-git-send-email-jiayu.hu@intel.com> <2235085f-f810-4d46-600b-9d0d5d04b701@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 21:39:56 -0000 03/08/2017 13:11, Ferruh Yigit: > 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 Applied, thanks More precise title: app/testpmd: fix GRO command description