From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/exception_path: add FreeBSD support Date: Mon, 05 Jun 2017 17:56:19 +0200 Message-ID: <32538696.2LujJ0PgkG@xps> References: <20170519001348.34431-1-tiwei.bie@intel.com> <20170519105703.GA15660@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson To: Tiwei Bie Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id E181D7CB6 for ; Mon, 5 Jun 2017 17:56:21 +0200 (CEST) In-Reply-To: <20170519105703.GA15660@bricha3-MOBL3.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 19/05/2017 12:57, Bruce Richardson: > On Fri, May 19, 2017 at 08:13:48AM +0800, Tiwei Bie wrote: > > Signed-off-by: Tiwei Bie > > --- > > examples/exception_path/Makefile | 9 --------- > > examples/exception_path/main.c | 28 +++++++++++++++++++++++++++- > > 2 files changed, 27 insertions(+), 10 deletions(-) > > > Tested compilation with both gcc5 and clang on FreeBSD 10.1. > > Acked-by: Bruce Richardson Applied, thanks