Skip to content

Commit b7b0790

Browse files
authored
Merge pull request #163 from seadog007/patch-1
Fixed broken DPDK docs link
2 parents 2e61b03 + d960106 commit b7b0790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/glb-director/glb_control_loop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static inline void send_logs_metrics(statsd_link *link)
130130
rte_eth_dev_info_get(DEFAULT_ETH_DEV, &nic_info);
131131

132132
// retrieve all per-port stats
133-
// http://www.dpdk.org/doc/api/structrte__eth__stats.html
133+
// https://doc.dpdk.org/api/structrte__eth__stats.html
134134
for (port_id = 0; port_id < num_ports; port_id++) {
135135
rte_eth_stats_get(port_id, &curr_eth_stats[port_id]);
136136
}

0 commit comments

Comments
 (0)