From: Jingjing Wu Date: Sun, 6 Sep 2015 07:11:36 +0000 (+0800) Subject: i40e/base: add more stats X-Git-Tag: spdx-start~8439 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=3c67585133f631d74ccfa12d099b598b9994c8ca;p=dpdk.git i40e/base: add more stats This will help us avoid a whole bunch of log messages when the driver is running. Signed-off-by: Jingjing Wu Acked-by: Helin Zhang Tested-by: Huilong Xu --- diff --git a/drivers/net/i40e/base/i40e_type.h b/drivers/net/i40e/base/i40e_type.h index 27cac24cb4..fa8efd1387 100644 --- a/drivers/net/i40e/base/i40e_type.h +++ b/drivers/net/i40e/base/i40e_type.h @@ -1335,6 +1335,9 @@ struct i40e_hw_port_stats { /* flow director stats */ u64 fd_atr_match; u64 fd_sb_match; + u64 fd_atr_tunnel_match; + u32 fd_atr_status; + u32 fd_sb_status; /* EEE LPI */ u32 tx_lpi_status; u32 rx_lpi_status;