From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3CD108D9A for ; Fri, 30 Oct 2015 08:12:18 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 30 Oct 2015 00:12:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,217,1444719600"; d="scan'208";a="674878173" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 30 Oct 2015 00:11:54 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 00:11:54 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 00:11:54 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.253]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.47]) with mapi id 14.03.0248.002; Fri, 30 Oct 2015 15:11:51 +0800 From: "He, Shaopeng" To: "Liang, Cunming" , "dev@dpdk.org" Thread-Topic: [PATCH v2 04/11] eal/linux: not allow to enable zero intr efd Thread-Index: AQHREtPMtmeo9ma0DUWsY8bRHDGLpJ6Dnq9Q Date: Fri, 30 Oct 2015 07:11:50 +0000 Message-ID: References: <1443072831-19065-1-git-send-email-cunming.liang@intel.com> <1446182873-28814-1-git-send-email-cunming.liang@intel.com> <1446182873-28814-5-git-send-email-cunming.liang@intel.com> In-Reply-To: <1446182873-28814-5-git-send-email-cunming.liang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 04/11] eal/linux: not allow to enable zero intr efd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 07:12:18 -0000 > -----Original Message----- > From: Liang, Cunming > Sent: Friday, October 30, 2015 1:28 PM > To: dev@dpdk.org > Cc: Zhang, Helin; He, Shaopeng; Wu, Jingjing; Liang, Cunming > Subject: [PATCH v2 04/11] eal/linux: not allow to enable zero intr efd >=20 > The patch adds condition check to avoid enable nothing. > In disable state, both max_intr and nb_efd are zero. >=20 > Signed-off-by: Cunming Liang Acked-by : Shaopeng He