summaryrefslogtreecommitdiffstats
path: root/src/stateless/cp/trex_stateless_port.h
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2017-02-28 18:16:44 +0200
committerHanoh Haim <hhaim@cisco.com>2017-02-28 18:16:44 +0200
commita875cce88abb1facc2b6d59b3af011ae797b6d18 (patch)
tree483b79df4ded70639b78b7eaa8e045f115b8a76c /src/stateless/cp/trex_stateless_port.h
parent404b0d6a3d91edf31eb4507f548c14a44a9ee2d9 (diff)
parent0e80bd4f57b89c01a8b12889a260264a8eae08ad (diff)
Merge branch 'master' of csi-sceasr-b94:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
Diffstat (limited to 'src/stateless/cp/trex_stateless_port.h')
-rw-r--r--src/stateless/cp/trex_stateless_port.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stateless/cp/trex_stateless_port.h b/src/stateless/cp/trex_stateless_port.h
index 5c2c8397..a1f7b76a 100644
--- a/src/stateless/cp/trex_stateless_port.h
+++ b/src/stateless/cp/trex_stateless_port.h
@@ -358,18 +358,6 @@ public:
return m_rx_count_num;
}
- /**
- * return true if port adds CRC to a packet (not occurs for
- * VNICs)
- *
- * @author imarom (24-Feb-16)
- *
- * @return bool
- */
- bool has_crc_added() const {
- return m_api_info.has_crc;
- }
-
TrexPortOwner & get_owner() {
return m_owner;
}