From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Liang, Cunming" Subject: Re: [PATCH v10 06/13] eal/linux: standalone intr event fd create support Date: Wed, 03 Jun 2015 15:17:24 +0800 Message-ID: <556EAA04.6030601@intel.com> References: <1432889125-20255-1-git-send-email-cunming.liang@intel.com> <1433228006-24661-1-git-send-email-cunming.liang@intel.com> <1433228006-24661-7-git-send-email-cunming.liang@intel.com> <20150602092753.7c42eff9@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, liang-min.wang@intel.com To: Stephen Hemminger Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 062405A35 for ; Wed, 3 Jun 2015 09:17:25 +0200 (CEST) In-Reply-To: <20150602092753.7c42eff9@urahara> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/3/2015 12:27 AM, Stephen Hemminger wrote: > Minor spelling and stuff. I am a terrible speller... > >> The patch exposes intr event fd create and release for PMD. >> The device driver can assign the number of event associated with interrupt vector. >> It also provides misc funtions to check 1) allows other slowpath intr(e.g. lsc); > 'funtions' may be misspelled - perhaps 'functions'? > > >> +/** >> + * It enables the fastpath event fds if it's necessary. >> + * It creates event fds when multi-vectors allowed, >> + * otherwise it multiplexes the single event fds. >> + * >> + * @param intr_handle >> + * Pointer to the interrupt handle. >> + * @param nb_vec >> + * Number of intrrupt vector trying to enable. > 'intrrupt' may be misspelled - perhaps 'interrupt'? Thanks Stephen, will send the cleanup patch.