From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by dpdk.org (Postfix) with ESMTP id 6A86558E8 for ; Wed, 11 Feb 2015 05:32:37 +0100 (CET) Received: by pdjy10 with SMTP id y10so1705505pdj.6 for ; Tue, 10 Feb 2015 20:32:36 -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=koduPkaDELLI5IeJcrfVHfs2kWwvXNwtU2a7iHnI0E8=; b=ghJTUT4egBme4K7ExYWp6FYZRg8wC6HBfC4xwhN05/+yOhTkRDtA0rug+fqkZZs6X9 QRFvLjg5FspeCsrdRYk7pGWA8t9+GiPrfAN1hW5DtA4lu1YF49GXJDhvxG3+i4cJb9cP Q2nVZ/x2CAHpH74cN/aG1BZkybuTTkvDxA234cUBrYG05LfhfBTR7tmOaamV9RFJjmcW szMvdCC/mhPg6wKDu6nOPYeS3E+HMAL1Dwhhs/m/erVMWxifOYdswNdG3YaIkmfA4SN6 3PKG1LhsaEZMlgGGnuC7H/tvmiuRvenj866or8lLqiM/QjUXM89Qgt45MRnz78zrW8AH Caiw== X-Gm-Message-State: ALoCoQnxXsjxLE4znoJUXSzLXtR7WIwVczKjnHq2no0RPleaHC22qcFMJFB1uGYEWBcvQkmd0/Dq X-Received: by 10.70.91.106 with SMTP id cd10mr43850054pdb.48.1423629156593; Tue, 10 Feb 2015 20:32:36 -0800 (PST) Received: from uryu.home.lan ([144.49.132.22]) by mx.google.com with ESMTPSA id hd4sm20806244pbc.86.2015.02.10.20.32.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Feb 2015 20:32:36 -0800 (PST) Date: Tue, 10 Feb 2015 20:32:32 -0800 From: Stephen Hemminger To: Ouyang Changchun Message-ID: <20150210203232.6c1934ad@uryu.home.lan> In-Reply-To: <1423444455-11330-18-git-send-email-changchun.ouyang@intel.com> References: <1422516249-14596-1-git-send-email-changchun.ouyang@intel.com> <1423444455-11330-1-git-send-email-changchun.ouyang@intel.com> <1423444455-11330-18-git-send-email-changchun.ouyang@intel.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4 17/26] virtio: Use port IO to get PCI resource. 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: Wed, 11 Feb 2015 04:32:37 -0000 On Mon, 9 Feb 2015 09:14:06 +0800 Ouyang Changchun wrote: > Make virtio not require UIO for some security reasons, this is to match 6Wind's virtio-net-pmd. > > Signed-off-by: Changchun Ouyang This breaks applications that use link state interrupt. If the non-UIO mode is used link state interrupt fd is not available.