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 F31731B024 for ; Thu, 18 Jan 2018 09:51:09 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A948920CCB; Thu, 18 Jan 2018 03:51:09 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 18 Jan 2018 03:51:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux.org; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=vMyAa3zxUdaHr8nMHm0geFtdfuHvfxyvmZzrY2TdCyE=; b=giASIf0r E6HCzoSsT4CCJn2DLcihZoFmP8pAlvE73s+iu+h1tiiKpRqe3vE+kks2XboyIswC ahllLPZJtWQv3hjYtofgUJB3JKKghSJf1HwvtRjo8hUjvCl6U3/Igqa5JjyaesRo sNuWIDKbB9puEWzSsjjYwjWEO52fbzoTnz+w2nE0EhPF3G8N2Io+nJ2RvQpmaZ4v KOq/vOr2BqxgtS+jmQj31RcQicGbe7OStAsvGLeAxi/0misJzspaGGM6PDkSaGDb Owj7/erBJTbsICAJh6D+AFLChDgWbz65d2Sb3q3Ii2PDSHYjAOnktb5HISduUbCP B6cRjlgK06lKiw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=vMyAa3zxUdaHr8nMHm0geFtdfuHvf xyvmZzrY2TdCyE=; b=qDynbIfDvF5z8+NQbqMa1ncsgW/XzCO3okOZpk4zYXiFi nJry+EIKdpqpfeGHVs/cJ3MNqsk5sVTX6eLnoug5D0a9EGBBFqNbw9DtHriLjmGn 7rLSZD+7C/8ZIsWI4yWDAlV9vKsUxDMxhHMK5CsXKNPa5eK1IsicBQXtPZn6Cup1 f8f1j8ORsMkonJ39h/nhl2WWle2Z+bAXyLzQNglwgicGPMfVCOirF9U08PzzukaF uAf6ydP7+6Rw7yoXuuhR4JwWPH1qwtvM9W7uSkfE5bvFC/ek/C0C+PAtaoYaFbSf SFg93jfS2olimb1ljvHzaLUqiklhFeG7WMX27W1Lg== X-ME-Sender: Received: from yliu-mob (unknown [115.148.90.22]) by mail.messagingengine.com (Postfix) with ESMTPA id 6FC5A7E46B; Thu, 18 Jan 2018 03:51:08 -0500 (EST) Date: Thu, 18 Jan 2018 16:51:05 +0800 From: Yuanhan Liu To: Thomas Monjalon Cc: dev@dpdk.org, Xiao Wang , Ferruh Yigit , Olivier Matz Message-ID: <20180118085105.GC29540@yliu-mob> References: <20180118030921.GW29540@yliu-mob> <1516245283-23990-1-git-send-email-yliu@fridaylinux.org> <2984278.9JAyNMmhbp@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2984278.9JAyNMmhbp@xps> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [dpdk-dev] [PATCH 1/2] net: fixup RARP generation 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, 18 Jan 2018 08:51:10 -0000 On Thu, Jan 18, 2018 at 09:38:39AM +0100, Thomas Monjalon wrote: > 18/01/2018 04:14, Yuanhan Liu: > > Due to a mistake operation from me, older version (v10) was merged to > > master branch. It's the v11 should be applied. However, the master branch > > is not rebase-able. Thus, this patch is made, from the diff between v10 > > and v11. > > Understood it is a mistake. > However, you can briefly describes what does this change. > Is there a changelog in v11 patch? Yes, ther is: v11: - Add check for parameter and tailroom in rte_net_make_rarp_packet. - Allocate mbuf in rte_net_make_rarp_packet. > > > > Code is from Xiao Wang. > > You may add his Signed-off. I have no objection. Xiao, okay to you? I will also set the author to you. --yliu > > Signed-off-by: Yuanhan Liu