From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 07F4E29AC; Thu, 17 Jan 2019 23:08:42 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 060091443; Thu, 17 Jan 2019 17:08:40 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 17 Jan 2019 17:08:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=BipQTSndxnGzd0Zz91YNpWJcPkmuX7FPLLc3HMEuLn0=; b=m+PC78LEE0EA 8PyOghd+CroEohkM2qLdev4bvOp2oCCDUXxZi5S5b5n4aHm3WWLzYeWQfbyPno1M abhPv6xJCfqG5e3uBEP56FgHmQ50+kXzwruXIJD0qBR0rDgvtFEiLSA77ZXEGSDd /mIlnWuQimUXrLUa5PNWZkFjM4n8kL0= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=BipQTSndxnGzd0Zz91YNpWJcPkmuX7FPLLc3HMEuL n0=; b=cN6ttUo6ZX+c0pXi6wC1VDwzndpxoaSWHqWObWi5TujY2+9Ipp++ph7zm hFERDbUDFmNiGjh14lWr9bdktekpUIldJL/dA+mwpOVqXhsw6Xfto6gV1Ht7Dx9H nlQAXoG6FSFMYtat3bb+uYH87Dop4f3d3bfXlODorXyFjNWG66Axyq/mel51B8rH B7bnB/YeQ1FavwOqxdRUHw0lhkHx2jAZSc/oh7bsUgE4WDKLRc30hobLbC98Rwjw ZIi1SAOBmAXt2DnvWjHk+AxNcXGdglfOXdb+KUY4plMtxnF+khgzZZ9XoY1yW3cc AljZ3+AYPTkdxYbyik/wMERZUh0WQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgeekgdduheefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgepud X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D28DE100E4; Thu, 17 Jan 2019 17:08:39 -0500 (EST) From: Thomas Monjalon To: "Hu, Jiayu" Cc: dev@dpdk.org, "Ananyev, Konstantin" , "stable@dpdk.org" Date: Thu, 17 Jan 2019 23:08:38 +0100 Message-ID: <2597016.lJNARt5SKZ@xps> In-Reply-To: <2601191342CEEE43887BDE71AB977258010D9047DB@irsmsx105.ger.corp.intel.com> References: <1547021995-14231-1-git-send-email-jiayu.hu@intel.com> <1547604822-9920-1-git-send-email-jiayu.hu@intel.com> <2601191342CEEE43887BDE71AB977258010D9047DB@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6] doc: add GRO limitations in prog_guide 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, 17 Jan 2019 22:08:42 -0000 16/01/2019 10:50, Ananyev, Konstantin: > From: Hu, Jiayu > > > > This patch adds GRO limitations in the programmer guide. > > > > Fixes: 2c900d09055e ("doc: add GRO guide") > > Cc: stable@dpdk.org > > > > Signed-off-by: Jiayu Hu > > --- > > changes in v6: > > - add VLAN limitation > > changes in v5: > > - remove fix commit 9e0b9d2ec0f4 > > changes in v4: > > - update MBUF->l2_len/... requirement > > changes in v3: > > - add MBUF limitation > > changes in v2: > > - add fix commits > > - add more limitations > > Acked-by: Konstantin Ananyev Applied, thanks