Remove vcgn plugin
[vpp.git] / src / vnet / buffer.h
index 7935027..45fc352 100644 (file)
@@ -229,72 +229,6 @@ typedef struct
       u32 sad_index;
     } ipsec;
 
-    /* vcgn udp inside input, only valid there */
-    struct
-    {
-      /* This part forms context of the packet. The structure should be
-       * exactly same as spp_ctx_t. Also this should be the first
-       * element of this vcgn_uii structure.
-       */
-      /****** BEGIN spp_ctx_t section ***********************/
-      union
-      {                                /* Roddick specific */
-       u32 roddick_info;
-       struct _tx_pkt_info
-       {                       /* Used by PI to PI communication for TX */
-         u32 uidb_index:16;    /* uidb_index to transmit */
-         u32 packet_type:2;    /* 1-IPv4, 2-Ipv6, - 0,3 - Unused */
-         u32 ipv4_defrag:1;    /* 0 - Normal, 1 - update first
-                                * segment size
-                                * (set by 6rd defrag node)
-                                */
-
-         u32 dst_ip_port_idx:4;        /* Index to dst_ip_port_table */
-         u32 from_node:4;
-         u32 calc_chksum:1;
-         u32 reserved:4;
-       } tx;
-       struct _rx_pkt_info
-       {                       /* Used by PD / PI communication */
-         u32 uidb_index:16;    /* uidb_index received in packet */
-         u32 packet_type:2;    /* 1-IPv4, 2-Ipv6, - 0,3 - Unused */
-         u32 icmp_type:1;      /* 0-ICMP query type, 1-ICMP error type */
-         u32 protocol_type:2;  /* 1-TCP, 2-UDP, 3-ICMP, 0 - Unused */
-         u32 ipv4_defrag:1;    /* 0 - Normal, 1 - update first
-                                * segment size
-                                * (set by 6rd defrag node)
-                                */
-
-         u32 direction:1;      /* 0-Outside, 1-Inside */
-         u32 frag:1;           /*IP fragment-1, Otherwise-0 */
-         u32 option:1;         /* 0-No IP option (v4) present, non-fragHdr
-                                * option hdr present (v6)
-                                */
-         u32 df_bit:1;         /* IPv4 DF bit copied here */
-         u32 reserved1:6;
-       } rx;
-      } ru;
-      /****** END  spp_ctx_t section ***********************/
-
-      union
-      {
-       struct
-       {
-         u32 ipv4;
-         u16 port;
-         u16 vrf;              //bit0-13:i/f, bit14-15:protocol
-       } k;
-
-       u64 key64;
-      } key;
-
-      u32 bucket;
-
-      u16 ovrf;                        /* Exit interface */
-      u8 frag_pkt;
-      u8 vcgn_unused1;
-    } vcgn_uii;
-
     /* MAP */
     struct
     {