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 CF70EA0471 for ; Thu, 18 Jul 2019 23:10:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 67A421DBF; Thu, 18 Jul 2019 23:10:53 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 1A97014E8 for ; Thu, 18 Jul 2019 23:10:52 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id F2C51455; Thu, 18 Jul 2019 17:10:50 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 18 Jul 2019 17:10:51 -0400 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=Wy6/thvg6AEiufWuPIlhj2fqbCiJy+OAMyCbr2O6wiE=; b=WfiZf4APyArv nEfMOT5rwG6cpHrBFKog0ldhwQCU66LdWBOcttlOVS/YLQ8DD20oR/8KU019+d7r nYiKwvbmOLDCz8TlyG1oiPVqD+8SPaXL5XRh1lYzWEu1TudHPkCsXpY5AOFspWiW 4fNhYjepJobkLN7KyvcjOGiWhSq4J5o= 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=fm3; bh=Wy6/thvg6AEiufWuPIlhj2fqbCiJy+OAMyCbr2O6w iE=; b=Z7qd+dO2HJr5QV4ZMQbQQaw9A6eRcHlllyiH30IY8WL6fRZM7ZcbeYbZm TmXZlcZmX3z83MAMmjQxDXJuuQXnE2d5SPJ4jYfLpYvwdtuB2J3fzzINxQ9/BgYY RuUgxPDXlBFC1IwEcXPE6cqfAt+jXY2KyWumjkhCSAcKuZig0XeaT/0YJ0tE7doQ wj26Tm2ZdW+t6Etsrc9r81mbaQ04gvgKxuiI5qYLKqRMIx7+FhRxoKV9loNFB6V2 +WqS5rdOLzymQMdZBsaWvmpXc+lLJn2phTPwIZ6ke9micPSDh+kK1hwxDSAu2NvE g+0mAfqW0gLCCGBLWDKQUXoEHmdgA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieehgdduieduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 860C4380074; Thu, 18 Jul 2019 17:10:49 -0400 (EDT) From: Thomas Monjalon To: Konstantin Ananyev Cc: dev@dpdk.org Date: Thu, 18 Jul 2019 23:10:48 +0200 Message-ID: <3000679.IoUv8GRrVp@xps> In-Reply-To: <20190718101113.13909-1-konstantin.ananyev@intel.com> References: <20190710141659.23964-1-konstantin.ananyev@intel.com> <20190718101113.13909-1-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/2] Few fixes for ip_fragmentation 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" 18/07/2019 12:11, Konstantin Ananyev: > v1 -> v2 > As requested, split one patch into two > > Konstantin Ananyev (2): > examples/ip_fragmentation: fix fail to send un-fragmented packets > examples/ip_fragmentation: fix set IPv4 for unknown packet types Applied, thanks