Hi Jijiang, 2014-08-26 15:31, Jijiang Liu: > VxLAN UDP port configuration on i40e, which include > - VxLAN UDP port initialization > - add APIs to configure VxLAN UDP port
Actually you should explain that you introduce tunnels and first one is VxLAN. > lib/librte_ether/rte_ethdev.c | 63 ++++++++++++ > lib/librte_ether/rte_ethdev.h | 76 ++++++++++++++ > lib/librte_ether/rte_ether.h | 10 ++ > lib/librte_pmd_i40e/i40e_ethdev.c | 199 > ++++++++++++++++++++++++++++++++++++- > lib/librte_pmd_i40e/i40e_ethdev.h | 5 + Changing ethdev API is so sensible that it deserves a separated commit. Code seems OK. Thanks -- Thomas