diff options
author | Ido Barnea <ibarnea@cisco.com> | 2017-02-27 17:54:14 +0200 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2017-02-28 16:12:54 +0200 |
commit | 0e80bd4f57b89c01a8b12889a260264a8eae08ad (patch) | |
tree | be1e8bc0b2f946ea04eefca799d9c076e2478d12 /src/stateless/cp/trex_stateless_port.h | |
parent | 871c0537424d2572708b3645dac07d26a5e17938 (diff) |
Introduce capability flags in each driver, to reduce the use of get_vm_one_queue_enable
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src/stateless/cp/trex_stateless_port.h')
-rw-r--r-- | src/stateless/cp/trex_stateless_port.h | 12 |
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; } |