From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v7 3/3] net/virtio: support GUEST ANNOUNCE Date: Tue, 9 Jan 2018 21:36:17 +0800 Message-ID: <20180109133617.GN29540@yliu-mob> References: <20180107120513.142196-3-xiao.w.wang@intel.com> <2111831.jDyPzsQBf4@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Wang, Xiao W" , Maxime Coquelin , "Bie, Tiwei" , dev@dpdk.org, "stephen@networkplumber.org" To: Thomas Monjalon Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 9697C1B1C5 for ; Tue, 9 Jan 2018 14:36:23 +0100 (CET) Content-Disposition: inline In-Reply-To: <2111831.jDyPzsQBf4@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Jan 09, 2018 at 12:41:53PM +0100, Thomas Monjalon wrote: > > > Do you think it could make sense to have this function in a lib, as > > > vhost user lib does exactly the same? > > > > > > I don't know if it could be useful to others than vhost/virtio though. > > > > Hi Thomas, > > > > Do you think it's worth adding a new helper for ARP in lib/librte_net/? > > Currently we just need a helper to build RARP packet (the above make_rarp_packet) > > Yes, good idea +1 --yliu