From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 876ECC40E for ; Mon, 13 Apr 2015 22:14:41 +0200 (CEST) Received: by wgsk9 with SMTP id k9so93573484wgs.3 for ; Mon, 13 Apr 2015 13:14:41 -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=zN1UDpAAMKwAX4wPakjeNXrXUkM54X12K2AGCdxh/JY=; b=WzIRIABjwHcNH/azwa6NKL0EzwdxIvebL986o7sfVipMPsypPeEUnE+JqS+l9E9mnF kj7TeUxjFoEESvT+L1pYjF1VraGZLUGyjtZWTWoFP7YuC7mrlMuiKbWIlOR23pX/WlFV diDTO/RW9sG/Sojc60iir+twdVrl9ncG4Z94cFOsBoAJVDMaE6inkHlBSyvTJwNdx76j 06tJ6hOJ456Jsh0v1YklUiiYfKr4yVqV2LeFN5cvVHP2tLvvfrf1jMwLF0V5BaA72Kyt m9Mg10l1QWnvz1eEyOG0t7ec+TMsAqrboDkEoUW7jRdS4JyI6uxFOHhYrbbRKiwbzDot 9ZLA== X-Gm-Message-State: ALoCoQnRF5mBctg3dOnz/yrvW3gVUlwXIOXBjLbe1Ad3EYeJE5ISN5bqsHH8HBGYGGvIWtFRvzoH X-Received: by 10.195.11.73 with SMTP id eg9mr30684318wjd.62.1428956081449; Mon, 13 Apr 2015 13:14:41 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id g5sm12932615wjr.19.2015.04.13.13.14.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Apr 2015 13:14:40 -0700 (PDT) From: Thomas Monjalon To: "Ouyang, Changchun" Date: Mon, 13 Apr 2015 22:13:59 +0200 Message-ID: <2195973.rFzFkayRvr@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1428652088-19219-1-git-send-email-thomas.monjalon@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] mk: remove uio suffix from virtio pmd 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: Mon, 13 Apr 2015 20:14:41 -0000 > > The virtio pmd is not restricted to uio anymore. > > > > Fixes: da978dfdc43b ("virtio: use port IO to get PCI resource") > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Changchun Ouyang Applied, thanks