Re: [PATCH] net/hns3: support flow rule priority

2024-11-05 Thread Ferruh Yigit
On 10/30/2024 9:29 AM, Jie Hai wrote: > From: Dengdui Huang > > The hardware determines the priority of the flow rule based on the position > of the rule in the hardware flow director table. Lower index denotes higher > priority (it means when a packet matches multiple indexes, the smaller > inde

[PATCH] net/hns3: support flow rule priority

2024-10-30 Thread Jie Hai
From: Dengdui Huang The hardware determines the priority of the flow rule based on the position of the rule in the hardware flow director table. Lower index denotes higher priority (it means when a packet matches multiple indexes, the smaller index wins). This patch implements flow priority based