From 8e0af7a7ffb0d6208c91e74eeaa0e46f3ac29026 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 17 Mar 2022 17:27:31 +0000 Subject: vnet: Remove the unused fields from opaque2 Type: refactor Signed-off-by: Neale Ranns Change-Id: Ibb6d19de053c306e9758dbfa827ab7bcab5de856 --- src/plugins/mdata/mdata.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/plugins/mdata/mdata.c') diff --git a/src/plugins/mdata/mdata.c b/src/plugins/mdata/mdata.c index 7e178625b22..d90c20d9e9c 100644 --- a/src/plugins/mdata/mdata.c +++ b/src/plugins/mdata/mdata.c @@ -350,13 +350,12 @@ _(tcp.data_len) \ _(tcp.flags) \ _(snat.flags) -#define foreach_opaque2_metadata_field \ -_(qos.bits) \ -_(qos.source) \ -_(loop_counter) \ -_(gso_size) \ -_(gso_l4_hdr_sz) \ -_(pg_replay_timestamp) +#define foreach_opaque2_metadata_field \ + _ (qos.bits) \ + _ (qos.source) \ + _ (loop_counter) \ + _ (gso_size) \ + _ (gso_l4_hdr_sz) static u8 * format_buffer_metadata_changes (u8 * s, va_list * args) -- cgit 1.2.3-korg