diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2023-08-01 12:49:20 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-09-13 16:04:47 +0000 |
commit | a998f80cd9c834cc69c4c4947512f0f147634bce (patch) | |
tree | d6934b59f1c3492a7d73ae3d95f4361afe2619cd /src | |
parent | 4cae8f9bee5f295f88090cd9a035f18b4899aa1d (diff) |
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 <ayourtch@gmail.com>
Change-Id: Id81999d03cce37764f6ed7d4f77ef5a71fe41ad1
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/crypto_sw_scheduler/crypto_sw_scheduler.api | 2 |
1 files changed, 1 insertions, 1 deletions
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 |