File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
drivers/net/ethernet/google/gve Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ static const char gve_gstrings_adminq_stats[][ETH_GSTRING_LEN] = {
73
73
"adminq_create_tx_queue_cnt" , "adminq_create_rx_queue_cnt" ,
74
74
"adminq_destroy_tx_queue_cnt" , "adminq_destroy_rx_queue_cnt" ,
75
75
"adminq_dcfg_device_resources_cnt" , "adminq_set_driver_parameter_cnt" ,
76
- "adminq_report_stats_cnt" , "adminq_report_link_speed_cnt"
76
+ "adminq_report_stats_cnt" , "adminq_report_link_speed_cnt" , "adminq_get_ptype_map_cnt"
77
77
};
78
78
79
79
static const char gve_gstrings_priv_flags [][ETH_GSTRING_LEN ] = {
@@ -428,6 +428,7 @@ gve_get_ethtool_stats(struct net_device *netdev,
428
428
data [i ++ ] = priv -> adminq_set_driver_parameter_cnt ;
429
429
data [i ++ ] = priv -> adminq_report_stats_cnt ;
430
430
data [i ++ ] = priv -> adminq_report_link_speed_cnt ;
431
+ data [i ++ ] = priv -> adminq_get_ptype_map_cnt ;
431
432
}
432
433
433
434
static void gve_get_channels (struct net_device * netdev ,
You can’t perform that action at this time.
0 commit comments