From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 2F329A51 for ; Thu, 26 Apr 2018 23:26:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CDA7E21BDE; Thu, 26 Apr 2018 17:26:56 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 26 Apr 2018 17:26:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=8VXllO6N0GOpP5zVoINp5fbYbj it82feEbdGXRl6o2Y=; b=r7jD+WNs6Bd5ATUb0YZA71uBi5q/9PiQwEmcxo/r3C BhaXg2pB3EDnTyh4o3IepcnMNxVW7ijFRNuAP04NpgTYGl0I3bHLPltR7LQ/3Hes 6TFaFSnI9lauwHiKnMM6sI5rcRGxA3DQO1jXWasQFEcygr3HucCUY0FGco/sqcpw I= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=8VXllO 6N0GOpP5zVoINp5fbYbjit82feEbdGXRl6o2Y=; b=N50PRCdyjMetL7CbTmBFnp 0ktxCMv5P7g9sJ6aN2G4+4qlkH/kYdI3uylrCP+IimyATOwGVCQdqOC2Q2ZphWGc TdRM0SUFz7z2/CvvVm11533EfpAWlcCYMut3Xl/wPnPTNhxzvgD6Z70A0Sdo3cL2 sMg7dFEEsD1QPwuXo73/H2XMA+T2EjGJ0DWvR9LpQgfLk3OcOFII1EQL5BpoCDrP yDufafpGkQvnjRMgiWPf+c0aaSg80C3LEZR3lbJHM+mRTMgD+lMszNk6kIus9Fk+ +i6YATI021NBqOVg3q0ujyKQ2S/i7MCeLZyAzzDGLq1DLB7XA+0/QQP8uqV22zcg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 93BB9E49E9; Thu, 26 Apr 2018 17:26:55 -0400 (EDT) From: Thomas Monjalon To: Arnon Warshavsky Cc: Kevin Traynor , "Burakov, Anatoly" , "Lu, Wenzhuo" , "Doherty, Declan" , jerin.jacob@caviumnetworks.com, Bruce Richardson , "Yigit, Ferruh" , dev@dpdk.org Date: Thu, 26 Apr 2018 23:26:54 +0200 Message-ID: <7118262.6rNpGhMO39@xps> In-Reply-To: References: <1524663944-30376-11-git-send-email-arnon@qwilt.com> <9a982432-aec7-a3b5-12b2-e3f9f799aa76@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v9 02/10] bond: replace rte_panic instances in bonding driver 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, 26 Apr 2018 21:26:57 -0000 26/04/2018 23:06, Arnon Warshavsky: > By returning from this function in this patch I also aim to terminate the > process, but through the door rather than out the window, :D Thanks for the laugh. Where is the button "Like"?