From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: Fedora 28 fails DPDK 18.11 on Azure/Hyper-V Date: Mon, 26 Nov 2018 15:55:32 -0800 Message-ID: <20181126155532.18d00add@xeon-e3> References: <20181126133046.4b118fc6@xeon-e3> <20181126224723.60f194cf@aldebaran.drizzt.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , olivier.matz@6wind.com, pascal.mazon@6wind.com, shahafs@mellanox.com, maxime.coquelin@redhat.com, dev@dpdk.org To: Timothy Redaelli Return-path: Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id 03D5E1B59F for ; Tue, 27 Nov 2018 00:55:41 +0100 (CET) Received: by mail-pg1-f193.google.com with SMTP id n2so6938128pgm.3 for ; Mon, 26 Nov 2018 15:55:40 -0800 (PST) In-Reply-To: <20181126224723.60f194cf@aldebaran.drizzt.lan> 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 Mon, 26 Nov 2018 22:47:23 +0100 Timothy Redaelli wrote: > On Mon, 26 Nov 2018 13:30:46 -0800 > Stephen Hemminger wrote: > > > Started testing DPDK support of Hyper-V in Fedora and discovered that it doesn't work. > > Looks like the multiq qdisc is not in the default Fedora kernel configuration. > > Hopefully CentOS/RHEL don't have the same problem. > > > > Not sure why SCH_MULTIQ is in the shipped kernel config files but not present. > > Looks like a Fedora build or packaging issue. > > > > # grep MULTIQ /boot/config* > > /boot/config-4.18.13-200.fc28.x86_64:CONFIG_NET_SCH_MULTIQ=m > > /boot/config-4.18.18-200.fc28.x86_64:CONFIG_NET_SCH_MULTIQ=m > > /boot/config-4.19.2-200.fc28.x86_64:CONFIG_NET_SCH_MULTIQ=m > > > > # modinfo sch_multiq > > modinfo: ERROR: Module sch_multiq not found. > > Hi, > the sch_multiq module is present on RHEL8, Fedora 28, 29 and Rawhide, > but it's in a subpackage called kernel-modules-extra [1]: > "This package provides less commonly used kernel modules for the kernel > package." > > So if you install the kernel-modules-extra subpackage you'll find the > sch_multiq module. > > On RHEL7 you don't need to install the subpackage since it doesn't > exists. OK, thanks. probably should put this in the documentation for tap driver.