From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] drivers: advertise kmod dependencies in pmdinfo Date: Tue, 20 Dec 2016 18:26:45 +0100 Message-ID: <2489002.JyIsi2jNCp@xps13> References: <1479808257-8725-1-git-send-email-olivier.matz@6wind.com> <1481809599-27896-1-git-send-email-olivier.matz@6wind.com> <20161216082332.GB10340@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Adrien Mazarguil , dev@dpdk.org, nhorman@tuxdriver.com, vido@cesnet.cz, fiona.trahe@intel.com, stephen@networkplumber.org To: Olivier Matz Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 438273989 for ; Tue, 20 Dec 2016 18:26:47 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id a197so126617061wmd.0 for ; Tue, 20 Dec 2016 09:26:47 -0800 (PST) In-Reply-To: <20161216082332.GB10340@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" > > Add a new macro RTE_PMD_REGISTER_KMOD_DEP() that allows a driver to > > declare the list of kernel modules required to run properly. > > > > Today, most PCI drivers require uio/vfio. > > > > Signed-off-by: Olivier Matz > > Acked-by: Fiona Trahe > > Acked-by: Adrien Mazarguil Applied in main tree, thanks