vnet: Add field for transmit time 46/146/2
authorKevin Paul Herbert <kph@cisco.com>
Mon, 21 Dec 2015 23:16:59 +0000 (15:16 -0800)
committerDamjan Marion <damarion@cisco.com>
Wed, 27 Jan 2016 19:54:19 +0000 (20:54 +0100)
Add a field in the buffer header for transmit time. High-level protocols
need a consistent way to do this.

Change-Id: Ifff60ee5e32eed7aa6f6ae8e6fb1dd9d7870e9ee
Signed-off-by: Kevin Paul Herbert <kph@cisco.com>
vnet/vnet/buffer.h

index f6c0023..269df81 100644 (file)
@@ -119,6 +119,8 @@ typedef struct {
          u32 established_connection_index;
 
          u32 mini_connection_index;
+
+         u32 transmit_stamp;
        } tcp;
 
        /* ICMP */