Re: [dpdk-dev] [PATCH] ethdev: remove versioning of ethdev filter control function

2018-02-27 Thread Thomas Monjalon
27/02/2018 12:01, Ferruh Yigit: > On 2/27/2018 10:29 AM, Kirill Rybalchenko wrote: > > In 18.02 release the ABI of ethdev component was changed. > > To keep compatibility with previous versions of the library > > the versioning of rte_eth_dev_filter_ctrl function was implemented. > > As soon as dep

Re: [dpdk-dev] [PATCH] ethdev: remove versioning of ethdev filter control function

2018-02-27 Thread Ferruh Yigit
On 2/27/2018 10:29 AM, Kirill Rybalchenko wrote: > In 18.02 release the ABI of ethdev component was changed. > To keep compatibility with previous versions of the library > the versioning of rte_eth_dev_filter_ctrl function was implemented. > As soon as deprecation note was issued in 18.02 release,

[dpdk-dev] [PATCH] ethdev: remove versioning of ethdev filter control function

2018-02-27 Thread Kirill Rybalchenko
In 18.02 release the ABI of ethdev component was changed. To keep compatibility with previous versions of the library the versioning of rte_eth_dev_filter_ctrl function was implemented. As soon as deprecation note was issued in 18.02 release, there is no need to keep compatibility with previous ver