RE: Feature request: MLX5 DPDK flow item type RAW support

2022-03-02 Thread Asaf Penso
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

Re: Feature request: MLX5 DPDK flow item type RAW support

2022-03-01 Thread Vladimir Yesin
gt; > 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 supp

Re: Feature request: MLX5 DPDK flow item type RAW support

2022-02-26 Thread 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

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 RT