Re: [PATCH v2 01/24] net/nfp: add the stats process logic in ctrl VNIC service

2022-10-10 Thread Ferruh Yigit
On 10/10/2022 7:08 AM, Chaoyong He wrote: Add the flow stats process logic in the ctrl VNIC service. The flower firmware pass the flow stats to nfp driver through control message, we store them in the flow_priv structure. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund <...> +stat

[PATCH v2 01/24] net/nfp: add the stats process logic in ctrl VNIC service

2022-10-09 Thread Chaoyong He
Add the flow stats process logic in the ctrl VNIC service. The flower firmware pass the flow stats to nfp driver through control message, we store them in the flow_priv structure. Signed-off-by: Chaoyong He Reviewed-by: Niklas Söderlund --- drivers/net/nfp/flower/nfp_flower.h | 2 + drive