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 541142C16; Wed, 19 Dec 2018 22:28:43 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DAAFD21D39; Wed, 19 Dec 2018 16:28:42 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 19 Dec 2018 16:28:42 -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=HEtbJl6F0tGReYgKX6DRMPUIW2934JRx1Acm9NO38qs=; b=axns7v9pPZAZ g2t5Sj7LWlIORIDbEQJg857R0mueUL+Y3gsmpE7+uo0rmiB7FBY5ZwvgyhBiUyF+ DVL5bMtKgdBogQK60rj2cLLGbyHAj5+w3q8KOMuB9d39E+gLzAhOHP7bf//hcG53 541iQngXD9SBKp5jDpkeqIfvmW3jH70= 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=HEtbJl6F0tGReYgKX6DRMPUIW2934JRx1Acm9NO38 qs=; b=AGfy6HnnJ2+Gr0zpSDnnPAkLuQGEFEpinqSIEAkUopFO5uS//vXSECOiz CAAWR1GzM0lIv7kdQWtrXJCQwd5fzsy1XF+hQw93xvF0diN//wMpgM0mYpkOSwo1 voHM7f2CDp0EC/EdAWwOp84pDhaf5OninA9xc6VeDQHp34NzlP9UvSlv9iFtKUJM zoeRFG25gfPKLmBUBQuNyUYPoUXgpnF6ng/2V7KxG+uiA1cc9A9DHhxYsa+camby 3dvGlELSsox/z8L+FTUQyUFPqQuqWcMfW9kH9CxWBj79tY2DrQDQVleQ/PuiCrWj ks1CPdHNbB5yh5TyXAo6Ij9taiQdw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejtddgudehtdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecu fedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkf gjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhn uceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuffhomhgrihhnpeguphgukh drohhrghenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhl fhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuih iivgeptd 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 7ADAFE459A; Wed, 19 Dec 2018 16:28:40 -0500 (EST) From: Thomas Monjalon To: "Zhao1, Wei" Cc: dev@dpdk.org, "stable@dpdk.org" , "Ananyev, Konstantin" , "Wang, Dong1" , "Lu, Wenzhuo" Date: Wed, 19 Dec 2018 22:28:39 +0100 Message-ID: <1557065.VjnJbpjhDR@xps> In-Reply-To: References: <1542793757-52622-1-git-send-email-wei.zhao1@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/ipv4_multicast: remove useless mbuf info copy 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: Wed, 19 Dec 2018 21:28:43 -0000 21/11/2018 11:17, Zhao1, Wei: > Add the background for this patch > https://mails.dpdk.org/archives/dev/2018-November/119391.html > > > There is not need for these useless information and it had better be > > removed in oder not to confusing users. > > > > Signed-off-by: Wei Zhao Applied, thanks