13/04/2018 13:02, Xueming Li:
> +struct vxlan_gpe_hdr {
> +     uint8_t vx_flags; /**< flag (8). */
> +     uint8_t reserved[2]; /**< Reserved (16). */
> +     uint8_t proto; /**< next-protocol (8). */
> +     uint32_t vx_vni;   /**< VNI (24) + Reserved (8). */
> +} __attribute__((__packed__));

minor nit: the field comments could be aligned


Reply via email to