Bug 1275

Summary: About i40e statistics: When all packets overruns, rx_packets is 0, but rx_bytes still increasing
Product: DPDK Reporter: Zwt (zwt250058)
Component: ethdevAssignee: dev
Status: RESOLVED INVALID    
Severity: normal CC: kaiwenx.deng
Priority: Normal    
Version: 20.08   
Target Milestone: ---   
Hardware: ARM   
OS: Linux   

Description Zwt 2023-08-17 09:11:43 CEST
Driver: i40e, 8086:1572
I run dpdk program with i40e nic. When all packet overruns, the “rx_packets” stop increasing, and I found “rx_bytes” is still increasing, which i think, is expected to stop increasing. The statistics comes from the function "rte_eth_stats_get()"
Could you please help me to find the reason?
Comment 1 dengkaiwen 2023-11-03 09:53:44 CET
please offer the reproduce steps with standard DPDK API like testpmd, l3fwd and other examples.
Comment 2 dengkaiwen 2024-04-02 04:33:21 CEST
Close this ticket.