From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 17DBD107A for ; Fri, 19 May 2017 12:57:07 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 May 2017 03:57:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,363,1491289200"; d="scan'208";a="1132518679" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.42]) by orsmga001.jf.intel.com with SMTP; 19 May 2017 03:57:04 -0700 Received: by (sSMTP sendmail emulation); Fri, 19 May 2017 11:57:03 +0100 Date: Fri, 19 May 2017 11:57:03 +0100 From: Bruce Richardson To: Tiwei Bie Cc: dev@dpdk.org Message-ID: <20170519105703.GA15660@bricha3-MOBL3.ger.corp.intel.com> References: <20170519001348.34431-1-tiwei.bie@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170519001348.34431-1-tiwei.bie@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.0 (2017-02-23) Subject: Re: [dpdk-dev] [PATCH] examples/exception_path: add FreeBSD support 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: Fri, 19 May 2017 10:57:08 -0000 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