Add SPDX header to various filesThey were missed by the initial set of patches which introduced thisheader as a mandatory one across different types of files.Signed-off-by: Michal Berger <michal
Add SPDX header to various filesThey were missed by the initial set of patches which introduced thisheader as a mandatory one across different types of files.Signed-off-by: Michal Berger <michal.berger@intel.com>Change-Id: I3f9b37d41298c843e1648e72fe8593768ccd37e0Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15423Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Community-CI: Mellanox Build BotReviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: Ben Walker <benjamin.walker@intel.com>
show more ...
sma: initial crypto definitionsThis patch defines the interface for crypto engines, which providesupport for configuring crypto on a given volume. Only a single cryptoengine can be active at a t
sma: initial crypto definitionsThis patch defines the interface for crypto engines, which providesupport for configuring crypto on a given volume. Only a single cryptoengine can be active at a time and it's selected in the "crypto" sectionof the config file. Similarly to device managers, external cryptoengines can be loaded from plugins.Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>Change-Id: Id942ef876e070816827d7ad1937eb510a85c8f8dReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13869Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Ben Walker <benjamin.walker@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: <sebastian.brzezinka@intel.com>
test/sma: plugin testThe test verifies that it's possible to register device managers fromout-of-tree plugins. The test defines two plugins, each defining twodevice managers implementing the sam
test/sma: plugin testThe test verifies that it's possible to register device managers fromout-of-tree plugins. The test defines two plugins, each defining twodevice managers implementing the same two protocols and verifies thatit's possible to register different combinations.Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>Change-Id: I2144b40db603fea95bf8b571777e6662b4de9bc7Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11729Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Jim Harris <james.r.harris@intel.com>Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>