Re: [dpdk-users] qdisc errors on 20.11.1 & Azure

2021-07-06 Thread Stephen Hemminger
On Tue, 06 Jul 2021 10:35:27 -0400 "Tyler Blair" wrote: > > What does the following give: > > > > ~ $ /sbin/modinfo cls_flower > > ~$ /sbin/modinfo cls_flower > filename: /lib/modules/5.8.0-1036-azure/kernel/net/sched/cls_flower.ko > license:GPL v2 > description:Flower class

Re: [dpdk-users] Installation of latest DPDK on x86_64 machine

2021-07-06 Thread Raslan Darawsheh
I guess you can have a look at this guide: https://core.dpdk.org/doc/quick-start/ which should help you on doing the sanity check which you are looking for. Kindest regards, Raslan Darawsheh From: Ashish Mishra Sent: Tuesday, July 6, 2021 4:02 PM To: Raslan Darawsheh Cc: users Subject: Re: [d

Re: [dpdk-users] Installation of latest DPDK on x86_64 machine

2021-07-06 Thread David Marchand
On Tue, Jul 6, 2021 at 2:26 PM Ashish Mishra wrote: > > Hi Members , > > I am trying to get DPDK installed on x86_64 mahine by following below > steps > git clone https://dpdk.org/git/dpdk > cd dpdk/ > meson -Dexamples=all build > cd build > ninja >

Re: [dpdk-users] Installation of latest DPDK on x86_64 machine

2021-07-06 Thread Ashish Mishra
Hi Raslan , Thanks for the pointer , I will look at this. Can I assume that the build is proper , if the helloworld application runs fine. or any other application is used by DPDK community to ensure sanity of build . Thanks , Ashish

Re: [dpdk-users] Installation of latest DPDK on x86_64 machine

2021-07-06 Thread Raslan Darawsheh
Hi Ashish, Kmods are no longer part of the dpdk git tree, Check this git for the kmods http://git.dpdk.org/dpdk-kmods/ Kindest regards, Raslan Darawsheh > -Original Message- > From: users On Behalf Of Ashish Mishra > Sent: Tuesday, July 6, 2021 3:26 PM > To: users > Subject: [dpdk-user

[dpdk-users] Installation of latest DPDK on x86_64 machine

2021-07-06 Thread Ashish Mishra
Hi Members , I am trying to get DPDK installed on x86_64 mahine by following below steps git clone https://dpdk.org/git/dpdk cd dpdk/ meson -Dexamples=all build cd build ninja ninja install a) Any input where should in find "igb_uio.ko" b) E