Re: [PATCH] app/testpmd: fix forwarding stats for Tx dropped

2023-02-07 Thread Ferruh Yigit
On 2/7/2023 10:10 AM, Singh, Aman Deep wrote: > > On 1/31/2023 5:26 PM, Ferruh Yigit wrote: >> There is an inconsistency at displaying Tx dropped value for per port >> forwarding stats and accumulated forwarding stats. >> >> While displaying per port TX-dropped value, it only takes >> 'ports_stats

Re: [PATCH] app/testpmd: fix forwarding stats for Tx dropped

2023-02-07 Thread Singh, Aman Deep
On 1/31/2023 5:26 PM, Ferruh Yigit wrote: There is an inconsistency at displaying Tx dropped value for per port forwarding stats and accumulated forwarding stats. While displaying per port TX-dropped value, it only takes 'ports_stats[pt_id].tx_dropped' into account, but for accumulated TX-drop

Re: [PATCH] app/testpmd: fix forwarding stats for Tx dropped

2023-01-31 Thread lihuisong (C)
Maybe many PMDs do not support oerrors statistics, which cause this problem isn't found. LGTM Acked-by: Huisong Li 在 2023/1/31 19:56, Ferruh Yigit 写道: There is an inconsistency at displaying Tx dropped value for per port forwarding stats and accumulated forwarding stats. While displaying per