On 16/04/2018 23:23, Thomas Monjalon wrote:
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
Once addressed the above comment Acked-by: Mohammad Abdul Awal <mohammad.abdul.a...@intel.com>