summaryrefslogtreecommitdiffstats
path: root/src/debug.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-08-02 13:45:19 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-08-03 16:35:11 +0300
commit66c49a9d8ee5353dfa60eb90fc93eb4f4abf095e (patch)
treecb714b8a628afaca0c8558ee9b60394ef8f9c785 /src/debug.h
parentc0b0c84099b91be79bdd7b53f74b2d504b9edd31 (diff)
IPv6 XL710 stateless support and stateful --rx-check
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h
index 4fc23d93..3ecc3604 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -32,7 +32,8 @@ class CTrexDebug {
rte_mbuf_t *create_udp_9k_pkt();
int set_promisc_all(bool enable);
int test_send_pkts(rte_mbuf_t *, uint16_t queue_id, int pkt, int port);
- rte_mbuf_t *create_test_pkt(int proto, uint8_t ttl, uint16_t ip_id);
+ rte_mbuf_t *create_test_pkt(int ip_ver, uint16_t l4_proto, uint8_t ttl, uint32_t ip_id, uint16_t flags);
+ int verify_hw_rules();
public:
CTrexDebug(CPhyEthIF *m_ports_arg, int max_ports);