summaryrefslogtreecommitdiffstats
path: root/src/nat_check.h
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-12-20 14:58:30 +0200
committerimarom <imarom@cisco.com>2016-12-20 14:58:52 +0200
commitabc0cb8755084ad00e0dc3421f307b0405f54176 (patch)
treeb3d0a060c694b29124496c3b26df6ee414d474de /src/nat_check.h
parent211caa7b0018047c0ff5d94ac762b0799e995b7e (diff)
trex-312 ARP resolution does not work from console at virtual NICs
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'src/nat_check.h')
-rwxr-xr-xsrc/nat_check.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/nat_check.h b/src/nat_check.h
index 18add5e0..a8424ae6 100755
--- a/src/nat_check.h
+++ b/src/nat_check.h
@@ -171,10 +171,11 @@ public:
struct CGenNodeLatencyPktInfo : public CGenNodeMsgBase {
uint8_t m_dir;
uint16_t m_latency_offset;
- #if __x86_64__
- uint32_t m_pad3;
-#endif
- struct rte_mbuf * m_pkt;
+
+ uint8_t m_update_ts;
+ uint8_t m_pad3[3];
+
+ struct rte_mbuf *m_pkt;
uint32_t m_pad4[MAX_PKT_MSG_INFO];
};