accel: remove flagsThey were unused, deprecated, and scheduled for removal in v24.05.Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>Change-Id: I48e7e59df56cf2368f23e925360644665948585a
accel: remove flagsThey were unused, deprecated, and scheduled for removal in v24.05.Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>Change-Id: I48e7e59df56cf2368f23e925360644665948585aReviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22950Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Jim Harris <jim.harris@samsung.com>Community-CI: Mellanox Build Bot
show more ...
apps: set NULL as RPC address in some appsSet opts.rpc_addr to NULL in SPDK applications that usually do notbenefit from starting RPC interface. These include programs in app,examples and test di
apps: set NULL as RPC address in some appsSet opts.rpc_addr to NULL in SPDK applications that usually do notbenefit from starting RPC interface. These include programs in app,examples and test directories.Some of the tests now require that we explicitly set RPC address,because some apps no longer use the default SPDK address.Change-Id: I417a3a756581f44c711257e6d2408d933b40386aSigned-off-by: Krzysztof Karas <krzysztof.karas@intel.com>Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22634Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>Community-CI: Mellanox Build Bot
test/external_code: Use an installed SPDK in this testExternal modules will be built against an installed SPDK, so change thetest to do a make install.Change-Id: I4d9d2da4a4024dca1a96bdeea182ebd
test/external_code: Use an installed SPDK in this testExternal modules will be built against an installed SPDK, so change thetest to do a make install.Change-Id: I4d9d2da4a4024dca1a96bdeea182ebd8ac91e130Signed-off-by: Ben Walker <ben@nvidia.com>Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21602Reviewed-by: Jim Harris <jim.harris@samsung.com>Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
accel: Use STAILQ to link tasksThat is the first patch in the series tomake accel structures more cache friendlySize of the task structure before and afterall changes:before:/* size: 384, cach
accel: Use STAILQ to link tasksThat is the first patch in the series tomake accel structures more cache friendlySize of the task structure before and afterall changes:before:/* size: 384, cachelines: 6, members: 23 */after:/* size: 176, cachelines: 3, members: 20 */Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com>Change-Id: I85a3a528d427b33cc0e45a44498c0c1930fc7629Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21119Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>Reviewed-by: Jim Harris <jim.harris@samsung.com>Reviewed-by: Ben Walker <ben@nvidia.com>
external_code/accel: Add external accel driverExample implementation of accel driver. This change includes the accel driver itself and application to test it.Change-Id: Ic4615cb45f1dc059ff5b9adf7
external_code/accel: Add external accel driverExample implementation of accel driver. This change includes the accel driver itself and application to test it.Change-Id: Ic4615cb45f1dc059ff5b9adf7f7a5cc29ee5f81bSigned-off-by: Eugene Kobyak <eugene.kobyak@intel.com>Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20458Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>Reviewed-by: Jim Harris <jim.harris@samsung.com>Reviewed-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
external_code/accel: Add external accel moduleExample implementation of accel module. This change includes the module itself and also an application to test all supported operations.Change-Id: I0
external_code/accel: Add external accel moduleExample implementation of accel module. This change includes the module itself and also an application to test all supported operations.Change-Id: I029f877f9ec9a90ceaf5207e4213bbad9b7d2ccdSigned-off-by: Eugene Kobyak <eugene.kobyak@intel.com>Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20340Reviewed-by: Jim Harris <jim.harris@samsung.com>Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>