DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] lib/cryptodev: fix library version
@ 2018-10-15 11:28 Fan Zhang
  2018-10-15 13:18 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Fan Zhang @ 2018-10-15 11:28 UTC (permalink / raw)
  To: dev; +Cc: akhil.goyal, arkadiuszx.kusztal, stable

This patch fixes the cryptodev library version number that was
missed updating in DPDK 18.08.

Fixes: a4493be5bdfa ("cryptodev: replace bus specific struct with generic dev")
Cc: stable@dpdk.org

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
---
 lib/librte_cryptodev/Makefile    | 2 +-
 lib/librte_cryptodev/meson.build | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_cryptodev/Makefile b/lib/librte_cryptodev/Makefile
index c11488877..a8f94c097 100644
--- a/lib/librte_cryptodev/Makefile
+++ b/lib/librte_cryptodev/Makefile
@@ -7,7 +7,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
 LIB = librte_cryptodev.a
 
 # library version
-LIBABIVER := 4
+LIBABIVER := 5
 
 # build flags
 CFLAGS += -O3
diff --git a/lib/librte_cryptodev/meson.build b/lib/librte_cryptodev/meson.build
index 295f509ec..990dd3d44 100644
--- a/lib/librte_cryptodev/meson.build
+++ b/lib/librte_cryptodev/meson.build
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 4
+version = 5
 sources = files('rte_cryptodev.c', 'rte_cryptodev_pmd.c')
 headers = files('rte_cryptodev.h',
 	'rte_cryptodev_pmd.h',
-- 
2.13.6

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] lib/cryptodev: fix library version
  2018-10-15 11:28 [dpdk-dev] [PATCH] lib/cryptodev: fix library version Fan Zhang
@ 2018-10-15 13:18 ` Ferruh Yigit
  2018-10-16 14:36   ` Akhil Goyal
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2018-10-15 13:18 UTC (permalink / raw)
  To: stable-bounces, dev; +Cc: akhil.goyal, arkadiuszx.kusztal, stable

On 10/15/2018 12:28 PM, stable-bounces@dpdk.org wrote:
> This patch fixes the cryptodev library version number that was
> missed updating in DPDK 18.08.
> 
> Fixes: a4493be5bdfa ("cryptodev: replace bus specific struct with generic dev")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

lib/ can be dropped from title:
cryptodev: fix library version

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] lib/cryptodev: fix library version
  2018-10-15 13:18 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
@ 2018-10-16 14:36   ` Akhil Goyal
  0 siblings, 0 replies; 3+ messages in thread
From: Akhil Goyal @ 2018-10-16 14:36 UTC (permalink / raw)
  To: Ferruh Yigit, stable-bounces, dev; +Cc: arkadiuszx.kusztal, stable



On 10/15/2018 6:48 PM, Ferruh Yigit wrote:
> On 10/15/2018 12:28 PM, stable-bounces@dpdk.org wrote:
>> This patch fixes the cryptodev library version number that was
>> missed updating in DPDK 18.08.
>>
>> Fixes: a4493be5bdfa ("cryptodev: replace bus specific struct with generic dev")
>> Cc: stable@dpdk.org
>>
>> Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
>
> lib/ can be dropped from title:
> cryptodev: fix library version
Applied to dpdk-next-crypto

Thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-16 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-15 11:28 [dpdk-dev] [PATCH] lib/cryptodev: fix library version Fan Zhang
2018-10-15 13:18 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2018-10-16 14:36   ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).