From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH] drivers: fix vfio kmod dependency Date: Mon, 22 May 2017 10:18:25 +0200 Message-ID: <20170522101825.7c4b99b6@platinum> References: <1495285957-22307-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, ferruh.yigit@intel.com To: David Marchand Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 9FF3620F for ; Mon, 22 May 2017 10:18:28 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id e127so27702221wmg.1 for ; Mon, 22 May 2017 01:18:28 -0700 (PDT) In-Reply-To: <1495285957-22307-1-git-send-email-david.marchand@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 What would be the impact of not having this fix? I think it would prevent scripts based on pmd modinfo to load the proper kernel module (vfio-pci). So I'd suggest to CC stable. What do you think? Regards, Olivier