From a998f80cd9c834cc69c4c4947512f0f147634bce Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Tue, 1 Aug 2023 12:49:20 +0200 Subject: crypto-sw-scheduler: stabilize the API As per discussion on the VPP call: since the CSIT tests use these APIs and the APIs have not changed in quite a while, stabilize the API from the change process point of view. Type: improvement Signed-off-by: Andrew Yourtchenko Change-Id: Id81999d03cce37764f6ed7d4f77ef5a71fe41ad1 --- src/plugins/crypto_sw_scheduler/crypto_sw_scheduler.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/crypto_sw_scheduler') diff --git a/src/plugins/crypto_sw_scheduler/crypto_sw_scheduler.api b/src/plugins/crypto_sw_scheduler/crypto_sw_scheduler.api index f1741286d73..8ee8a15f48b 100644 --- a/src/plugins/crypto_sw_scheduler/crypto_sw_scheduler.api +++ b/src/plugins/crypto_sw_scheduler/crypto_sw_scheduler.api @@ -19,7 +19,7 @@ used to control the crypto SW scheduler plugin */ -option version = "0.1.0"; +option version = "1.1.0"; /** \brief crypto sw scheduler: Enable or disable workers -- cgit 1.2.3-korg