[dpdk-dev] [PATCH v6 1/5] lib/librte_ether: change function name of tunnel port config

2016-03-03 Thread Panu Matilainen
On 03/03/2016 03:22 AM, Wenzhuo Lu wrote: > The names of function for tunnel port configuration are not > accurate. They're tunnel_add/del, better change them to > tunnel_port_add/del. > As it may be an ABI change if change the names directly, the > new functions are added but not remove the old

[dpdk-dev] [PATCH v6 1/5] lib/librte_ether: change function name of tunnel port config

2016-03-03 Thread Wenzhuo Lu
The names of function for tunnel port configuration are not accurate. They're tunnel_add/del, better change them to tunnel_port_add/del. As it may be an ABI change if change the names directly, the new functions are added but not remove the old ones. The old ones will be removed in the next