From f2488b028d289383086266a512757d0b545d2755 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Thu, 24 Mar 2016 22:07:43 +0200 Subject: Revert "Added flow parser for 82599 10G card. Added exceptions for flow stat" This reverts commit 6c569e6bbf05d940a23028b5d61a13ce4fa2a489. --- src/internal_api/trex_platform_api.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/internal_api/trex_platform_api.h') diff --git a/src/internal_api/trex_platform_api.h b/src/internal_api/trex_platform_api.h index 90eaa7c7..dbca5a8a 100644 --- a/src/internal_api/trex_platform_api.h +++ b/src/internal_api/trex_platform_api.h @@ -26,7 +26,6 @@ limitations under the License. #include #include #include -#include "flow_stat_parser.h" #include "trex_defs.h" /** @@ -35,7 +34,6 @@ limitations under the License. * @author imarom (06-Oct-15) */ - class TrexPlatformGlobalStats { public: TrexPlatformGlobalStats() { @@ -153,7 +151,6 @@ public: virtual bool get_promiscuous(uint8_t port_id) const = 0; virtual void flush_dp_messages() const = 0; virtual int get_active_pgids(flow_stat_active_t &result) const = 0; - virtual CFlowStatParser *get_flow_stat_parser() const = 0; virtual ~TrexPlatformApi() {} }; @@ -183,7 +180,6 @@ public: bool get_promiscuous(uint8_t port_id) const; void flush_dp_messages() const; int get_active_pgids(flow_stat_active_t &result) const; - CFlowStatParser *get_flow_stat_parser() const; }; @@ -245,7 +241,6 @@ public: void flush_dp_messages() const { } int get_active_pgids(flow_stat_active_t &result) const {return 0;} - CFlowStatParser *get_flow_stat_parser() const {return new CFlowStatParser();} private: int m_dp_core_count; -- cgit 1.2.3-korg