From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v10 06/13] eal/linux: standalone intr event fd create support Date: Tue, 2 Jun 2015 09:27:53 -0700 Message-ID: <20150602092753.7c42eff9@urahara> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, liang-min.wang@intel.com To: Cunming Liang Return-path: Received: from mx0a-000f0801.pphosted.com (mx0a-000f0801.pphosted.com [67.231.144.122]) by dpdk.org (Postfix) with ESMTP id D755A5A56 for ; Tue, 2 Jun 2015 18:27:59 +0200 (CEST) In-Reply-To: <1433228006-24661-7-git-send-email-cunming.liang@intel.com> 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" 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'?