From 66c49a9d8ee5353dfa60eb90fc93eb4f4abf095e Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Tue, 2 Aug 2016 13:45:19 +0300 Subject: IPv6 XL710 stateless support and stateful --rx-check --- src/debug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/debug.h') 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); -- cgit 1.2.3-korg