Thanks for the explanation! I understand your use case, and it cannot be supported with ConnectX-5. Regards, Asaf Penso From: Vladimir Yesin Sent: Tuesday, March 1, 2022 10:02 AM To: Asaf Penso Cc: users@dpdk.org Subject: Re: Feature request: MLX5 DPDK flow item type RAW support Hello Asaf, I am currently working on forwarding IQ samples from EttusResearch USRP n320 SDR receiver to Nvidia GPU (via GPUDirect RDMA) with DPDK. We are using Connectx-5 NICs. USRP uses CHDR network protocol (https://files.ettus.com/manual_archive/release_003_009_000/html/page_rtp.html) over UDP for CONTROL and DATA planes. CHDR is very similar to eCPRI, supported via DPDK flex item. I am currently working on UHD driver (https://github.com/EttusResearch/uhd) modification of to split CONTROL and DATA plane CHDR flows to CPU and GPU respectively with DPDK flow API via distinct HW queues and mempools. CHDR header contains packet type field to separate these streams using RAW or FLEX items... Currently, DPDK mlx5 PMD for Connectx-5 NICs does not implement flex and raw items. The absence of these functions does not allow us to solve our problem. ÓÂ, 26 ÆÅ×Ò. 2022 Ç. × 21:08, Asaf Penso >: Hello Vladimir, Would you please elaborate more on your use case? What exactly do you wish to match on? Currently, there is no plan to implement the RAW item. However, with Bluefield 2 DPU, we implemented the flex item, that can be useful for you. Regards, Asaf Penso ________________________________ From: Vladimir Yesin > Sent: Friday, February 25, 2022 4:28:57 PM To: users@dpdk.org > Subject: Feature request: MLX5 DPDK flow item type RAW support 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 RTE_FLOW_ITEM_TYPE_UDP and RTE_FLOW_ITEM_TYPE_IPV4 filtering and enqueueing with address and ports are supported. Are there any plans to support RTE_FLOW_ITEM_TYPE_RAW for MLX5?