Re: [PATCH] net/bonding: fix query-count flags not set

2024-02-08 Thread Ferruh Yigit
On 1/3/2024 11:10 AM, Mário Kuka wrote: > The rte_flow_query_count structure returned from the bonding driver > always indicates that hits and bytes are invalid (bytes_set and > hits_set flags are zero) because bond_flow_query_count() from the > net/bonding driver does not set the bytes_set and hit

[PATCH] net/bonding: fix query-count flags not set

2024-01-03 Thread Mário Kuka
The rte_flow_query_count structure returned from the bonding driver always indicates that hits and bytes are invalid (bytes_set and hits_set flags are zero) because bond_flow_query_count() from the net/bonding driver does not set the bytes_set and hits_set flags. Fixes: 49dad9028e2a ("net/bonding: