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

Feature request: MLX5 DPDK flow item type RAW support

2022-02-25 Thread Vladimir Yesin
Current DPDK 21.11 flow API does not support RTE_FLOW_ITEM_TYPE_RAW for MLX5. I need support of RTE_FLOW_ITEM_TYPE_RAW in DPDK flow API to enqueue some ingress packets by content to GPU with support of GPUDirect RDMA and other to CPU via distinct HW queues (RTE_FLOW_ACTION_TYPE_QUEUE). For now