X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbuffer.h;h=5392f53a7417f4dc9ff05a6482b9f9c3f191cf3c;hb=473f46135c3fd77dad5614215cc279b1164e9a74;hp=dfb05ac0b170dc452e4e767a121ce7f7f4d6f9e3;hpb=aa682a39b76ee043f65313f23e134bf18fe7a47e;p=vpp.git diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index dfb05ac0b17..5392f53a741 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -88,7 +88,6 @@ _(ip) \ _(swt) \ _(l2) \ _(l2t) \ -_(gre) \ _(l2_classify) \ _(handoff) \ _(policer) \ @@ -236,11 +235,6 @@ typedef struct u32 session_index; } l2t; - struct - { - u32 src, dst; - } gre; - /* L2 classify */ struct { @@ -403,6 +397,11 @@ typedef struct u16 *trajectory_trace; #endif }; + struct + { + u64 pad[1]; + u64 pg_replay_timestamp; + }; u32 unused[10]; }; } vnet_buffer_opaque2_t;