From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 2/5] eal/bsdapp: fix missing interrupt stub functions Date: Fri, 20 Oct 2017 10:12:35 +0100 Message-ID: <20171020091235.GA19084@bricha3-MOBL3.ger.corp.intel.com> References: <20171019163629.28618-1-bruce.richardson@intel.com> <20171019163629.28618-3-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: stable@dpdk.org To: dev@dpdk.org Return-path: Content-Disposition: inline In-Reply-To: <20171019163629.28618-3-bruce.richardson@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" On Thu, Oct 19, 2017 at 05:36:26PM +0100, Bruce Richardson wrote: > A number of interrupt functions only existed on Linux. Adding in stubs > for these functions corrects this omission, and allows the map files for > both Linux and FreeBSD to be identical. > > CC: stable@dpdk.org > Fixes: 9efe9c6cdcac ("eal/linux: add epoll wrappers") > Apologies, I just realised that this fix patch probably can't be back-ported to stable on it's own, since it would be missing the header file updates in the previous patch. Also, not sure if this is worth taking to stable, but if it is, more patches in the set can be taken too. Regards, /Bruce