From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 250D08E96 for ; Tue, 20 Oct 2015 23:23:09 +0200 (CEST) Received: by wicll6 with SMTP id ll6so47611957wic.1 for ; Tue, 20 Oct 2015 14:23:09 -0700 (PDT) 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=AJJTJfvlMWMSYJ0grUrQoP2zipoB7iOUdNcVdYPw478=; b=brf2mshnpEakNtdsf2dgUMsDAnX7D0B/suBmxdnBskJCNAwPgHg4bhHo2alWwvuI4w dr+LyNRUhUdM8W+OhQERXHOTZYKAOyiUkV0J82eq/IQxusxhrdusuYt9lNqSAGmTTPUf bE6gf9BD9X/fHFzAzJVbRj9Su0Pq4OOagdWTf0TVj32Icy5/DhYLyvOGX9pEehTOzyGC 3CydRx9QvlYO3hb6R4YUQnuFwjc6ZswqosXhcUTzj0GwlLR8JdEmeEa53g59Her/gTnF P2Ubzn6tCxfwoCnaXYBuJbZt8NnBbQdeOMrzndva3jvcwUDGR0z7wvdDySZ1nMQATTAu kltg== X-Gm-Message-State: ALoCoQnVc5E1CXwFPnG+DZeKFGJxhxNd3BVsnlOfEqOFSfy7gUR2qy5cPto91duH1D4oPrQplzGQ X-Received: by 10.194.171.3 with SMTP id aq3mr6694947wjc.54.1445376188852; Tue, 20 Oct 2015 14:23:08 -0700 (PDT) Received: from xps13.localnet (guy78-1-82-235-116-147.fbx.proxad.net. [82.235.116.147]) by smtp.gmail.com with ESMTPSA id ld5sm6147826wjc.18.2015.10.20.14.23.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Oct 2015 14:23:07 -0700 (PDT) From: Thomas Monjalon To: David Marchand Date: Tue, 20 Oct 2015 23:22:02 +0200 Message-ID: <1652277.7g4by1p3dR@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1444816250-2402-1-git-send-email-david.marchand@6wind.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] eal: move interrupt init after device init 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: Tue, 20 Oct 2015 21:23:09 -0000 2015-10-14 13:32, David Marchand: > On Wed, Oct 14, 2015 at 11:50 AM, David Marchand > wrote: > > > Fixes: "eal: set iopl only when needed" (565b85d) > > > > Forgot the release note. > If this current patch is ok for all, I will resubmit with an update to > doc/guides/rel_notes/release_2_2.rst. Applied with release note, thanks.