From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7O2j-00081w-Ts for qemu-devel@nongnu.org; Fri, 11 Dec 2015 08:47:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a7O2e-0002Q2-Sm for qemu-devel@nongnu.org; Fri, 11 Dec 2015 08:47:29 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:16261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a7O2e-0002Px-G3 for qemu-devel@nongnu.org; Fri, 11 Dec 2015 08:47:24 -0500 Date: Fri, 11 Dec 2015 14:47:06 +0100 From: Samuel Thibault Message-ID: <20151211134706.GC2927@var.bordeaux.inria.fr> References: <20151211001505.GV2905@var.home> <1449792930-27293-1-git-send-email-samuel.thibault@ens-lyon.org> <1449792930-27293-2-git-send-email-samuel.thibault@ens-lyon.org> <566AD1E4.1050403@redhat.com> <566AD30E.2060002@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <566AD30E.2060002@redhat.com> Subject: Re: [Qemu-devel] [PATCH 02/18] slirp: Generalizing and neutralizing code before adding IPv6 stuff List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: zhanghailiang , Li Zhijian , Stefan Hajnoczi , Jason Wang , Dave Gilbert , Vasiliy Tolstov , qemu-devel@nongnu.org, Gonglei , Jan Kiszka , Huangpeng , Yang Hongyang , Guillaume Subiron Thomas Huth, on Fri 11 Dec 2015 14:43:42 +0100, wrote: > Anyway, it's IMHO a somewhat strange way to structure a patch ... maybe > it would be nicer to do it in one go instead (after splitting off the > arp_requested renaming)? Please discuss about it with the people who asked for it. I won't revamp patches until what people prefer is settled. Personally I prefer the two-patch approach, since the first nicely shows what behavior change we have, and the second is a no-op patch, as can be seen with diff -w Samuel