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
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
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
>
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
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
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