From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acvJA-0006jx-FE for qemu-devel@nongnu.org; Mon, 07 Mar 2016 08:34:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acvJ7-0002yH-4u for qemu-devel@nongnu.org; Mon, 07 Mar 2016 08:34:48 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:47542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acvJ6-0002yB-UV for qemu-devel@nongnu.org; Mon, 07 Mar 2016 08:34:45 -0500 Date: Mon, 7 Mar 2016 14:34:42 +0100 From: Samuel Thibault Message-ID: <20160307133442.GQ5169@var.bordeaux.inria.fr> References: <56DD25F8.9010602@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56DD25F8.9010602@redhat.com> Subject: Re: [Qemu-devel] [PATCHv9 02/10] slirp: Adding ICMPv6 error sending List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang Cc: Thomas Huth , zhanghailiang , Li Zhijian , Stefan Hajnoczi , Dave Gilbert , Vasiliy Tolstov , qemu-devel@nongnu.org, Yann Bordenave , Gonglei , Jan Kiszka , Huangpeng , Guillaume Subiron Jason Wang, on Mon 07 Mar 2016 14:55:52 +0800, wrote: > On 02/23/2016 03:28 AM, Samuel Thibault wrote: > > From: Yann Bordenave > > > > Disambiguation : icmp_error is renamed into icmp_send_error, since it > > doesn't manage errors, but only sends ICMP Error messages. > > > > Adding icmp6_send_error to send ICMPv6 Error messages. This function is > > simpler than the v4 version. > > Adding some calls in various functions to send ICMP errors, when a > > received packet is too big, or when its hop limit is 0. > > Let's split this into two patches to avoid mixing renaming and new > function introduction. Ok, done so. Samuel