[dpdk-dev] [PATCH v9 1/5] lib/librte_ether: change function name of tunnel port config
Thomas Monjalon
thomas.monjalon at 6wind.com
Sat Mar 12 00:02:01 CET 2016
2016-03-10 10:42, 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 release after an ABI change
> announcement.
As the API/ABI compatibility is already broken in this release,
I suggest to just rename the functions without keeping the old ones.
Then this patch should be merge with the next one.
I plan do it before applying.
More information about the dev
mailing list