Re: ConnectX5 Setup with DPDK

2022-02-25 Thread Thomas Monjalon
25/02/2022 19:29, Aaron Lee: > Hi Thomas, > > I was doing some more testing and wanted to increase the RX queues for the > CX5 but was wondering how I could do that. I see in the usage example in > the docs, I could pass in --rxq=2 --txq=2 to set the queues to 2 each but I > don't see that in my

Re: ConnectX5 Setup with DPDK

2022-02-25 Thread Aaron Lee
Hi Thomas, I was doing some more testing and wanted to increase the RX queues for the CX5 but was wondering how I could do that. I see in the usage example in the docs, I could pass in --rxq=2 --txq=2 to set the queues to 2 each but I don't see that in my output when I run the command. Below is

Re: ConnectX5 Setup with DPDK

2022-02-21 Thread Thomas Monjalon
21/02/2022 21:10, Aaron Lee: > Hi Thomas, > > Actually I remembered in my previous setup I had run dpdk-devbind.py to > bind the mlx5 NIC to igb_uio. I read somewhere that you don't need to do > this and just wanted to confirm that this is correct. Indeed, mlx5 PMD runs on top of mlx5 kernel

Re: ConnectX5 Setup with DPDK

2022-02-21 Thread Aaron Lee
Hi Thomas, Actually I remembered in my previous setup I had run dpdk-devbind.py to bind the mlx5 NIC to igb_uio. I read somewhere that you don't need to do this and just wanted to confirm that this is correct. Best, Aaron On Mon, Feb 21, 2022 at 11:45 AM Aaron Lee wrote: > Hi Thomas, > > I

Re: ConnectX5 Setup with DPDK

2022-02-21 Thread Aaron Lee
Hi Thomas, I tried installing things from scratch two days ago and have gotten things working! I think part of the problem was figuring out the correct hugepage allocation for my system. If I recall correctly, I tried setting up my system with default page size 1G but perhaps didn't have enough

Re: ConnectX5 Setup with DPDK

2022-02-21 Thread Thomas Monjalon
21/02/2022 19:52, Thomas Monjalon: > 18/02/2022 22:12, Aaron Lee: > > Hello, > > > > I'm trying to get my ConnectX5 NIC working with DPDK v21.11 but I'm > > wondering if the card I have simply isn't compatible. I first noticed that > > the model I was given is MCX515A-CCA_Ax_Bx. Below are some of

Re: ConnectX5 Setup with DPDK

2022-02-21 Thread Thomas Monjalon
18/02/2022 22:12, Aaron Lee: > Hello, > > I'm trying to get my ConnectX5 NIC working with DPDK v21.11 but I'm > wondering if the card I have simply isn't compatible. I first noticed that > the model I was given is MCX515A-CCA_Ax_Bx. Below are some of the error > logs when running dpdk-pdump.