From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 006388002 for ; Thu, 18 Dec 2014 23:18:45 +0100 (CET) Received: by mail-wg0-f45.google.com with SMTP id b13so2845050wgh.32 for ; Thu, 18 Dec 2014 14:18:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=clSi4YzmmEkgDGZI30sT7XEM+gqnAIWwIE1dHbm/P8Q=; b=LHR+sCp4JLz2EbFEwIV0+RlBadPslxtiO8YRvkZ13HySfrcoIMN61XcubjCGEMdvQd 5rPO33Mv65slfyAbeW7RhHh6Ww4iwsZW7dEcPrWL7sqK2jOAWCgqQ9TecOOlo91jITe5 9OjIDLadiV4pzzgWSZKFio78iMKmaBaURO/KQmtBfHGrUtg1CJwIN46WqtYHST6yiazY XGp6kLZLh6oxO1PhUX6RMZ2AkaKJR1oOq5bkOD+x/zimUg4F6ruD0jlPj3eYH67+LBp5 xilqtpxpi8SOtyeGkWBf8i2Fn9teHYRYZ7i2d7Vko1f1QjrbGRiIeqVcGL6WdsJ1YH9P Xpgg== X-Gm-Message-State: ALoCoQnQgmPxLb+xy31kwStLw+oD1YiLtNmyytOB8dofsKVWs+GJSMgHzYDLEv9BUxEPbmzj5zw4 X-Received: by 10.180.198.52 with SMTP id iz20mr27238wic.60.1418941125820; Thu, 18 Dec 2014 14:18:45 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id b10sm153853wiw.9.2014.12.18.14.18.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Dec 2014 14:18:45 -0800 (PST) From: Thomas Monjalon To: Sujith Sankar Date: Thu, 18 Dec 2014 23:18:18 +0100 Message-ID: <1878881.pQbWV7HIxT@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418893780-19195-1-git-send-email-ssujith@cisco.com> References: <1418893780-19195-1-git-send-email-ssujith@cisco.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] enic: remove code under VFIO_PRESENT and use eal code for interrupts 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: Thu, 18 Dec 2014 22:18:46 -0000 2014-12-18 14:39, Sujith Sankar: > This patch removes the interrupt registration code which was under the flag VFIO_PRESENT > and relies on the rte_lib code for the same. This also ignores the initial trigger of > ISR from the lib. > > Signed-off-by: Sujith Sankar This driver is new, so there is no regression risk. Hope it builds everywhere. Applied Thanks -- Thomas