Re: [PATCH v2 1/3] net/mlx5: add match with Tx queue item

2024-06-06 Thread Raslan Darawsheh
Hi, From: Suanming Mou Sent: Wednesday, June 5, 2024 12:31 PM To: Dariusz Sosnowski; Slava Ovsiienko; Ori Kam; Matan Azrad Cc: dev@dpdk.org; Raslan Darawsheh Subject: [PATCH v2 1/3] net/mlx5: add match with Tx queue item With the item RTE_FLOW_ITEM_TYPE_TX_QUEUE, user will be able to set the Tx

[PATCH v2 1/3] net/mlx5: add match with Tx queue item

2024-06-05 Thread Suanming Mou
With the item RTE_FLOW_ITEM_TYPE_TX_QUEUE, user will be able to set the Tx queue index and create flow match with that queue index. This commit adds match with RTE_FLOW_ITEM_TX_QUEUE item. Signed-off-by: Suanming Mou Acked-by: Dariusz Sosnowski --- doc/guides/nics/features/mlx5.ini | 1 +