From 74a55c270b465ae6e0ec36d58a1f2f4b0e132e00 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Tue, 21 Feb 2017 12:25:43 +0200 Subject: Small reorder in drivers inheritance + fix to e1000 CRC issue (trex-354) Signed-off-by: Ido Barnea --- src/stateless/rx/trex_stateless_rx_port_mngr.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/stateless/rx/trex_stateless_rx_port_mngr.h') diff --git a/src/stateless/rx/trex_stateless_rx_port_mngr.h b/src/stateless/rx/trex_stateless_rx_port_mngr.h index b318d973..ea360490 100644 --- a/src/stateless/rx/trex_stateless_rx_port_mngr.h +++ b/src/stateless/rx/trex_stateless_rx_port_mngr.h @@ -201,15 +201,12 @@ public: CPortLatencyHWBase *io, CRFC2544Info *rfc2544, CRxCoreErrCntrs *err_cntrs, - CCpuUtlDp *cpu_util, - uint8_t crc_bytes_num); + CCpuUtlDp *cpu_util); - void clear_stats() { m_latency.reset_stats(); } - void get_latency_stats(rx_per_flow_t *rx_stats, int min, int max, @@ -344,10 +341,6 @@ private: RXQueue m_queue; RXServer m_server; RXGratARP m_grat_arp; - - // compensate for the fact that hardware send us packets without Ethernet CRC, and we report with it - uint8_t m_num_crc_fix_bytes; - CCpuUtlDp *m_cpu_dp_u; CPortLatencyHWBase *m_io; CManyIPInfo m_src_addr; -- cgit 1.2.3-korg