From: Neale Ranns Date: Tue, 21 Feb 2017 11:37:27 +0000 (-0800) Subject: Remove unused multicast fields from vnet_buffer_t X-Git-Tag: v17.04-rc1~111 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=cc078488b4464b4de118c2cde1eb908f5802ae2b;p=vpp.git Remove unused multicast fields from vnet_buffer_t Change-Id: I8db55443c0beb33a89520ab3167f703f8646ec9e Signed-off-by: Neale Ranns --- diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 3de01f2afa1..f08b4fc177d 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -73,7 +73,6 @@ #define foreach_buffer_opaque_union_subtype \ _(ethernet) \ _(ip) \ -_(mcast) \ _(swt) \ _(l2) \ _(l2t) \ @@ -159,15 +158,6 @@ typedef struct u8 first; } mpls; - /* Multicast replication */ - struct - { - u32 pad[3]; - u32 mcast_group_index; - u32 mcast_current_index; - u32 original_free_list_index; - } mcast; - /* ip4-in-ip6 softwire termination, only valid there */ struct {