i40e: fix unsigned stat widths
Change i40e_update_vsi_stats and struct i40e_vsi to use u64 fields to match the width of the stats counters in struct i40e_rx_queue_stats. Update debugfs code to use the correct format specifier for u64. Fixes: 41c445ff ("i40e: main driver core") Signed-off-by:Joe Damato <jdamato@fastly.com> Reported-by:
kernel test robot <lkp@intel.com> Tested-by:
Gurucharan G <gurucharanx.g@intel.com> Signed-off-by:
Tony Nguyen <anthony.l.nguyen@intel.com>
Showing
- drivers/net/ethernet/intel/i40e/i40e.h 4 additions, 4 deletionsdrivers/net/ethernet/intel/i40e/i40e.h
- drivers/net/ethernet/intel/i40e/i40e_debugfs.c 1 addition, 1 deletiondrivers/net/ethernet/intel/i40e/i40e_debugfs.c
- drivers/net/ethernet/intel/i40e/i40e_main.c 2 additions, 2 deletionsdrivers/net/ethernet/intel/i40e/i40e_main.c
Loading
Please register or sign in to comment