diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-03-08 11:18:07 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-03-08 11:18:07 +0200 |
commit | fbc4fb05834899e70005a61f8f3c2ddf427aae67 (patch) | |
tree | 0eb95bd436914255cc0a76e393e1a79c6af2ac62 /src/main_dpdk.cpp | |
parent | 205e581ed5a176f24347d46cd2cff3f45b8ff564 (diff) | |
parent | 9e41eef933345d8b91014a7760ec13bac972fdb7 (diff) |
Merge enic patch
Diffstat (limited to 'src/main_dpdk.cpp')
-rw-r--r-- | src/main_dpdk.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp index 92bfda09..5f47f4bb 100644 --- a/src/main_dpdk.cpp +++ b/src/main_dpdk.cpp @@ -5235,3 +5235,7 @@ bool TrexDpdkPlatformApi::get_promiscuous(uint8_t port_id) const { void TrexDpdkPlatformApi::flush_dp_messages() const { g_trex.check_for_dp_messages(); } + +int TrexDpdkPlatformApi::get_active_pgids(flow_stat_active_t &result) const { + return g_trex.m_trex_stateless->m_rx_flow_stat.get_active_pgids(result); +} |