Re: [dpdk-dev] [PATCH] ethdev: bump library version

2019-10-28 Thread Andrew Rybchenko
On 10/27/19 9:14 AM, David Marchand wrote: Let's stick to the current model of per library ABI version until the new model is in place. Fixes: 4f25d7d2252f ("ethdev: add return code to device info get function") Signed-off-by: David Marchand Acked-by: Andrew Rybchenko Thanks.

Re: [dpdk-dev] [PATCH] ethdev: bump library version

2019-10-27 Thread David Marchand
On Sun, Oct 27, 2019 at 10:02 AM Thomas Monjalon wrote: > > 27/10/2019 07:14, David Marchand: > > Let's stick to the current model of per library ABI version until the > > new model is in place. > > > > Fixes: 4f25d7d2252f ("ethdev: add return code to device info get function") > > > > Signed-off-

Re: [dpdk-dev] [PATCH] ethdev: bump library version

2019-10-27 Thread Thomas Monjalon
27/10/2019 07:14, David Marchand: > Let's stick to the current model of per library ABI version until the > new model is in place. > > Fixes: 4f25d7d2252f ("ethdev: add return code to device info get function") > > Signed-off-by: David Marchand In order to make it more obvious, it would be nice

[dpdk-dev] [PATCH] ethdev: bump library version

2019-10-26 Thread David Marchand
Let's stick to the current model of per library ABI version until the new model is in place. Fixes: 4f25d7d2252f ("ethdev: add return code to device info get function") Signed-off-by: David Marchand --- lib/librte_ethdev/Makefile| 2 +- lib/librte_ethdev/meson.build | 2 +- 2 files changed,

Re: [dpdk-dev] [PATCH] ethdev: bump library version

2018-08-07 Thread Thomas Monjalon
06/08/2018 19:52, Andrew Rybchenko: > On 06.08.2018 13:55, Thomas Monjalon wrote: > > The old offload API is removed in 18.08, > > so the library version must be increased, > > in order to show the incompatibility with 18.05 one. > > > > Fixes: ab3ce1e0c193 ("ethdev: remove old offload API") > > >

Re: [dpdk-dev] [PATCH] ethdev: bump library version

2018-08-06 Thread Andrew Rybchenko
On 06.08.2018 13:55, Thomas Monjalon wrote: The old offload API is removed in 18.08, so the library version must be increased, in order to show the incompatibility with 18.05 one. Fixes: ab3ce1e0c193 ("ethdev: remove old offload API") Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Rybchen

[dpdk-dev] [PATCH] ethdev: bump library version

2018-08-06 Thread Thomas Monjalon
The old offload API is removed in 18.08, so the library version must be increased, in order to show the incompatibility with 18.05 one. Fixes: ab3ce1e0c193 ("ethdev: remove old offload API") Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/release_18_08.rst | 13 - lib/librte