[dpdk-dev] [PATCH v4 2/5] ethdev: introduce new tunnel VXLAN-GPE

Mohammad Abdul Awal mohammad.abdul.awal at intel.com
Tue Apr 17 10:54:48 CEST 2018



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.awal at intel.com>



More information about the dev mailing list