From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by dpdk.org (Postfix) with ESMTP id 081AA5A98 for ; Sat, 7 Mar 2015 00:43:52 +0100 (CET) Received: by pdbnh10 with SMTP id nh10so55182653pdb.3 for ; Fri, 06 Mar 2015 15:43:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=cgYvfYDxaBU/nst5NMk02No5muzAJu4Ghfx71gPRn5g=; b=BOAQRGzz3N9KQcBMhLS2PADH+59yvkr3HrLGDT0znb/dEumK7YmZFNS7+EpXh0o2BH DCow2Vcdd7Ob/VtIX3PISbHAlrrywOVGiEG7Xs9IputXSWLJjoV5KzvkJas7R2dNxj2Y l79RPtL8v+tAIeN1sWcWn0S46b1IYk9XdHzMW/9jEm7aTLFkuvFJ1tqSfAQBc85MckpA DtfELcWLAihkTYsT72yT4rlDrpc/6cb23jvg8LFO/J6kXCTGkpjJv7E0IPBP075iP42q 9f7ORLUQV510+tVj+u8inRtVm5tkbtZzQe0GNBnoVLC2gz6nmzus6lyMFWJ84c6sN3AF PanA== X-Gm-Message-State: ALoCoQl+Y7pFrHCl38kcLIFGBjXlv+KDqAF9OAj3r9SGQlNhW1UGY0gIjQeand7bOiZWpsQXveNb X-Received: by 10.68.208.72 with SMTP id mc8mr17514426pbc.1.1425685431277; Fri, 06 Mar 2015 15:43:51 -0800 (PST) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id cq5sm10468164pbc.79.2015.03.06.15.43.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Mar 2015 15:43:50 -0800 (PST) Date: Fri, 6 Mar 2015 15:43:44 -0800 From: Stephen Hemminger To: David Marchand Message-ID: <20150306154344.7057b6d4@urahara> In-Reply-To: References: <1425602726-26538-1-git-send-email-stephen@networkplumber.org> <1425602726-26538-2-git-send-email-stephen@networkplumber.org> <20150306082057.5c505f54@urahara> <20150306085514.1b0ecbd2@urahara> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 1/2] virtio: initialize iopl when device is initialized 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, 06 Mar 2015 23:43:52 -0000 On Fri, 6 Mar 2015 23:04:33 +0100 David Marchand wrote: > In the end, the fix would be to move rte_eal_intr_init() after rte_eal_dev_init(). That would work, but was worried it would break other devices.