2014-10-11 13:55, Jijiang Liu: > # > +# Compile tunneling UDP port support > +# > +CONFIG_RTE_LIBRTE_TUNNEL_UDP_PORT=4789 > + > +#
1) this option is not to "Compile tunneling UDP port support" 2) why is it a compile time option? should it be an API parameter or a runtime option? > + uint16_t packet_type; /**< Packet type, which indicates packet > format */ It's not very clear what packet type is. There is maybe a more precise description, or is it hardware dependent? > static struct i40e_veb *i40e_veb_setup(struct i40e_pf *pf, > - struct i40e_vsi *vsi); > + struct i40e_vsi *vsi); It's not related to VXLAN. -- Thomas