Re: [PATCH] net/mlx5: fix RSS expansion compilation

2022-01-14 Thread Ferruh Yigit
On 1/14/2022 3:16 PM, Gregory Etelson wrote: For each item in flow rule pattern that can be expanded, RSS expansion scheme returns ether specific next item flow item type or RTE_FLOW_ITEM_TYPE_VOID or RTE_FLOW_ITEM_TYPE_END. RTE_FLOW_ITEM_TYPE_END means that expansion has completed. RTE_FLOW_ITEM

[PATCH] net/mlx5: fix RSS expansion compilation

2022-01-14 Thread Gregory Etelson
For each item in flow rule pattern that can be expanded, RSS expansion scheme returns ether specific next item flow item type or RTE_FLOW_ITEM_TYPE_VOID or RTE_FLOW_ITEM_TYPE_END. RTE_FLOW_ITEM_TYPE_END means that expansion has completed. RTE_FLOW_ITEM_TYPE_VOID means that next flow item was not lo