From d5cf64f8c2a08d2f41327cc99dd2d96f77d82ca3 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Mon, 3 Jun 2019 08:13:21 +0000 Subject: dpdk: rework extended stats Change-Id: I421192e1921d4c9c5486a6dcca745582aebf4e3e Signed-off-by: Filip Tehlar --- src/plugins/dpdk/device/dpdk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/dpdk/device/dpdk.h') diff --git a/src/plugins/dpdk/device/dpdk.h b/src/plugins/dpdk/device/dpdk.h index eadf35d5ef6..a1c522490ab 100644 --- a/src/plugins/dpdk/device/dpdk.h +++ b/src/plugins/dpdk/device/dpdk.h @@ -248,7 +248,6 @@ typedef struct struct rte_eth_stats last_stats; struct rte_eth_stats last_cleared_stats; struct rte_eth_xstat *xstats; - struct rte_eth_xstat *last_cleared_xstats; f64 time_last_stats_update; dpdk_port_type_t port_type; -- cgit 1.2.3-korg