From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] drivers: fix vfio kmod dependency Date: Mon, 05 Jun 2017 20:57:30 +0200 Message-ID: <5464582.kLSPPxso5o@xps> References: <1495285957-22307-1-git-send-email-david.marchand@6wind.com> <20170522101825.7c4b99b6@platinum> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz , ferruh.yigit@intel.com, stable@dpdk.org To: David Marchand Return-path: In-Reply-To: <20170522101825.7c4b99b6@platinum> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 22/05/2017 10:18, Olivier Matz: > On Sat, 20 May 2017 15:12:37 +0200, David Marchand wrote: > > vfio is the kernel framework used by the vfio-pci kernel driver. > > DPDK drivers do not rely solely on vfio, but rather on vfio-pci to gain > > access to pci resources. > > > > Fixes: 0880c40113ef ("drivers: advertise kmod dependencies in pmdinfo") > > Signed-off-by: David Marchand > > Acked-by: Olivier Matz Applied, thanks