Re: VF is still resetting

2022-07-20 Thread Nobin Mathew
Any pointers? Is this a firmware problem? I am not seeing " dev_err(>pdev->dev, "VF reset check timeout on VF %d\n", " from i40e driver anywhere in syslog. -Nobin On Wed, Jul 20, 2022 at 11:56 AM Xing, Beilei wrote: > > Hi Steve, > > Could you please help on this? Thanks. > > BR, > Beilei >

Re: OpenWRT Related Question

2022-07-20 Thread R T
On Wednesday, July 20, 2022 at 06:03:32 AM EDT, Thomas Monjalon wrote: We have this howto page about OpenWRT: https://doc.dpdk.org/guides/howto/openwrt.html I am not sure how much it is up to date, please do not hesitate to give feedback if anything can be improved. One of the items

Re: Couple of build problems ( Fedora 36, DPDK 21.11.1 )

2022-07-20 Thread David Marchand
On Wed, Jul 20, 2022 at 6:12 PM Mark de Roussier wrote: > > >then maybe you did not reconfigure your build env. > >$ meson --reconfigure > > . I tried many meson commands to wipe/reconfigure my build environment, but > I've just blown away the whole build directory and started again, and now

Re: Couple of build problems ( Fedora 36, DPDK 21.11.1 )

2022-07-20 Thread Mark de Roussier
>then maybe you did not reconfigure your build env. >$ meson --reconfigure . I tried many meson commands to wipe/reconfigure my build environment, but I've just blown away the whole build directory and started again, and now it appears to be working ( though I thought I'd tried that before

Re: Couple of build problems ( Fedora 36, DPDK 21.11.1 )

2022-07-20 Thread Dmitry Kozlyuk
2022-07-20 14:58 (UTC+), Mark de Roussier: > thanks for the idea, but I'm afraid that's not the case. I do have that > already, that is what is providing libmlx4 and libmlx5. But it does not > contain librte_common_mlx5, which is what I think is probably the source of > my problem.

Re: Couple of build problems ( Fedora 36, DPDK 21.11.1 )

2022-07-20 Thread David Marchand
On Wed, Jul 20, 2022 at 4:59 PM Mark de Roussier wrote: > > Hello David, > > thanks for the idea, but I'm afraid that's not the case. I do have that > already, that is what is providing libmlx4 and libmlx5. But it does not > contain librte_common_mlx5, which is what I think is probably the

Re: Couple of build problems ( Fedora 36, DPDK 21.11.1 )

2022-07-20 Thread Mark de Roussier
Hello David, thanks for the idea, but I'm afraid that's not the case. I do have that already, that is what is providing libmlx4 and libmlx5. But it does not contain librte_common_mlx5, which is what I think is probably the source of my problem. Cheers, Mark

Re: Couple of build problems ( Fedora 36, DPDK 21.11.1 )

2022-07-20 Thread David Marchand
On Wed, Jul 20, 2022 at 2:19 PM Mark de Roussier wrote: > Hi Stephanov, > > thanks for the quick reply ! Yeah, I noticed the libmlx5 complaint in the > log, but it wasn't useful because I didn't know where to look for libmlx5. > Thanks for the pointer ! Looks like Fedora hasn't included the >

Re: OpenWRT Related Question

2022-07-20 Thread Thomas Monjalon
Hello, 20/07/2022 06:15, R T: > Hello Folks,I've been writing a small application on Ubuntu 20.04 that uses > DPDK. I started with some of the simpler examples such as l2fwd and > packet_ordering and added some other function I wanted to experiment with. > I'm getting good packet throughput

Re: Couple of build problems ( Fedora 36, DPDK 21.11.1 )

2022-07-20 Thread Дмитрий Степанов
Hey! According to missing mlx5 dependency - i have the same problem on my Ubuntu system. You should check full meson build error logs. In my case the error was in missing libmlx5 library > Run-time dependency libmlx5 found: NO (tried pkgconfig) Installing the libibverbs-dev package resolved the

Couple of build problems ( Fedora 36, DPDK 21.11.1 )

2022-07-20 Thread Mark de Roussier
Hi folk, I'm just starting to experiment with DPDK, but I'm noticing some build issues. I'm using Fedora 36, and DPDK 21.11.1, and following the build instructions at https://core.dpdk.org/doc/quick-start/, building all examples ( meson -Dexamples=all build ). The first problem is that the

RE: VF is still resetting

2022-07-20 Thread Xing, Beilei
Hi Steve, Could you please help on this? Thanks. BR, Beilei > -Original Message- > From: Nobin Mathew > Sent: Wednesday, July 20, 2022 12:18 AM > To: users@dpdk.org > Subject: VF is still resetting > > Hi, > > We are running a dpdk app inside a pod, and orchestrating the app very >